Skip to content

Commit

Permalink
mkosi: fix Fedora GPG key issue in mkosi build
Browse files Browse the repository at this point in the history
Fedora 30 is EOL. Attempt to bump to F40.

Signed-off-by: Beraldo Leal <bleal@redhat.com>
  • Loading branch information
beraldoleal committed Feb 20, 2025
1 parent 9bf4cce commit 293e321
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/cloud-api-adaptor/podvm-mkosi/Dockerfile.mkosi
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY mkosi.skeleton-debug /image/mkosi.skeleton-debug
COPY mkosi.workspace /image/mkosi.workspace
COPY resources /image/resources
COPY mkosi.conf /image/mkosi.conf
RUN --security=insecure mkosi --tools-tree=default --profile=$PROFILE
RUN --security=insecure mkosi --tools-tree=default --tools-tree-release=40 --profile=$PROFILE

FROM scratch
COPY --from=builder /image/build/system.raw /
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Distribution=fedora

[Distribution]
Distribution=fedora
Release=39
Release=40

[Content]
CleanPackageMetadata=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Distribution=fedora

[Distribution]
Distribution=fedora
Release=39
Release=40

[Content]
CleanPackageMetadata=true
Expand Down

0 comments on commit 293e321

Please sign in to comment.