From a085130da5d9defda52c221b74858ee3325a0189 Mon Sep 17 00:00:00 2001 From: Sergiy Markin Date: Wed, 18 Dec 2024 23:39:07 +0000 Subject: [PATCH] Docker.io ratelimit workaround Change-Id: Id651daddf3de079963fafa6d2b3dc498e7998a0e --- images/airflow/Dockerfile.ubuntu_jammy | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/images/airflow/Dockerfile.ubuntu_jammy b/images/airflow/Dockerfile.ubuntu_jammy index 641ffc21..0acff186 100644 --- a/images/airflow/Dockerfile.ubuntu_jammy +++ b/images/airflow/Dockerfile.ubuntu_jammy @@ -13,7 +13,13 @@ # limitations under the License. # Docker image to run Airflow on Kubernetes -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' \