-
Notifications
You must be signed in to change notification settings - Fork 898
Upgrade Base Images from Debian 12 (Bookworm) to Debian 13 (Trixie) #4384
Copy link
Copy link
Closed
Labels
area/build-toolsDevelopment tooling. I.e. pretty much everything in the `build` directory.Development tooling. I.e. pretty much everything in the `build` directory.help wantedWe would love help on these issues. Please come help us!We would love help on these issues. Please come help us!kind/cleanupRefactoring code, fixing up documentation, etcRefactoring code, fixing up documentation, etc
Description
Description
Upgrade Agones container base images from Debian 12 (Bookworm) to Debian 13 (Trixie).
Scope of Changes
Update all Dockerfiles that reference Debian 12 base images:
Debian base images:
debian:bookworm→debian:trixie
Distroless base images:
gcr.io/distroless/static-debian12→gcr.io/distroless/static-debian13
Search commands:
# Find Debian base images
find . -name "Dockerfile*" -exec grep -l "debian:bookworm\|FROM debian:12" {} \;
# Find distroless images
find . -name "Dockerfile*" -exec grep -l "distroless.*debian12" {} \;May be worth breaking this down into sub tasks, since there will likely be a lot of surfaces.
Similar Past Work
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/build-toolsDevelopment tooling. I.e. pretty much everything in the `build` directory.Development tooling. I.e. pretty much everything in the `build` directory.help wantedWe would love help on these issues. Please come help us!We would love help on these issues. Please come help us!kind/cleanupRefactoring code, fixing up documentation, etcRefactoring code, fixing up documentation, etc