fix: use Docker Hub for docker-cli image instead of private registry

This commit is contained in:
Ashwin Kumar Sivakumar 2026-06-12 04:34:37 +05:30
parent 201470a951
commit ad686f6075

View file

@ -14,7 +14,7 @@ spec:
restartPolicy: Never
containers:
- name: bootstrap
image: registry.nxtgauge.com/docker:28-cli
image: docker:28-cli
command: ["sh", "-lc"]
args:
- apk add --no-cache curl jq >/dev/null && /scripts/bootstrap.sh