CoreOS: tweak rpmostree_rebase test to work from OCI remote

The rpmostree_rebase test has been failing on CoreOS 40+ for a
while. Per
https://github.com/coreos/fedora-coreos-tracker/issues/1672
it turns out this is because FCOS actually deploys OCI remotes
by default now. Rebasing from an OCI remote to an ostree
remote (as we are trying to do here) requires specifying the
registry, so let's do that.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-02-19 15:00:34 -08:00
parent e2e22341d3
commit 47e9f576c0
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ sub run {
}
elsif ($current =~ "coreos") {
$rebase = $current =~ "stable" ? "testing" : "stable";
$target = "fedora/${arch}/coreos/${rebase}";
$target = "fedora:fedora/${arch}/coreos/${rebase}";
}
# rebase to the chosen target