Skip to content

Commit

Permalink
Bump quay.io/containers/buildah from 1.20.1 to 1.35.3
Browse files Browse the repository at this point in the history
  • Loading branch information
qu1queee authored May 16, 2024
1 parent 25a15ca commit f180cb0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.20.1
image: quay.io/containers/buildah:v1.35.3
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.20.1
image: quay.io/containers/buildah:v1.35.3
securityContext:
privileged: true
command:
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.20.1
image: quay.io/containers/buildah:v1.35.3
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.20.1
image: quay.io/containers/buildah:v1.35.3
securityContext:
privileged: true
command:
Expand Down Expand Up @@ -76,7 +76,7 @@ spec:
emptyDir: {}
buildSteps:
- name: buildah-bud
image: quay.io/containers/buildah:v1.20.1
image: quay.io/containers/buildah:v1.35.3
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.20.1
image: quay.io/containers/buildah:v1.35.3
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.20.1
image: quay.io/containers/buildah:v1.35.3
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.20.1
image: quay.io/containers/buildah:v1.35.3
securityContext:
privileged: true
command:
Expand Down Expand Up @@ -77,7 +77,7 @@ spec:
emptyDir: {}
buildSteps:
- name: buildah-bud
image: quay.io/containers/buildah:v1.20.1
image: quay.io/containers/buildah:v1.35.3
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.20.1
image: quay.io/containers/buildah:v1.35.3
securityContext:
privileged: true
command:
Expand Down

0 comments on commit f180cb0

Please sign in to comment.