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:
Jordan Petridis 2020-01-29 16:43:34 +02:00 committed by Jordan Petridis
parent def2e2d80b
commit 65c18304c4
3 changed files with 6 additions and 4 deletions

View file

@ -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

View file

@ -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 && \

View file

@ -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*