mirror of https://github.com/containers/podman.git
prepare for move to validate on 1.11 only
Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
parent
eddfe6ba62
commit
f080ba846d
|
@ -1,4 +1,4 @@
|
||||||
FROM fedora:28
|
FROM fedora:29
|
||||||
RUN dnf -y install \
|
RUN dnf -y install \
|
||||||
atomic-registries \
|
atomic-registries \
|
||||||
btrfs-progs-devel \
|
btrfs-progs-devel \
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
FROM registry.fedoraproject.org/fedora:28
|
FROM registry.fedoraproject.org/fedora:29
|
||||||
|
|
||||||
RUN dnf install -y rpms/noarch/* rpms/x86_64/*
|
RUN dnf install -y rpms/noarch/* rpms/x86_64/*
|
Loading…
Reference in New Issue