Skip to content

Commit

Permalink
Set buildah:v1.29.1 to v1.29.0
Browse files Browse the repository at this point in the history
To make e2e's test happy.
  • Loading branch information
qu1queee committed Apr 7, 2023
1 parent 13e64ac commit c2487f8
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions docs/buildstrategies.md
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ If we will apply the following resources:

```yaml
- name: buildah-bud
image: quay.io/containers/buildah:v1.29.1
image: quay.io/containers/buildah:v1.29.0
workingDir: $(params.shp-source-root)
securityContext:
privileged: true
Expand All @@ -785,7 +785,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.29.1
image: quay.io/containers/buildah:v1.29.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 @@ -110,7 +110,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.29.1"))
Expect(got.Steps[1].Image).To(Equal("quay.io/containers/buildah:v1.29.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-and-push
image: quay.io/containers/buildah:v1.29.1
image: quay.io/containers/buildah:v1.29.0
workingDir: $(params.shp-source-root)
securityContext:
privileged: true
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.29.1
image: quay.io/containers/buildah:v1.29.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.29.1
image: quay.io/containers/buildah:v1.29.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.29.1
image: quay.io/containers/buildah:v1.29.0
securityContext:
privileged: true
command:
Expand Down Expand Up @@ -76,7 +76,7 @@ spec:
emptyDir: {}
buildSteps:
- name: buildah-bud
image: quay.io/containers/buildah:v1.29.1
image: quay.io/containers/buildah:v1.29.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.29.1
image: quay.io/containers/buildah:v1.29.0
securityContext:
privileged: true
command:
Expand Down
8 changes: 4 additions & 4 deletions test/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.29.1
image: quay.io/containers/buildah:v1.29.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.29.1
image: quay.io/containers/buildah:v1.29.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.29.1
image: quay.io/containers/buildah:v1.29.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.29.1
image: quay.io/containers/buildah:v1.29.0
securityContext:
privileged: true
command:
Expand Down

0 comments on commit c2487f8

Please sign in to comment.