-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Images: Bump Alpine to v3.23.0. #14249
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: main
Are you sure you want to change the base?
Conversation
❌ Deploy Preview for kubernetes-ingress-nginx failed. Why did it fail? →
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 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 |
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 pull request bumps the Alpine Linux base image version from 3.22.2 to 3.23.0 across all Dockerfiles and configuration files in the ingress-nginx project. This is a routine maintenance update to keep the base images current with the latest stable Alpine release.
- Updated all direct Alpine image references from
alpine:3.22.2toalpine:3.23.0 - Updated all Golang Alpine variant references from
alpine3.22toalpine3.23 - Updated example/documentation files to reflect the new version
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 | Updated base Alpine image to 3.23.0 for E2E test image |
| rootfs/Dockerfile-chroot | Updated base Alpine image to 3.23.0 for chroot environment |
| images/test-runner/rootfs/Dockerfile | Updated Golang Alpine variant to alpine3.23 |
| images/nginx/rootfs/Dockerfile | Updated both builder and runtime Alpine images to 3.23.0 |
| images/go-grpc-greeter-server/rootfs/Dockerfile | Updated Golang Alpine variant to alpine3.23 for build stage |
| images/fastcgi-helloserver/rootfs/Dockerfile | Updated Golang Alpine variant to alpine3.23 for builder |
| images/ext-auth-example-authsvc/rootfs/Dockerfile | Updated Golang Alpine variant to alpine3.23 for builder |
| images/custom-error-pages/rootfs/Dockerfile | Updated Golang Alpine variant to alpine3.23 for builder |
| images/cfssl/rootfs/Dockerfile | Updated base Alpine image to 3.23.0 |
| docs/examples/customization/sysctl/patch.json | Updated Alpine image reference in example configuration to 3.23.0 |
| Makefile | Updated E2E_IMAGE Golang Alpine variant to alpine3.23 |
💡 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. |
/triage accepted
/kind cleanup
/priority backlog
/cc @cpanato @strongjz @tao12345666333