Skip to content

Commit 4257a57

Browse files
committed
Remove bookworm from 6.1
πŸ˜‡
1 parent 782887e commit 4257a57

File tree

4 files changed

+4
-326
lines changed

4 files changed

+4
-326
lines changed

β€Ž6.1/bookworm/Dockerfileβ€Ž

Lines changed: 0 additions & 152 deletions
This file was deleted.

β€Ž6.1/bookworm/docker-entrypoint.shβ€Ž

Lines changed: 0 additions & 173 deletions
This file was deleted.

β€Žversions.jsonβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"sha256": "bc483da195f2444491d870e40f7fc909ae750f7ba8d0e28831e6d6c478812b88",
4242
"variants": [
4343
"trixie",
44-
"bookworm",
4544
"alpine3.22",
4645
"alpine3.21"
4746
],

β€Žversions.shβ€Ž

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ for version in "${versions[@]}"; do
8888
get_version "$version"
8989

9090
for suite in "${supportedDebianSuites[@]}"; do
91+
if [ "$suite" = 'bookworm' ] && [ "$version" != '5.1' ] && [ "$version" != '6.0' ]; then
92+
# https://github.com/docker-library/redmine/pull/393 (6.1+ deps need newer rust on other arches and just isn't worth the trouble)
93+
continue
94+
fi
9195
export suite
9296
doc="$(jq <<<"$doc" -c '
9397
.variants += [ env.suite ]

0 commit comments

Comments
Β (0)