Skip to content

Commit a7110f2

Browse files
authored
Pin version of skopeo (#116)
Ran into issues with latest and the others are pinned ## Description Pin the version of skopeo ## Why is this needed I ran into issues with the latest skopeo. Pinning it avoided it, and the others seem to be pinned (at least registry and bash), so let's pin this too. Fixes: # ## How Has This Been Tested? Yep, tested in a VM ## How are existing users impacted? What migration steps/scripts do we need? Should avoid a potential issue ## Checklist: I have: - [N/A] updated the documentation and/or roadmap (if required) - [N/A] added unit or e2e tests - [N/A] provided instructions on how to upgrade
2 parents 17a4b3f + 992b743 commit a7110f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/compose/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444

4545
# Uploads images in /registry/registry_images.txt to the local registry
4646
images-to-local-registry:
47-
image: quay.io/containers/skopeo:latest
47+
image: quay.io/containers/skopeo:v1.4.1
4848
entrypoint: /registry/upload.sh
4949
command:
5050
[

0 commit comments

Comments
 (0)