Skip to content

Commit

Permalink
images/rpmrepo-snapshot: pin base image to fedora 40
Browse files Browse the repository at this point in the history
Fedora 41 has dnf5, which doesn't support the reposync plugin yet.

Signed-off-by: Tomáš Hozza <[email protected]>
  • Loading branch information
thozza committed Dec 3, 2024
1 parent aed6cdb commit 25bf18d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ target "virtual-rpmrepo-snapshot" {

target "rpmrepo-snapshot-latest" {
args = {
OSB_FROM = "docker.io/library/fedora:latest",
OSB_FROM = "docker.io/library/fedora:40",
}
inherits = [
"virtual-rpmrepo-snapshot",
Expand Down

0 comments on commit 25bf18d

Please sign in to comment.