-
Notifications
You must be signed in to change notification settings - Fork 523
golang: Build 1.25.0 images - take #2 (copy golang binaries from golang alpine image) #4119
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
golang: Build 1.25.0 images - take #2 (copy golang binaries from golang alpine image) #4119
Conversation
11d10d8
to
dca886b
Compare
7e6177a
to
32c6bd0
Compare
32c6bd0
to
581d66c
Compare
/kind feature |
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, PTAL @cpanato
/hold
@saschagrunert not sure if @cpanato is around this week per his last comment in the related PR: |
Co-Authored-by: Carlos Panato <ctadeu@gmail.com> [WIP] Copy golang binaries using alpine image
581d66c
to
2586f7e
Compare
Added some missing packages found using - https://github.com/kubernetes/kubernetes/pull/134073/files |
kube-cross is now working fine in kubernetes/kubernetes#134073 |
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.
/unhold
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, saschagrunert 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 |
@@ -144,7 +144,7 @@ dependencies: | |||
- path: images/build/go-runner/VERSION | |||
|
|||
- name: "registry.k8s.io/build-image/go-runner (go1.25-bookworm)" | |||
version: v2.4.0-go1.25rc2-bookworm.0 | |||
version: v2.4.0-go1.25.1-bookworm.0 |
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.
@dims the image changes from this file needs to be promoted, do you want to take care of that?
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.
@saschagrunert yes of course
late /lgtm thanks |
What type of PR is this?
/kind feature
What this PR does / why we need it:
As the dockerhub images for golang do not support exactly the versions of debian we use/need, we should just grab the binaries from one of the golang images (picked the alpine image) and use them in the versions of debian we want. See discussions:
We can't just move to newer debian as that has newer glibc which leads to other problems:
/hold
/assign @saschagrunert @ameukam @puerco @MadhavJivrajani
cc @kubernetes/release-managers @liggitt
Which issue(s) this PR fixes:
xref #3957
Special notes for your reviewer:
Does this PR introduce a user-facing change?
PS: used @cpanato 's PR #4094 as a starting point.