Skip to content

Commit 168a298

Browse files
committed
Pin version of skopeo
Ran into issues with latest and the others are pinned Signed-off-by: Steve Wills <[email protected]>
1 parent e3f8d28 commit 168a298

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)