Skip to content

Commit

Permalink
Merge pull request #1406 from shipwright-io/quay.io/containers/buildah
Browse files Browse the repository at this point in the history
Bump quay.io/containers/buildah from 1.31.0 to 1.32.0
  • Loading branch information
openshift-ci[bot] authored Oct 18, 2023
2 parents 8da99f8 + aad2dd8 commit 3b6ef17
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 3b6ef17

Please sign in to comment.