Skip to content

Commit 2c4a7bb

Browse files
committed
add dockerfile for unstable, use forky-slim in the forky dockerfile
1 parent c0daadb commit 2c4a7bb

File tree

5 files changed

+821
-7
lines changed

5 files changed

+821
-7
lines changed

.devcontainer/debian/README.MD

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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 |

.devcontainer/debian/bookworm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
# /===========================================================================\
19-
# | Debian Bookworm |
19+
# | Debian 12 - Bookworm |
2020
# |===========================================================================|
2121
# | |
2222
# | Package Versions (os upstream) |

.devcontainer/debian/forky/Dockerfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
# /===========================================================================\
19-
# | Debian 14 - Forky |
19+
# | Debian 14 - Forky - Testing |
2020
# |===========================================================================|
2121
# | |
2222
# | Package Versions (os upstream) |
@@ -65,8 +65,7 @@ ARG MESA_VERSION=25.0.7
6565
# - /tmp/vulkansdk.xz
6666
# - /tmp/mesa.xz
6767

68-
FROM debian:unstable-slim AS downloader
69-
#FROM debian:forky-slim AS downloader
68+
FROM debian:forky-slim AS downloader
7069

7170
# Reuse global arguments
7271
#ARG GCC_VERSION
@@ -95,8 +94,7 @@ RUN echo "Download Stage" && \
9594
# | BASE IMAGE | See https://hub.docker.com/_/debian
9695
# +-----------------------------+
9796

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
10098

10199
# +-----------------------------+
102100
# | REUSE GLOBAL ARGS |

.devcontainer/debian/trixie/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
# /===========================================================================\
19-
# | Debian Trixie |
19+
# | Debian 13 - Trixie |
2020
# |===========================================================================|
2121
# | |
2222
# | Package Versions (os upstream) |

0 commit comments

Comments
 (0)