Merge "Docker.io ratelimit workaround"
This commit is contained in:
commit
78fc0f6856
@ -12,7 +12,13 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# 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}
|
FROM ${FROM}
|
||||||
|
|
||||||
LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc://#airshipit@freenode'
|
LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc://#airshipit@freenode'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user