From 9fbb9abc6d5155c2d0bb8196f85e73f28afed49e Mon Sep 17 00:00:00 2001 From: Chris Evich <cevich@redhat.com> Date: Wed, 23 Jun 2021 14:59:56 -0400 Subject: [PATCH] Workaround quay.io image build failure Normally it's a best-practice to only use short-names in Dockerfiles. However, this image is really only ever used for testing/CI purposes. Side-step the docker hub rate limits entirely by simply hard-coding the FQIN and hope that's also "okay" for non-CI usage. Signed-off-by: Chris Evich <cevich@redhat.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8e97b88b..86963936 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM fedora +FROM registry.fedoraproject.org/fedora:latest RUN dnf -y update && dnf install -y make git golang golang-github-cpuguy83-md2man \ # storage deps