mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +08:00
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:
@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user