contrib/gate/Dockerfile: bump to F31

Use fedora:31 as a base image and rebuild to fetch the latest tools.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
Valentin Rothberg
2020-01-15 07:56:47 +01:00
parent 12aa9caf97
commit 1c95e66b20

View File

@ -1,6 +1,5 @@
FROM fedora:30
FROM fedora:31
RUN dnf -y install \
atomic-registries \
btrfs-progs-devel \
bzip2 \
container-selinux \
@ -46,7 +45,6 @@ WORKDIR $GOSRC
# Install dependencies
RUN set -x && \
make install.tools && \
install -D -m 755 $GOSRC/contrib/gate/entrypoint.sh /usr/local/bin/ && \
rm -rf "$GOSRC"