Skip to content

Commit

Permalink
Add Fedora 41
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Oct 4, 2024
1 parent 67f8543 commit 0ce4a63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- image: fedora-40
dockerfile: fedora.dockerfile

- image: fedora-41
dockerfile: fedora.dockerfile

- image: debian-12
dockerfile: debian.dockerfile

Expand Down
1 change: 1 addition & 0 deletions fedora.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ARG base_image=fedora-40

FROM docker.io/library/fedora:39@sha256:f23412a1ad7c430fc5ed9c029b15715aed3d50e6322902a066869310cddaf915 AS fedora-39
FROM docker.io/library/fedora:40@sha256:d0207dbb078ee261852590b9a8f1ab1f8320547be79a2f39af9f3d23db33735e AS fedora-40
FROM docker.io/library/fedora:41@sha256:3a760edf030e474b55dd8618e6d2d90dcb1a924731960ed731eefd572610686e AS fedora-41

FROM ${base_image}

Expand Down

0 comments on commit 0ce4a63

Please sign in to comment.