Docker.io ratelimit workaround

Change-Id: I1c3a6628bf8f3fea4c9b4763418c0f82e25e772f
This commit is contained in:
Sergiy Markin 2024-12-19 14:06:45 +00:00
parent fca290a605
commit 2d5c855791
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ cd "${INSTALL_PATH}"
# Start docker registry
docker rm registry --force || true
docker run -d -p 5000:5000 --restart=always --name registry registry:2
docker run -d -p 5000:5000 --restart=always --name registry public.ecr.aws/docker/library/registry:2
curl -Ik "http://${DOCKER_REGISTRY}"
# Make charts in Airship and OSH-INFRA projects

View File

@ -23,4 +23,4 @@ docker run -d \
--restart=always \
--name registry \
-v "$REGISTRY_DATA_DIR:/var/lib/registry" \
registry:2
public.ecr.aws/docker/library/registry:2