Skip to content

Commit

Permalink
Fix podman image tag used in CI
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
enarha committed Aug 30, 2023
1 parent feee26e commit 25c74ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion developer/images/devenv/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/podman/stable:v4.5.1
FROM quay.io/podman/stable:v4.6
RUN set -x \
&& mkdir ~/.kube \
&& mkdir -p /tmp/image-build \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
description: Reference of the image skopeo will push.
- name: SKOPEO_IMAGE
description: The location of the skopeo image.
default: quay.io/skopeo/stable:v1.9.0
default: quay.io/skopeo/stable:v1.13
- name: srcTLSverify
description: Verify the TLS on the src registry endpoint
type: string
Expand Down

0 comments on commit 25c74ab

Please sign in to comment.