Update base image to core 2.0#168
Merged
linglingye001 merged 1 commit intorelease/v2.6.0from Apr 3, 2026
Merged
Conversation
linglingye001
approved these changes
Apr 3, 2026
0bdbb79 to
77d5786
Compare
linglingye001
approved these changes
Apr 3, 2026
RichardChen820
added a commit
that referenced
this pull request
Apr 9, 2026
* Update Go dependencies to latest versions (#165) * Initial plan * Update Go dependencies: go 1.25, k8s.io v0.35.2, controller-runtime v0.23.3 Co-authored-by: RichardChen820 <99175581+RichardChen820@users.noreply.github.com> * Update Dockerfile base image to go 1.25 Co-authored-by: RichardChen820 <99175581+RichardChen820@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: RichardChen820 <99175581+RichardChen820@users.noreply.github.com> * Update CGO_ENABLED to 1 in Dockerfile builder stage (#167) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: RichardChen820 <99175581+RichardChen820@users.noreply.github.com> * Snapshot reference support (#166) * snapshot reference support * update * update * Audience parameter support (#164) * audience parameter support * fix lint * update * version bump 2.6.0 * Update base image to core 2.0 (#168) --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: linglingye001 <143174321+linglingye001@users.noreply.github.com> Co-authored-by: Lingling Ye (from Dev Box) <linglingye@microsoft.com>
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.
Update base image to core 2.0
CGO_ENABLED=1 — This produced a dynamically-linked binary that depends on glibc/ld-linux from the builder image. The distroless runtime image doesn't have those shared libraries, so the dynamic linker is literally "not found."