Skip to content

Fix: Migrate to Al23 base image for docker images#650

Open
gabrnavarro wants to merge 2 commits intoaws:masterfrom
gabrnavarro:bot/task-52-issue-647
Open

Fix: Migrate to Al23 base image for docker images#650
gabrnavarro wants to merge 2 commits intoaws:masterfrom
gabrnavarro:bot/task-52-issue-647

Conversation

@gabrnavarro
Copy link
Copy Markdown

What changed

Migrated all Docker base images from Amazon Linux 2 (AL2) to Amazon Linux 2023 (AL2023):

  • Updated eks-distro-minimal-base-nonroot image tag from latest.2 to latest.al2023 in Makefile and .ko.yaml
  • Updated go-runner image tag from latest.al2 to latest.al2023 in Dockerfile and Makefile

Why

AL2 is going EOL in June 2026. Migrating to AL2023 ensures continued support and security updates.

Fixes #647

Testing

  • All existing unit tests pass (go test -race ./pkg/... ./controllers/... ./webhooks/...)
  • Verified no remaining AL2 image references in the codebase

@gabrnavarro gabrnavarro requested a review from a team as a code owner March 7, 2026 19:31
@jaydeokar jaydeokar requested a review from yash97 March 17, 2026 23:19
@jaydeokar
Copy link
Copy Markdown
Contributor

@yash97 can you check this if everything works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate to Al23 base image for docker images

2 participants