mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
docker: Use the upstream registry to build images
This commit is contained in:
parent
dcbd3f91d4
commit
9e0abc3c3b
2 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue