File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
execute-build/test_apps/hi Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ get_codename_for_deb() {
58
58
* ubuntu24.04* ) echo " noble" ;;
59
59
* debian11* ) echo " bullseye" ;;
60
60
* debian12* ) echo " bookworm" ;;
61
+ * debian13* ) echo " trixie" ;;
61
62
* ) echo " distro $1 not supported" >&2 ; return 1 ;;
62
63
esac
63
64
}
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ DOCKER_IMAGE_noble = ubuntu:24.04
15
15
DOCKER_IMAGE_focal = ubuntu:20.04
16
16
DOCKER_IMAGE_bullseye = debian:11
17
17
DOCKER_IMAGE_bookworm = debian:12
18
+ DOCKER_IMAGE_trixie = debian:13
18
19
DOCKER_IMAGE_el8 = rockylinux:8
19
20
DOCKER_IMAGE_el9 = rockylinux:9
20
21
DOCKER_IMAGE_amzn2023 = amazonlinux:2023
Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ declare -A DISTRO_VERSIONS=(
92
92
[focal]=" ubuntu20.04"
93
93
[bullseye]=" debian11"
94
94
[bookworm]=" debian12"
95
+ [trixie]=" debian13"
95
96
[el8]=" el8"
96
97
[el9]=" el9"
97
98
[amzn2023]=" amzn2023"
You can’t perform that action at this time.
0 commit comments