Skip to content

hitch: upgrade to bookworm #19248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 11, 2025
Merged

Conversation

gquintard
Copy link
Contributor

No description provided.

@gquintard gquintard requested a review from a team as a code owner June 11, 2025 06:16
Copy link

Diff for f61813b:
diff --git a/_bashbrew-arches b/_bashbrew-arches
index 662a8a8..4aaeb29 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -2,5 +2,3 @@ amd64
 arm32v7
 arm64v8
 i386
-ppc64le
-s390x
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 8fdf92b..5083a85 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,5 +2,5 @@ Maintainers: Thijs Feryn <thijs@varni.sh> (@thijsferyn), Guillaume Quintard <gui
 GitRepo: https://github.com/varnish/docker-hitch.git
 
 Tags: 1, 1.8, 1.8.0, 1.8.0-1, latest
-Architectures: amd64, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 3fe55c4296018b04c7e1d2efdfcadce9c4017e0a
+Architectures: amd64, arm32v7, arm64v8, i386
+GitCommit: fa19f55cf3b713e5f6787315c889a3885ab270bf
diff --git a/hitch_latest/Dockerfile b/hitch_latest/Dockerfile
index 17f57e5..f6479bb 100644
--- a/hitch_latest/Dockerfile
+++ b/hitch_latest/Dockerfile
@@ -1,4 +1,4 @@
-FROM debian:bullseye-slim
+FROM debian:bookworm-slim
 
 ARG SRCVER=1.8.0
 ARG PKGVER=1

Relevant Maintainers:

@yosifkit
Copy link
Member

Debian Bookworm will have ppc64le and s390x at least until it transitions to "LTS" in June 2026. It is Bullseye that no longer has those architectures. You are welcome to add them back now that it is from Bookworm.

@yosifkit yosifkit merged commit e2f8cbf into docker-library:master Jun 11, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants