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 4, 2023
1 parent f34efed commit 0c5f67e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/buildstrategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ If we will apply the following resources:

```yaml
- 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 @@ -833,7 +833,7 @@ If we will apply the following resources:
- 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
2 changes: 1 addition & 1 deletion pkg/reconciler/buildrun/resources/taskrun_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ var _ = Describe("GenerateTaskrun", func() {
})

It("should ensure IMAGE is replaced by builder image when needed.", func() {
Expect(got.Steps[1].Image).To(Equal("quay.io/containers/buildah:v1.31.0"))
Expect(got.Steps[1].Image).To(Equal("quay.io/containers/buildah:v1.32.0"))
})

It("should ensure ImagePullPolicy can be set by the build strategy author.", func() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
buildSteps:
- name: build
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
buildSteps:
- name: build-and-push
image: quay.io/containers/buildah:v1.31.0
image: quay.io/containers/buildah:v1.32.0
workingDir: $(params.shp-source-root)
securityContext:
capabilities:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- name: s2i
mountPath: /s2i
- name: buildah
image: quay.io/containers/buildah:v1.31.0
image: quay.io/containers/buildah:v1.32.0
workingDir: /s2i
securityContext:
privileged: true
Expand Down
8 changes: 4 additions & 4 deletions test/buildstrategy_samples.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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:
capabilities:
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:
capabilities:
add: ["SETFCAP"]
Expand Down Expand Up @@ -83,7 +83,7 @@ spec:
default: "vfs"
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:
capabilities:
Expand Down Expand Up @@ -114,7 +114,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:
capabilities:
add: ["SETFCAP"]
Expand Down
8 changes: 4 additions & 4 deletions test/clusterbuildstrategy_samples.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
default: "vfs"
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:
capabilities:
Expand All @@ -48,7 +48,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:
capabilities:
add: ["SETFCAP"]
Expand Down Expand Up @@ -91,7 +91,7 @@ spec:
default: "vfs"
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:
capabilities:
Expand All @@ -115,7 +115,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:
capabilities:
add: ["SETFCAP"]
Expand Down

0 comments on commit 0c5f67e

Please sign in to comment.