Skip to content

Commit

Permalink
Docker.io ratelimit workaround
Browse files Browse the repository at this point in the history
Also had to fix cover test.

Change-Id: Ic09c783b23c0c8e9da9f5f984e2d2aaec5320fd4
  • Loading branch information
Sergiy Markin committed Dec 19, 2024
1 parent 54c3ebd commit 20c2db9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion images/armada/Dockerfile.ubuntu_jammy
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
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
ARG ARMADA_GO=quay.io/airshipit/armada-go:latest-ubuntu_focal
FROM ${ARMADA_GO} AS armada_go
FROM ${FROM}
Expand Down

0 comments on commit 20c2db9

Please sign in to comment.