Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6adb72c

Browse filesBrowse files
committed
Add Debian Trixie (and remove Bullseye)
1 parent 4c3ad30 commit 6adb72c
Copy full SHA for 6adb72c

File tree

21 files changed

+142
-38
lines changed
Filter options

21 files changed

+142
-38
lines changed

‎3.10/slim-bookworm/Dockerfile

Copy file name to clipboardExpand all lines: 3.10/slim-bookworm/Dockerfile
+9-1Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎3.10/slim-bullseye/Dockerfile renamed to ‎3.10/slim-trixie/Dockerfile

Copy file name to clipboardExpand all lines: 3.10/slim-trixie/Dockerfile
+10-2Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎3.10/bullseye/Dockerfile renamed to ‎3.10/trixie/Dockerfile

Copy file name to clipboardExpand all lines: 3.10/trixie/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎3.11/slim-bookworm/Dockerfile

Copy file name to clipboardExpand all lines: 3.11/slim-bookworm/Dockerfile
+9-1Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎3.11/slim-bullseye/Dockerfile renamed to ‎3.11/slim-trixie/Dockerfile

Copy file name to clipboardExpand all lines: 3.11/slim-trixie/Dockerfile
+10-2Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎3.11/bullseye/Dockerfile renamed to ‎3.11/trixie/Dockerfile

Copy file name to clipboardExpand all lines: 3.11/trixie/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎3.12/slim-bookworm/Dockerfile

Copy file name to clipboardExpand all lines: 3.12/slim-bookworm/Dockerfile
+9-1Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎3.12/slim-bullseye/Dockerfile renamed to ‎3.12/slim-trixie/Dockerfile

Copy file name to clipboardExpand all lines: 3.12/slim-trixie/Dockerfile
+10-2Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎3.12/bullseye/Dockerfile renamed to ‎3.12/trixie/Dockerfile

Copy file name to clipboardExpand all lines: 3.12/trixie/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎3.13/slim-bookworm/Dockerfile

Copy file name to clipboardExpand all lines: 3.13/slim-bookworm/Dockerfile
+9-1Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎3.13/slim-bullseye/Dockerfile renamed to ‎3.13/slim-trixie/Dockerfile

Copy file name to clipboardExpand all lines: 3.13/slim-trixie/Dockerfile
+10-2Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎3.13/bullseye/Dockerfile renamed to ‎3.13/trixie/Dockerfile

Copy file name to clipboardExpand all lines: 3.13/trixie/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎3.14-rc/slim-bookworm/Dockerfile

Copy file name to clipboardExpand all lines: 3.14-rc/slim-bookworm/Dockerfile
+9-1Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎3.14-rc/slim-bullseye/Dockerfile renamed to ‎3.14-rc/slim-trixie/Dockerfile

Copy file name to clipboardExpand all lines: 3.14-rc/slim-trixie/Dockerfile
+10-2Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎3.14-rc/bullseye/Dockerfile renamed to ‎3.14-rc/trixie/Dockerfile

Copy file name to clipboardExpand all lines: 3.14-rc/trixie/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎3.9/slim-bookworm/Dockerfile

Copy file name to clipboardExpand all lines: 3.9/slim-bookworm/Dockerfile
+9-1Lines changed: 9 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎3.9/slim-bullseye/Dockerfile renamed to ‎3.9/slim-trixie/Dockerfile

Copy file name to clipboardExpand all lines: 3.9/slim-trixie/Dockerfile
+10-2Lines changed: 10 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎3.9/bullseye/Dockerfile renamed to ‎3.9/trixie/Dockerfile

Copy file name to clipboardExpand all lines: 3.9/trixie/Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Dockerfile-linux.template

Copy file name to clipboardExpand all lines: Dockerfile-linux.template
+9-1Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,15 @@ RUN set -eux; \
284284
| awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); printf "*%s\n", so }' \
285285
| sort -u \
286286
| xargs -r dpkg-query --search \
287-
| cut -d: -f1 \
287+
# https://manpages.debian.org/bookworm/dpkg/dpkg-query.1.en.html#S
288+
| awk ' \
289+
# diversion by pkgname from: diverted-from
290+
# diversion by pkgname to: diverted-to
291+
$1 == "diversion" && $2 == "by" { print $3; next } \
292+
# pkgname3: pathname2
293+
$1 == /:$/ { gsub(":$", "", $1); print $1; next } \
294+
# technically this won't handle "pkgname1, pkgname2: pathname1" but that's going to be *really* unusual for the .so files we're searching here
295+
' \
288296
| sort -u \
289297
| xargs -r apt-mark manual \
290298
; \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.