Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Add Fedora 40
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Feb 23, 2024
1 parent 9399d00 commit 7f476cc
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-39
dockerfile: fedora.dockerfile

- image: fedora-40
dockerfile: fedora.dockerfile

- image: centos-9
dockerfile: fedora.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-38

FROM registry.fedoraproject.org/fedora:38@sha256:6349d2df6b4322c5690df1bb7743c45c356e20471dda69f27218cd9ba4a6c3c7 AS fedora-38
FROM registry.fedoraproject.org/fedora:39@sha256:e3a6087f62f288571db14defb7e0e10ad7fe6f973f567b0488d3aac5e927035a AS fedora-39
FROM registry.fedoraproject.org/fedora:40@sha256:d4debddf25f18884952b7d9f09772277b74079ea7eb4bee88641ac9aaff51599 AS fedora-40
FROM quay.io/centos/centos:stream9@sha256:6ed5436b479391e9db75350cae0a976374f32f6c631a78487d955800a658a3a8 AS centos-9

FROM ${base_image}
Expand Down

0 comments on commit 7f476cc

Please sign in to comment.