docker: Use the upstream registry to build images

This commit is contained in:
Jordan Petridis 2018-11-09 15:05:38 +02:00
parent dcbd3f91d4
commit 9e0abc3c3b
No known key found for this signature in database
GPG key ID: 902CC06D159744F5
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM registry.freedesktop.org/thiblahute/gst-ci/amd64/fedora-runtime
FROM registry.freedesktop.org/gstreamer/gst-ci/amd64/fedora-runtime
# Add rpmfusion repositories and install all build dependencies of GStreamer
RUN dnf builddep -y \
gstreamer1 \

View file

@ -1,4 +1,4 @@
FROM registry.freedesktop.org/thiblahute/gst-ci/ubuntu-runtime
FROM registry.freedesktop.org/gstreamer/gst-ci/ubuntu-runtime
# make source packages available in order to figure out build dependencies
RUN \