Skip to content

Commit 25c74ab

Browse files
committed
Fix podman image tag used in CI
We were using the v4.5.1 tag and it's been replaced by v4.6.1. Those both are floating tags and not static ones, so it does not make much difference if we start using a bit more generic one v4.6 while still preserving the versions of the extra rpms installed. Same happened with the skopeo image, replaced with the new one.
1 parent feee26e commit 25c74ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

developer/images/devenv/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM quay.io/podman/stable:v4.5.1
1+
FROM quay.io/podman/stable:v4.6
22
RUN set -x \
33
&& mkdir ~/.kube \
44
&& mkdir -p /tmp/image-build \

operator/test/manifests/test/tekton-chains/simple-copy-pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
description: Reference of the image skopeo will push.
3333
- name: SKOPEO_IMAGE
3434
description: The location of the skopeo image.
35-
default: quay.io/skopeo/stable:v1.9.0
35+
default: quay.io/skopeo/stable:v1.13
3636
- name: srcTLSverify
3737
description: Verify the TLS on the src registry endpoint
3838
type: string

0 commit comments

Comments
 (0)