docker: Bump Fedora images to release 33

Fedora 33 was released on October 27, 2020.

Update all the Fedora 32 images to this new release.

Suggested-by: Daniel Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210118181255.314672-1-philmd@redhat.com>
Message-Id: <20210222101455.12640-3-alex.bennee@linaro.org>
This commit is contained in:
Philippe Mathieu-Daudé 2021-02-22 10:14:51 +00:00 committed by Alex Bennée
parent 49e8565b3d
commit 9d66a0eada
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Cross compiler for cris system tests
#
FROM fedora:30
FROM fedora:33
ENV PACKAGES gcc-cris-linux-gnu
RUN dnf install -y $PACKAGES
RUN rpm -q $PACKAGES | sort > /packages.txt

View File

@ -1,4 +1,4 @@
FROM fedora:31
FROM fedora:33
ENV PACKAGES \
bzip2 \
diffutils \

View File

@ -1,4 +1,4 @@
FROM fedora:32
FROM fedora:33
# Please keep this list sorted alphabetically
ENV PACKAGES \

View File

@ -1,4 +1,4 @@
FROM fedora:32
FROM fedora:33
# Please keep this list sorted alphabetically
ENV PACKAGES \

View File

@ -1,4 +1,4 @@
FROM fedora:32
FROM fedora:33
# Please keep this list sorted alphabetically
ENV PACKAGES \