registry log message
This commit is contained in:
@@ -151,6 +151,7 @@ if ! curl -s --fail --connect-timeout 2 --max-time 2 https://ipv4.api.cloudron.i
|
||||
else
|
||||
docker_registry=registry-1.docker.io
|
||||
fi
|
||||
log "\tUsing ${docker_registry} as the docker registry"
|
||||
|
||||
for image in ${images}; do
|
||||
while ! docker pull "${docker_registry}/${image}"; do # this pulls the image using the sha256
|
||||
|
||||
Reference in New Issue
Block a user