Skip to content

Commit 8dcf9e7

Browse files
committedMar 24, 2025·
upgrade buildah because 1.39 is broken
On-behalf-of: @SAP [email protected]
1 parent ffad79a commit 8dcf9e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.prow.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ presubmits:
77
preset-goproxy: "true"
88
spec:
99
containers:
10-
- image: quay.io/containers/buildah:v1.39.0
10+
- image: quay.io/containers/buildah:v1.39.2
1111
command:
1212
- images/build/hack/build-image.sh
1313
- go-1.23
@@ -30,7 +30,7 @@ presubmits:
3030
preset-goproxy: "true"
3131
spec:
3232
containers:
33-
- image: quay.io/containers/buildah:v1.39.0
33+
- image: quay.io/containers/buildah:v1.39.2
3434
command:
3535
- images/build/hack/build-image.sh
3636
- go-1.24

‎prow/jobs/kcp-dev/infra/infra-postsubmits.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ postsubmits:
5353
run_if_changed: '^images/build/go-1.23'
5454
spec:
5555
containers:
56-
- image: quay.io/containers/buildah:v1.39.0
56+
- image: quay.io/containers/buildah:v1.39.2
5757
command:
5858
- images/build/hack/build-image.sh
5959
- go-1.23
@@ -76,7 +76,7 @@ postsubmits:
7676
run_if_changed: '^images/build/go-1.24'
7777
spec:
7878
containers:
79-
- image: quay.io/containers/buildah:v1.39.0
79+
- image: quay.io/containers/buildah:v1.39.2
8080
command:
8181
- images/build/hack/build-image.sh
8282
- go-1.24

0 commit comments

Comments
 (0)
Please sign in to comment.