From 6eab1fef16f0d102df308f472fe4ac766f7a4af0 Mon Sep 17 00:00:00 2001 From: Sergiy Markin Date: Wed, 18 Dec 2024 23:44:17 +0000 Subject: [PATCH] Docker.io ratelimit workaround Change-Id: I9aa4594dd55a9e465b04516f91098a1dbbdc8ff3 --- images/deckhand/Dockerfile.ubuntu_jammy | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/images/deckhand/Dockerfile.ubuntu_jammy b/images/deckhand/Dockerfile.ubuntu_jammy index 13d4102e..a5b63308 100644 --- a/images/deckhand/Dockerfile.ubuntu_jammy +++ b/images/deckhand/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'