Docker.io ratelimit workaround
Change-Id: I9c51bc9ac10e23e48dedc712e0bf3382f4da1983
This commit is contained in:
parent
66d23975b4
commit
fa204afb06
@ -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
|
||||||
FROM ${FROM}
|
FROM ${FROM}
|
||||||
ARG CFSSLURL=https://pkg.cfssl.org/R1.2/cfssl_linux-amd64
|
ARG CFSSLURL=https://pkg.cfssl.org/R1.2/cfssl_linux-amd64
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user