Skip to content

Commit

Permalink
Add back Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Sep 26, 2024
1 parent 1563e8b commit 7492943
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 @@ -36,6 +36,9 @@ jobs:
- image: debian-13
dockerfile: debian.dockerfile

- image: ubuntu-22.04
dockerfile: debian.dockerfile

- image: ubuntu-24.04
dockerfile: debian.dockerfile

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

FROM docker.io/library/debian:12@sha256:b8084b1a576c5504a031936e1132574f4ce1d6cc7130bbcc25a28f074539ae6b AS debian-12
FROM docker.io/library/debian:trixie@sha256:9f7b513ffd1a78901e6802e47ac03c3e8b5d5bafb06054ed8c757f9a043c2e60 AS debian-13
FROM docker.io/library/ubuntu:22.04@sha256:58b87898e82351c6cf9cf5b9f3c20257bb9e2dcf33af051e12ce532d7f94e3fe AS ubuntu-22.04
FROM docker.io/library/ubuntu:24.04@sha256:dfc10878be8d8fc9c61cbff33166cb1d1fe44391539243703c72766894fa834a AS ubuntu-24.04

FROM ${base_image}
Expand Down

0 comments on commit 7492943

Please sign in to comment.