Skip to content

Commit c48e62a

Browse files
marmijodustymabe
authored andcommitted
tests/kola: switch container helpers to Fedora 43
This should have been part of coreos@51a217a 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.
1 parent 4aa7c00 commit c48e62a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/kola/data/commonlib.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ get_ipv4_for_nic() {
2424

2525
get_fedora_container_ref() {
2626
local repo='quay.io/fedora/fedora'
27-
local tag='42'
27+
local tag='43'
2828
echo "${repo}:${tag}"
2929
}
3030

3131
get_fedora_minimal_container_ref() {
3232
local repo='quay.io/fedora/fedora-minimal'
33-
local tag='42'
33+
local tag='43'
3434
echo "${repo}:${tag}"
3535
}
3636

0 commit comments

Comments
 (0)