Cherry-pick: Update alpine to v3.23.4 (#10068)#10070
Closed
prathyushpv wants to merge 1 commit intorelease/v1.31.xfrom
Closed
Cherry-pick: Update alpine to v3.23.4 (#10068)#10070prathyushpv wants to merge 1 commit intorelease/v1.31.xfrom
prathyushpv wants to merge 1 commit intorelease/v1.31.xfrom
Conversation
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.
Cherry-pick of #10068 (originally targeting
release/v1.30.x) intorelease/v1.31.xfor the v1.31.0 minor release.Original PR: #10068
Conflicts resolved
On 1.31.x the Alpine tag is centralized in
docker/docker-bake.hcl(single source of truth via theALPINE_TAGvariable); the Dockerfiles and workflow/action files consume it rather than hard-coding a default. The 1.30.x PR also updated local defaults in those 4 files, but those structural changes don't apply here.docker/docker-bake.hcl— auto-merged cleanly (3.23.3 → 3.23.4). ✅docker/targets/server.Dockerfile— kept HEAD (consumes ARG from bake var; no local default needed).docker/targets/admin-tools.Dockerfile— kept HEAD (same reason)..github/actions/build-docker-images/action.yml— kept HEAD (input default is empty string; resolves from bake var)..github/workflows/docker-build-manual.yml— kept HEAD (optional override; empty means use bake default).Net change: one-line bump in
docker/docker-bake.hcl.