chore(deps): bump Go builder to 1.26.1 and update base images - #2151
Merged
Conversation
Quang Nguyen (nddq)
requested review from
Ashish Nair (nairashu) and
Vipul Singh (vipul-21)
March 30, 2026 22:48
Quang Nguyen (nddq)
requested review from
ibezrukavyi
and removed request for
Ashish Nair (nairashu) and
Vipul Singh (vipul-21)
March 30, 2026 22:50
Retina Code Coverage ReportTotal coverage no changeDecreased diff
|
Quang Nguyen (nddq)
enabled auto-merge
March 31, 2026 14:13
Quang Nguyen (nddq)
force-pushed
the
chore/bump-base-images
branch
from
April 1, 2026 02:16
af2cb9f to
f4ed316
Compare
Go 1.26.0 → 1.26.1 (fixes CVE-2026-25679, CVE-2026-27137, CVE-2026-27138, CVE-2026-27142, CVE-2026-27139). Base images updated to latest digests: - azurelinux/distroless/minimal:3.0 - windows/nanoserver:ltsc2022 - windows/servercore:ltsc2022 bump-images.sh now detects newer Go minor/patch versions from the registry and prompts the user to select which version to bump to before updating digests. Signed-off-by: Quang Nguyen <nguyenquang@microsoft.com>
Quang Nguyen (nddq)
force-pushed
the
chore/bump-base-images
branch
from
April 3, 2026 15:00
f4ed316 to
90960aa
Compare
7 tasks
ibezrukavyi
approved these changes
Apr 3, 2026
Laksh (lakshk98)
pushed a commit
to lakshk98/retina
that referenced
this pull request
Aug 4, 2026
…oft#2151) # Description Go 1.26.0 has 4 stdlib CVEs with fixes in 1.26.1 (CVE-2026-25679, CVE-2026-27137, CVE-2026-27138, CVE-2026-27142). This PR bumps the Go builder images to 1.26.1 and updates all base image digests to latest. Image digest updates: - `oss/go/microsoft/golang` 1.26.0 → 1.26.1 (azurelinux3.0, plain, windowsservercore-ltsc2022) - `azurelinux/base/core:3.0` → latest digest - `azurelinux/distroless/minimal:3.0` → latest digest - `windows/nanoserver:ltsc2022` → latest digest - `windows/servercore:ltsc2022` → latest digest - `mirror/docker/library/ubuntu:24.04` → pinned by digest (was tag-only) Also adds `make bump-images` (`scripts/bump-images.sh`) which: 1. Checks for newer Go minor/patch versions from the registry and prompts the user to select which version to bump to 2. Parses the `# skopeo inspect ...` comments in Dockerfiles and auto-updates digests from the registry (handles `--override-os windows` automatically) ## Related Issue N/A ## Checklist - [x] I have read the [contributing documentation](https://retina.sh/docs/Contributing/overview). - [x] I signed and signed-off the commits (`git commit -S -s ...`). - [x] I have correctly attributed the author(s) of the code. - [x] I have tested the changes locally. - [x] I have followed the project's style guidelines. - [ ] I have updated the documentation, if necessary. - [ ] I have added tests, if applicable. ## Testing Completed ``` $ ./scripts/bump-images.sh Current Go builder version: 1.24.0 (mcr.microsoft.com/oss/go/microsoft/golang) Newer Go versions available: 1) 1.24.1 (patch) ... 13) 1.24.13 (patch) 14) 1.25.0 (minor) ... 22) 1.25.8 (minor) 23) 1.26.0 (minor) 24) 1.26.1 (minor) 0) Keep current (1.24.0) Select version to bump to [0]: 24 Bumping Go version: 1.24.0 → 1.26.1 GO cli/Dockerfile: 1.24.0 → 1.26.1 ... ``` ## Additional Notes N/A Signed-off-by: Quang Nguyen <nguyenquang@microsoft.com>
Laksh (lakshk98)
pushed a commit
to lakshk98/retina
that referenced
this pull request
Aug 4, 2026
…oft#2151) # Description Go 1.26.0 has 4 stdlib CVEs with fixes in 1.26.1 (CVE-2026-25679, CVE-2026-27137, CVE-2026-27138, CVE-2026-27142). This PR bumps the Go builder images to 1.26.1 and updates all base image digests to latest. Image digest updates: - `oss/go/microsoft/golang` 1.26.0 → 1.26.1 (azurelinux3.0, plain, windowsservercore-ltsc2022) - `azurelinux/base/core:3.0` → latest digest - `azurelinux/distroless/minimal:3.0` → latest digest - `windows/nanoserver:ltsc2022` → latest digest - `windows/servercore:ltsc2022` → latest digest - `mirror/docker/library/ubuntu:24.04` → pinned by digest (was tag-only) Also adds `make bump-images` (`scripts/bump-images.sh`) which: 1. Checks for newer Go minor/patch versions from the registry and prompts the user to select which version to bump to 2. Parses the `# skopeo inspect ...` comments in Dockerfiles and auto-updates digests from the registry (handles `--override-os windows` automatically) ## Related Issue N/A ## Checklist - [x] I have read the [contributing documentation](https://retina.sh/docs/Contributing/overview). - [x] I signed and signed-off the commits (`git commit -S -s ...`). - [x] I have correctly attributed the author(s) of the code. - [x] I have tested the changes locally. - [x] I have followed the project's style guidelines. - [ ] I have updated the documentation, if necessary. - [ ] I have added tests, if applicable. ## Testing Completed ``` $ ./scripts/bump-images.sh Current Go builder version: 1.24.0 (mcr.microsoft.com/oss/go/microsoft/golang) Newer Go versions available: 1) 1.24.1 (patch) ... 13) 1.24.13 (patch) 14) 1.25.0 (minor) ... 22) 1.25.8 (minor) 23) 1.26.0 (minor) 24) 1.26.1 (minor) 0) Keep current (1.24.0) Select version to bump to [0]: 24 Bumping Go version: 1.24.0 → 1.26.1 GO cli/Dockerfile: 1.24.0 → 1.26.1 ... ``` ## Additional Notes N/A Signed-off-by: Quang Nguyen <nguyenquang@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.
Description
Go 1.26.0 has 4 stdlib CVEs with fixes in 1.26.1 (CVE-2026-25679, CVE-2026-27137, CVE-2026-27138, CVE-2026-27142). This PR bumps the Go builder images to 1.26.1 and updates all base image digests to latest.
Image digest updates:
oss/go/microsoft/golang1.26.0 → 1.26.1 (azurelinux3.0, plain, windowsservercore-ltsc2022)azurelinux/base/core:3.0→ latest digestazurelinux/distroless/minimal:3.0→ latest digestwindows/nanoserver:ltsc2022→ latest digestwindows/servercore:ltsc2022→ latest digestmirror/docker/library/ubuntu:24.04→ pinned by digest (was tag-only)Also adds
make bump-images(scripts/bump-images.sh) which:# skopeo inspect ...comments in Dockerfiles and auto-updates digests from the registry (handles--override-os windowsautomatically)Related Issue
N/A
Checklist
git commit -S -s ...).Testing Completed
Additional Notes
N/A