From 589aeba0d149b240a5476b74aabecfb3cc570811 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 2 Oct 2020 13:33:53 -0400 Subject: [PATCH] tests: switch Fedora 32 containers to Fedora 33 Since we are switching the base we might as well do this otherwise there is a chance we'll forget about them. --- tests/kola/chrony/dhcp-propagation | 2 +- tests/kola/podman/rootless-systemd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/kola/chrony/dhcp-propagation b/tests/kola/chrony/dhcp-propagation index 028de9b25a..5b5a3f28c3 100755 --- a/tests/kola/chrony/dhcp-propagation +++ b/tests/kola/chrony/dhcp-propagation @@ -36,7 +36,7 @@ test_setup() { pushd $(mktemp -d) NTPHOSTIP=$(getent hosts time-c-g.nist.gov | cut -d ' ' -f 1) cat <Dockerfile -FROM registry.fedoraproject.org/fedora:32 +FROM registry.fedoraproject.org/fedora:33 RUN dnf -y install systemd dnsmasq iproute iputils \ && dnf clean all \ && systemctl enable dnsmasq diff --git a/tests/kola/podman/rootless-systemd b/tests/kola/podman/rootless-systemd index ba66ab9adb..13874a5e76 100755 --- a/tests/kola/podman/rootless-systemd +++ b/tests/kola/podman/rootless-systemd @@ -25,7 +25,7 @@ set -euxo pipefail # https://github.com/coreos/coreos-assembler/issues/1645 cd $(mktemp -d) cat < Containerfile -FROM registry.fedoraproject.org/fedora:32 +FROM registry.fedoraproject.org/fedora:33 RUN dnf -y install systemd httpd \ && dnf clean all \ && systemctl enable httpd