Skip to content

Commit e82bdd9

Browse files
Trigger AL2 iptables base image rebuild for Go 1.25.9 CVE fixes (#1966)
Set AL2 eks-distro-minimal-base-iptables tag to null to force a full rebuild. The periodic build skips iptables when yum check-update finds no RPM security updates, but the iptables-wrapper Go binary is stuck on Go 1.25.8 which is vulnerable to CVE-2026-32280 and CVE-2026-32282. golang:1.25 floating tag already points to Go 1.25.9. Setting the tag to null bypasses the RPM update check and forces a rebuild. AL2023 image was already rebuilt on Apr 14 with Go 1.25.9. Note: AL2 reaches EOL on June 30, 2026. After that date, AL2 base images will no longer be maintained.
1 parent cc0aa4e commit e82bdd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EKS_DISTRO_TAG_FILE.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ al2:
33
eks-distro-minimal-base: 2026-04-02-1775156511.2
44
eks-distro-minimal-base-nonroot: 2026-04-02-1775156511.2
55
eks-distro-minimal-base-glibc: 2026-04-02-1775156511.2
6-
eks-distro-minimal-base-iptables: 2026-04-02-1775156511.2
6+
eks-distro-minimal-base-iptables: null
77
eks-distro-minimal-base-docker-client: 2026-04-14-1776193302.2
88
eks-distro-minimal-base-csi: 2026-04-14-1776193302.2
99
eks-distro-minimal-base-csi-ebs: 2026-04-02-1775156511.2

0 commit comments

Comments
 (0)