diff options
author | baude <bbaude@redhat.com> | 2018-12-19 13:43:09 -0600 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2018-12-19 13:43:09 -0600 |
commit | f080ba846d9b2b78e2e37d82974121b9c0797991 (patch) | |
tree | 8bd7c3948b84939c42c0c93a60ed5ceaf6a4fc5d | |
parent | eddfe6ba628d17435559ba32a8ef748c386105aa (diff) | |
download | podman-f080ba846d9b2b78e2e37d82974121b9c0797991.tar.gz podman-f080ba846d9b2b78e2e37d82974121b9c0797991.tar.bz2 podman-f080ba846d9b2b78e2e37d82974121b9c0797991.zip |
prepare for move to validate on 1.11 only
Signed-off-by: baude <bbaude@redhat.com>
-rw-r--r-- | contrib/gate/Dockerfile | 2 | ||||
-rw-r--r-- | test/install/Dockerfile.Fedora | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/gate/Dockerfile b/contrib/gate/Dockerfile index 0c0e4aaf9..f9b57a6da 100644 --- a/contrib/gate/Dockerfile +++ b/contrib/gate/Dockerfile @@ -1,4 +1,4 @@ -FROM fedora:28 +FROM fedora:29 RUN dnf -y install \ atomic-registries \ btrfs-progs-devel \ diff --git a/test/install/Dockerfile.Fedora b/test/install/Dockerfile.Fedora index 188e60328..3a7b472de 100644 --- a/test/install/Dockerfile.Fedora +++ b/test/install/Dockerfile.Fedora @@ -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/*
\ No newline at end of file +RUN dnf install -y rpms/noarch/* rpms/x86_64/* |