Skip to content

chore(deps): update golang docker tag to v1.24.6#3079

Merged
joestringer merged 1 commit intomainfrom
renovate/patch-golang-images
Aug 7, 2025
Merged

chore(deps): update golang docker tag to v1.24.6#3079
joestringer merged 1 commit intomainfrom
renovate/patch-golang-images

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Aug 6, 2025

This PR contains the following updates:

Package Update Change
golang patch 1.24.5-alpine3.21 -> 1.24.6-alpine3.21

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added kind/enhancement This would improve or streamline existing functionality. priority/release-blocker This issue will prevent the release of the next version of Cilium. renovate/stop-updating Tell Renovate to stop updating PR labels Aug 6, 2025
@renovate renovate bot requested a review from a team as a code owner August 6, 2025 21:26
@renovate renovate bot requested a review from asauber August 6, 2025 21:26
@joestringer
Copy link
Copy Markdown
Member

It's looking like renovate has updated the sha incorrectly here:

https://github.com/cilium/cilium-cli/actions/runs/16788968143/job/47552765219?pr=3079#step:4:13

Unable to find image 'golang:1.24.6-alpine3.21@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb' locally
docker.io/library/golang@sha256:eb37f58646a901dc7727cf448cae36daaefaba79de33b5058dab79aa4c04aefb: Pulling from library/golang
docker: no matching manifest for linux/amd64 in the manifest list entries

Run 'docker run --help' for more information
make: *** [Makefile:38: release] Error 125

Copy link
Copy Markdown
Member

@asauber asauber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirming that sha is incorrect

@asauber
Copy link
Copy Markdown
Member

asauber commented Aug 7, 2025

The correct hash is the following:

ajsauber@lima-ciliumdev:/Users/ajsauber$ docker pull golang:1.24.6-alpine3.21@sha256:50f8a10a46c0c26b5b816a80314f1999196c44c3e3571f41026b061339c29db6
docker.io/library/golang@sha256:50f8a10a46c0c26b5b816a80314f1999196c44c3e3571f41026b061339c29db6: Pulling from library/golang
Digest: sha256:50f8a10a46c0c26b5b816a80314f1999196c44c3e3571f41026b061339c29db6
Status: Image is up to date for golang@sha256:50f8a10a46c0c26b5b816a80314f1999196c44c3e3571f41026b061339c29db6
docker.io/library/golang:1.24.6-alpine3.21@sha256:50f8a10a46c0c26b5b816a80314f1999196c44c3e3571f41026b061339c29db6

This most often happens when there was a overwrite of the image upstream (which is odd?).

I'll push a commit here that fixes the sha.

Signed-off-by: renovate[bot] <bot@renovateapp.com>
@asauber
Copy link
Copy Markdown
Member

asauber commented Aug 7, 2025

The Image ID of this image locally 9ed99e9425fe matches that seen in the upstream image build.

https://github.com/docker-library/golang/actions/runs/16786883556/job/47539564025#step:8:15

@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Aug 7, 2025
@joestringer joestringer merged commit 25543bd into main Aug 7, 2025
6 checks passed
@joestringer joestringer deleted the renovate/patch-golang-images branch August 7, 2025 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/enhancement This would improve or streamline existing functionality. priority/release-blocker This issue will prevent the release of the next version of Cilium. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. renovate/stop-updating Tell Renovate to stop updating PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants