mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
docker/fedora: use upstream registry to retch the base image
Fedora is now hosting its official docker images at https://registry.fedoraproject.org
This commit is contained in:
parent
a9e17aad52
commit
71ef6dd804
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM fedora:29
|
FROM registry.fedoraproject.org/fedora:29
|
||||||
|
|
||||||
# System setup
|
# System setup
|
||||||
RUN echo "fastestmirror=true" >> /etc/dnf/dnf.conf && \
|
RUN echo "fastestmirror=true" >> /etc/dnf/dnf.conf && \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM fedora:29
|
FROM registry.fedoraproject.org/fedora:29
|
||||||
|
|
||||||
COPY prepare.sh cleanup.sh /root/
|
COPY prepare.sh cleanup.sh /root/
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM fedora
|
FROM registry.fedoraproject.org/fedora:29
|
||||||
|
|
||||||
RUN dnf install -y \
|
RUN dnf install -y \
|
||||||
python3-pytest \
|
python3-pytest \
|
||||||
|
|
Loading…
Reference in a new issue