-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Images: Bump Alpine to v3.23.0. #14251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release-1.13
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR upgrades the Alpine Linux base image from version 3.22.2 to 3.23.0 across the entire codebase. This is a routine maintenance update to keep base images current with security patches and improvements.
- Updates all direct Alpine image references from
alpine:3.22.2toalpine:3.23.0 - Updates all golang Alpine variant references from
alpine3.22toalpine3.23 - Ensures consistency across Dockerfiles, Makefile, and example documentation
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| test/e2e-image/Dockerfile | Updates Alpine base image for E2E test container |
| rootfs/Dockerfile-chroot | Updates Alpine base image for chroot variant |
| images/test-runner/rootfs/Dockerfile | Updates golang Alpine variant for test runner |
| images/nginx/rootfs/Dockerfile | Updates Alpine base image for both builder and final nginx stages |
| images/go-grpc-greeter-server/rootfs/Dockerfile | Updates golang Alpine variant for gRPC greeter server |
| images/fastcgi-helloserver/rootfs/Dockerfile | Updates golang Alpine variant for FastCGI hello server |
| images/ext-auth-example-authsvc/rootfs/Dockerfile | Updates golang Alpine variant for auth service example |
| images/custom-error-pages/rootfs/Dockerfile | Updates golang Alpine variant for custom error pages |
| images/cfssl/rootfs/Dockerfile | Updates Alpine base image for CFSSL tools |
| docs/examples/customization/sysctl/patch.json | Updates Alpine image reference in sysctl example documentation |
| Makefile | Updates E2E_IMAGE to use golang with alpine3.23 for build process |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Requires this to be merged first, since there is no Go v1.25.4 image based on Alpine v3.23.0, but only a Go v1.25.5 one. |
cpanato
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpanato, Gacko The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
New changes are detected. LGTM label has been removed. |
/triage accepted
/kind cleanup
/priority backlog
/cc @cpanato @strongjz @tao12345666333