mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 10:38:27 +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,8 +1,8 @@
|
|||
FROM registry.fedoraproject.org/fedora:29
|
||||
FROM registry.fedoraproject.org/fedora:31
|
||||
|
||||
RUN dnf install -y \
|
||||
python3-pytest \
|
||||
python3-requests \
|
||||
python3-pytest-cov \
|
||||
git-core \
|
||||
&& rm -rf /var/cache/dnf /var/log/dnf*
|
||||
&& rm -rf /var/cache/dnf /var/log/dnf*
|
||||
|
|
Loading…
Reference in a new issue