Skip to content

Commit f426293

Browse files
authored
feat: drop Bookworm container (#942)
Bookworm will go EOL on June 10, 2026. As a result, v1.14.4 is the last release to ship a Bookworm container. The next release will include just the default distroless container and an Alpine container. Fixes #894.
1 parent c99701d commit f426293

2 files changed

Lines changed: 1 addition & 44 deletions

File tree

Dockerfile.bookworm

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

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ Tag | Base image
295295
------------------ | -------------------------------------------
296296
`VERSION` | [distroless][] (default, non-root, minimal)
297297
`VERSION-alpine` | Alpine
298-
`VERSION-bookworm` | Debian Bookworm
299298

300299
Use Alpine or Debian variants when you need a shell or debugging tools.
301300

@@ -345,11 +344,10 @@ To build the default container:
345344
docker buildx build --platform linux/amd64 -t my-custom-image-name --push .
346345
```
347346

348-
Alternatively, you can build the Alpine or Bookworm variants:
347+
Alternatively, you can build the Alpine variant:
349348

350349
```sh
351350
docker buildx build --platform linux/amd64 -t my-custom-alpine-image -f Dockerfile.alpine --push .
352-
docker buildx build --platform linux/amd64 -t my-custom-bookworm-image -f Dockerfile.bookworm --push .
353351
```
354352

355353
[Artifact Registry]: https://cloud.google.com/artifact-registry/docs/docker/store-docker-container-images

0 commit comments

Comments
 (0)