From 86bb3ad34c898e65effda455a8ed28860e296dfe Mon Sep 17 00:00:00 2001 From: Sergiy Markin Date: Wed, 18 Dec 2024 23:49:50 +0000 Subject: [PATCH] Docker.io ratelimit workaround Change-Id: Ib16b2448d80564616431e9b1f256f682e2c1ad17 --- images/promenade/Dockerfile.ubuntu_jammy | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/images/promenade/Dockerfile.ubuntu_jammy b/images/promenade/Dockerfile.ubuntu_jammy index e50fca92..445076ce 100644 --- a/images/promenade/Dockerfile.ubuntu_jammy +++ b/images/promenade/Dockerfile.ubuntu_jammy @@ -12,7 +12,13 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG FROM=ubuntu:jammy +# +# In order to fix rate limit error +# +# 429 Too Many Requests - Server message: too many requests: +# You have reached your pull rate limit. +# You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit +ARG FROM=public.ecr.aws/ubuntu/ubuntu:jammy FROM ${FROM} LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc://#airshipit@freenode' \