File tree Expand file tree Collapse file tree 5 files changed +821
-7
lines changed Expand file tree Collapse file tree 5 files changed +821
-7
lines changed Original file line number Diff line number Diff line change
1
+ # Debian Version Overview
2
+
3
+ < https://www.debian.org/releases/ >
4
+
5
+ Debian always has three releases in active maintenance: stable, testing and unstable.
6
+
7
+ | Version | Code Name | Release Date | End of Life (EOL) | End of LTS | End of ELTS | Suite | Status |
8
+ | :-------:| :---------:| :------------:| :-----------------:| :----------:| :-----------:| :-----------| :-------------------------------|
9
+ | 15 | Duke | TBA | TBA | TBA | TBA | ** unstable** | Active Development Branch |
10
+ | 14 | Forky | TBA | TBA | TBA | TBA | ** testing** | "packages in the acceptance queue for stable" |
11
+ | 13 | Trixie | 2025-08-09 | 2028-08-09 | 2030-06-30 | 2035-06-30 | ** stable** | Current stable release |
12
+ | 12 | Bookworm | 2023-06-10 | 2026-06-10 | 2028-06-30 | 2033-06-30 | oldstable | Current oldstable release |
Original file line number Diff line number Diff line change 16
16
#
17
17
18
18
# /===========================================================================\
19
- # | Debian Bookworm |
19
+ # | Debian 12 - Bookworm |
20
20
# |===========================================================================|
21
21
# | |
22
22
# | Package Versions (os upstream) |
Original file line number Diff line number Diff line change 16
16
#
17
17
18
18
# /===========================================================================\
19
- # | Debian 14 - Forky |
19
+ # | Debian 14 - Forky - Testing |
20
20
# |===========================================================================|
21
21
# | |
22
22
# | Package Versions (os upstream) |
@@ -65,8 +65,7 @@ ARG MESA_VERSION=25.0.7
65
65
# - /tmp/vulkansdk.xz
66
66
# - /tmp/mesa.xz
67
67
68
- FROM debian:unstable-slim AS downloader
69
- # FROM debian:forky-slim AS downloader
68
+ FROM debian:forky-slim AS downloader
70
69
71
70
# Reuse global arguments
72
71
# ARG GCC_VERSION
@@ -95,8 +94,7 @@ RUN echo "Download Stage" && \
95
94
# | BASE IMAGE | See https://hub.docker.com/_/debian
96
95
# +-----------------------------+
97
96
98
- FROM debian:unstable-slim AS cpp-devbox-base
99
- # FROM debian:forky-slim AS cpp-devbox-base
97
+ FROM debian:forky-slim AS cpp-devbox-base
100
98
101
99
# +-----------------------------+
102
100
# | REUSE GLOBAL ARGS |
Original file line number Diff line number Diff line change 16
16
#
17
17
18
18
# /===========================================================================\
19
- # | Debian Trixie |
19
+ # | Debian 13 - Trixie |
20
20
# |===========================================================================|
21
21
# | |
22
22
# | Package Versions (os upstream) |
You can’t perform that action at this time.
0 commit comments