Skip to content

Commit 998912b

Browse files
Merge branch 'main' into rgl-remove-ca-from-crt-bundle
2 parents 78c7f94 + a7110f2 commit 998912b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy/compose/docker-compose.yml

Lines changed: 2 additions & 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
[
@@ -188,6 +188,7 @@ services:
188188

189189
registry:
190190
image: registry:2.7.1
191+
init: true
191192
restart: unless-stopped
192193
network_mode: host
193194
healthcheck:

0 commit comments

Comments
 (0)