Skip to content

Commit ed7631d

Browse files
committed
Add a blurb about Debian being explicitly and intentionally minimal
Also, add more notes and a few links to help explain what "minimal" means in this context (and who decides it).
1 parent 5157cb8 commit ed7631d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

debian/content.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Debian is an operating system which is composed primarily of free and open-sourc
88

99
# About this image
1010

11+
The images in this repository are intended to be as minimal as possible (because of the immutable/layered nature of containers, it's much easier to add than it is to remove). More specifically, they're built from [the "minbase" variant](https://manpages.debian.org/stable/debootstrap/debootstrap.8.en.html#variant=minbase_buildd_fakechroot), which only installs "required" packages, and thus creates the smallest possible footprint that is still "Debian" (as defined/managed by [the Release and FTP teams](https://www.debian.org/intro/organization#distribution) within the project).
12+
1113
The `%%IMAGE%%:latest` tag will always point the latest stable release. Stable releases are also tagged with their version (ie, `%%IMAGE%%:11` is an alias for `%%IMAGE%%:bullseye`, `%%IMAGE%%:10` is an alias for `%%IMAGE%%:buster`, etc).
1214

1315
The rolling tags (`%%IMAGE%%:stable`, `%%IMAGE%%:testing`, etc) use the rolling suite names in their `/etc/apt/sources.list` file (ie, `deb http://deb.debian.org/debian testing main`).

0 commit comments

Comments
 (0)