Skip to content

Commit

Permalink
Add Ubuntu 24.10
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Oct 4, 2024
1 parent 0ce4a63 commit 9ea1576
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 @@ -45,6 +45,9 @@ jobs:
- image: ubuntu-24.04
dockerfile: debian.dockerfile

- image: ubuntu-24.10
dockerfile: debian.dockerfile

- image: archlinux
dockerfile: archlinux.dockerfile

Expand Down
1 change: 1 addition & 0 deletions debian.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM docker.io/library/debian:12@sha256:27586f4609433f2f49a9157405b473c62c3cb28a
FROM docker.io/library/debian:trixie@sha256:4b826db5f1f14d1db0b560304f189d4b17798ddce2278b7822c9d32313fe3f50 AS debian-13
FROM docker.io/library/ubuntu:22.04@sha256:58b87898e82351c6cf9cf5b9f3c20257bb9e2dcf33af051e12ce532d7f94e3fe AS ubuntu-22.04
FROM docker.io/library/ubuntu:24.04@sha256:b359f1067efa76f37863778f7b6d0e8d911e3ee8efa807ad01fbf5dc1ef9006b AS ubuntu-24.04
FROM docker.io/library/ubuntu:24.10@sha256:c62f1babc85f8756f395e6aabda682acd7c58a1b0c3bea250713cd0184a93efa AS ubuntu-24.10

FROM ${base_image}

Expand Down

0 comments on commit 9ea1576

Please sign in to comment.