mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-06 06:22:29 +00:00
docker/fedora: upgrade base images to f31
All the images except the gst-build fedora image, due to further changes being needed
This commit is contained in:
parent
def2e2d80b
commit
65c18304c4
3 changed files with 6 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM registry.fedoraproject.org/fedora:29
|
||||
FROM registry.fedoraproject.org/fedora:31
|
||||
|
||||
ENV ANDROID_HOME=/android/sdk
|
||||
ENV ANDROID_NDK_HOME=/android/ndk
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
FROM registry.fedoraproject.org/fedora:30
|
||||
FROM registry.fedoraproject.org/fedora:31
|
||||
|
||||
ENV TERM="dumb"
|
||||
|
||||
# System setup
|
||||
RUN echo "fastestmirror=true" >> /etc/dnf/dnf.conf && \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM registry.fedoraproject.org/fedora:29
|
||||
FROM registry.fedoraproject.org/fedora:31
|
||||
|
||||
RUN dnf install -y \
|
||||
python3-pytest \
|
||||
|
|
Loading…
Reference in a new issue