mirror of
https://github.com/containers/skopeo.git
synced 2025-04-27 19:05:32 +00:00
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:
parent
8f0ae5bde6
commit
9fbb9abc6d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user