Skip to content

Commit

Permalink
Bump quay.io/containers/buildah from 1.31.0 to 1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
openshift-merge-robot authored Oct 18, 2023
1 parent 8da99f8 commit aad2dd8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions test/v1beta1_samples/buildstrategy_samples.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
emptyDir: {}
steps:
- name: buildah-bud
image: quay.io/containers/buildah:v1.31.0
image: quay.io/containers/buildah:v1.32.0
workingDir: $(params.shp-source-root)
securityContext:
privileged: true
Expand All @@ -40,7 +40,7 @@ spec:
- name: buildah-images
mountPath: /var/lib/containers/storage
- name: buildah-push
image: quay.io/containers/buildah:v1.31.0
image: quay.io/containers/buildah:v1.32.0
securityContext:
privileged: true
command:
Expand Down Expand Up @@ -76,7 +76,7 @@ spec:
emptyDir: {}
steps:
- name: buildah-bud
image: quay.io/containers/buildah:v1.31.0
image: quay.io/containers/buildah:v1.32.0
workingDir: $(params.shp-source-root)
securityContext:
privileged: true
Expand Down Expand Up @@ -105,7 +105,7 @@ spec:
fieldRef:
fieldPath: "my-fieldpath"
- name: buildah-push
image: quay.io/containers/buildah:v1.31.0
image: quay.io/containers/buildah:v1.32.0
securityContext:
privileged: true
command:
Expand Down
8 changes: 4 additions & 4 deletions test/v1beta1_samples/clusterbuildstrategy_samples.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
emptyDir: {}
buildSteps:
- name: buildah-bud
image: quay.io/containers/buildah:v1.31.0
image: quay.io/containers/buildah:v1.32.0
workingDir: $(params.shp-source-root)
securityContext:
privileged: true
Expand All @@ -41,7 +41,7 @@ spec:
- name: buildah-images
mountPath: /var/lib/containers/storage
- name: buildah-push
image: quay.io/containers/buildah:v1.31.0
image: quay.io/containers/buildah:v1.32.0
securityContext:
privileged: true
command:
Expand Down Expand Up @@ -77,7 +77,7 @@ spec:
emptyDir: {}
buildSteps:
- name: buildah-bud
image: quay.io/containers/buildah:v1.31.0
image: quay.io/containers/buildah:v1.32.0
workingDir: $(params.shp-source-root)
securityContext:
privileged: true
Expand All @@ -99,7 +99,7 @@ spec:
- name: buildah-images
mountPath: /var/lib/containers/storage
- name: buildah-push
image: quay.io/containers/buildah:v1.31.0
image: quay.io/containers/buildah:v1.32.0
securityContext:
privileged: true
command:
Expand Down

0 comments on commit aad2dd8

Please sign in to comment.