test: replace docker.io with fedora's registry
In order to avoid running into docker.io's new download limit, use the container directly from registry.fedoraproject.org.
This commit is contained in:
parent
b936e1e9f1
commit
c282b9b1f0
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM docker.io/library/fedora:latest
|
||||
FROM registry.fedoraproject.org/fedora:latest
|
||||
|
||||
RUN dnf -y upgrade \
|
||||
&& dnf -y \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
ARG version=latest
|
||||
|
||||
FROM docker.io/library/fedora:$version
|
||||
FROM registry.fedoraproject.org/fedora:$version
|
||||
|
||||
RUN dnf -y upgrade \
|
||||
&& dnf -y \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
ARG version=latest
|
||||
|
||||
FROM docker.io/library/fedora:$version
|
||||
FROM registry.fedoraproject.org/fedora:$version
|
||||
|
||||
# koji db schema is in docs, remove nodocs from from dnf config
|
||||
RUN sed -i '/^tsflags=nodocs$/d' /etc/dnf/dnf.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue