Skip to content

Upgrade Base Images from Debian 12 (Bookworm) to Debian 13 (Trixie) #4384

@markmandel

Description

@markmandel

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:bookwormdebian:trixie

Distroless base images:

  • gcr.io/distroless/static-debian12gcr.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

Metadata

Metadata

Labels

area/build-toolsDevelopment tooling. I.e. pretty much everything in the `build` directory.help wantedWe would love help on these issues. Please come help us!kind/cleanupRefactoring code, fixing up documentation, etc

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions