Migrate base images to AL23 (latest-al23)#599
Merged
Conversation
5db0236 to
e022825
Compare
jaydeokar
approved these changes
Jun 23, 2026
Contributor
|
lgtm |
Pavani-Panakanti
approved these changes
Jun 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #, if applicable:
Fixes #533
What does this PR do / Why do we need it?
Migrates base images used by aws-network-policy-agent off AL2 (EOL June 26, 2026) to AL23. Mirrors the pattern applied in the sister PR aws/amazon-vpc-cni-k8s#3661.
Changes:
Dockerfile (bpfbuilder stage): amazonlinux:2 → amazonlinux:2023
Dockerfile (final container base): eks-distro-minimal-base-glibc:latest.2 → latest-al23
test/agent/Dockerfile: eks-distro-minimal-base-iptables:latest.2 → latest-al23
Makefile: GOLANG_IMAGE builder tag gcc-al2 → gcc-al23
The vmlinuxbuilder stage in Dockerfile was already on amazonlinux:2023 and is unchanged.