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

Commit

Permalink
Add Debian 13 (Trixie)
Browse files Browse the repository at this point in the history
Currently testing, with GNOME 44
  • Loading branch information
amezin committed Apr 27, 2024
1 parent cc6ff30 commit a96bd76
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-12
dockerfile: debian.dockerfile

- image: debian-13
dockerfile: debian.dockerfile

- image: ubuntu-23.10
dockerfile: debian.dockerfile

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

FROM debian:12@sha256:1aadfee8d292f64b045adb830f8a58bfacc15789ae5f489a0fedcd517a862cb9 AS debian-12
FROM debian:trixie@sha256:5a36343dbb62f75f4fc8b9fa9404aefd2cc70379d6e512914a3cf770c8653cfc AS debian-13
FROM ubuntu:23.10@sha256:bfae41cea51761ae450db6080b586a8c35334c756b511c06b393ae565a34cab4 AS ubuntu-23.10
FROM ubuntu:24.04@sha256:562456a05a0dbd62a671c1854868862a4687bf979a96d48ae8e766642cd911e8 AS ubuntu-24.04

Expand Down

0 comments on commit a96bd76

Please sign in to comment.