diff --git a/tests/kola/ntp/data/ntplib.sh b/tests/kola/ntp/data/ntplib.sh index 591b0117cd..d56d372a43 100644 --- a/tests/kola/ntp/data/ntplib.sh +++ b/tests/kola/ntp/data/ntplib.sh @@ -20,7 +20,7 @@ ntp_test_setup() { # run podman commands to set up dnsmasq server pushd "$(mktemp -d)" cat <Dockerfile -FROM quay.io/fedora/fedora:40 +FROM quay.io/fedora/fedora:latest RUN rm -f /etc/yum.repos.d/*.repo \ && curl -L https://raw.githubusercontent.com/coreos/fedora-coreos-config/testing-devel/fedora.repo -o /etc/yum.repos.d/fedora.repo RUN dnf -y install systemd dnsmasq iproute iputils \ diff --git a/tests/kola/podman/rootless-systemd b/tests/kola/podman/rootless-systemd index 5c69a9f405..e4b29ec8af 100755 --- a/tests/kola/podman/rootless-systemd +++ b/tests/kola/podman/rootless-systemd @@ -35,7 +35,7 @@ set -euxo pipefail # https://github.com/coreos/coreos-assembler/issues/1645 cd $(mktemp -d) cat < Containerfile -FROM quay.io/fedora/fedora:40 +FROM quay.io/fedora/fedora:latest RUN rm -f /etc/yum.repos.d/*.repo \ && curl -L https://raw.githubusercontent.com/coreos/fedora-coreos-config/testing-devel/fedora.repo -o /etc/yum.repos.d/fedora.repo RUN dnf -y update \