Skip to content

Commit ea20e7b

Browse files
mochaaPsupakeen
authored andcommitted
Containerfile*: correct base image reference in tag
Fixes: 8a1411c ("many: update all refs to Fedora 43")
1 parent 266fb24 commit ea20e7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ VOLUME /var/lib/containers/storage
3333
LABEL description="This tools allows to build and deploy disk-images."
3434
LABEL io.k8s.description="This tools allows to build and deploy disk-images."
3535
LABEL io.k8s.display-name="Image Builder"
36-
LABEL io.openshift.tags="base fedora40"
36+
LABEL io.openshift.tags="base fedora43"
3737
LABEL summary="A container to create disk-images."

Containerfile.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ @osbuild/osbuild
2929
LABEL description="This tools allows to build and deploy disk-images from bootc container inputs."
3030
LABEL io.k8s.description="This tools allows to build and deploy disk-images from bootc container inputs."
3131
LABEL io.k8s.display-name="Bootc Image Builder"
32-
LABEL io.openshift.tags="base fedora42"
32+
LABEL io.openshift.tags="base fedora43"
3333
LABEL summary="A container to create disk-images from bootc container inputs"

0 commit comments

Comments
 (0)