We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2868a87 commit 2098817Copy full SHA for 2098817
1 file changed
deploy/images/kube-registry-proxy/rootfs/bin/boot
@@ -14,7 +14,7 @@ sed -e "s/%HOST%/$REGISTRY_HOST/g" \
14
</etc/nginx/conf.d/default.conf.in >/etc/nginx/conf.d/default.conf
15
16
# wait for registry to come online
17
-while ! curl -sS "$REGISTRY_HOST:$REGISTRY_PORT" &>/dev/null; do
+while ! wget -q --spider "$REGISTRY_HOST:$REGISTRY_PORT" &>/dev/null; do
18
printf "waiting for the registry (%s:%s) to come online...\n" "$REGISTRY_HOST" "$REGISTRY_PORT"
19
sleep 1
20
done
0 commit comments