1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00

tests/kola: switch container helpers to Fedora 43

This should have been part of 51a217a1a2
but there was a failure observed in the
`ext.config.podman.rootless-systemd` test that wasn't seen using the
Fedora 42 container images. There must have been some update with either
systemd, selinux-policy, coreos-assembler, or elsewhere that allows
httpd to start in a rootless-systemd environment again becasue the test
is now passing.
This commit is contained in:
Michael Armijo
2025-11-06 10:12:13 -07:00
committed by Dusty Mabe
parent 4aa7c00458
commit c48e62a667

View File

@@ -24,13 +24,13 @@ get_ipv4_for_nic() {
get_fedora_container_ref() {
local repo='quay.io/fedora/fedora'
local tag='42'
local tag='43'
echo "${repo}:${tag}"
}
get_fedora_minimal_container_ref() {
local repo='quay.io/fedora/fedora-minimal'
local tag='42'
local tag='43'
echo "${repo}:${tag}"
}