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

tree: import changes from testing-devel at c48e62a667

This commit is contained in:
CoreOS Bot
2025-11-14 23:24:12 +00:00
parent 8eaea4f1f7
commit 0bcf725600

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}"
}