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>
This commit is contained in:
Chris Evich 2021-06-23 14:59:56 -04:00
parent 8f0ae5bde6
commit 9fbb9abc6d
No known key found for this signature in database
GPG Key ID: 03EDC70FD578067F

View File

@ -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