Update dependencies in microsoft/main - #678
Merged
review-bot-for-go[bot] merged 1 commit intoAug 20, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds Go 1.27.0 support to the microsoft/main image set by introducing the new version’s metadata, generated Dockerfiles for all supported variants, and the corresponding manifest entries used for publishing/tagging.
Changes:
- Add Go 1.27.0 (with per-arch download URLs, signatures, and SHA256s) to
src/microsoft/versions.json. - Add generated
src/microsoft/1.27/**Dockerfiles for Debian (bookworm/bullseye), Azure Linux 3.0, and Windows (servercore/nanoserver for LTSC 2022/2025). - Extend
manifest.jsonwith1.27entries and tags across all supported platforms/variants.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| src/microsoft/versions.json | Adds version metadata for Go 1.27 (arches, variants, URLs, checksums, preferred variant). |
| src/microsoft/1.27/bookworm/Dockerfile | New generated Debian bookworm image for Go 1.27 with verification/reproducibility steps. |
| src/microsoft/1.27/bullseye/Dockerfile | New generated Debian bullseye image for Go 1.27 with verification/reproducibility steps. |
| src/microsoft/1.27/azurelinux3.0/Dockerfile | New generated Azure Linux 3.0 image for Go 1.27 with verification/reproducibility steps. |
| src/microsoft/1.27/windows/windowsservercore-ltsc2025/Dockerfile | New generated Windows Server Core LTSC 2025 image for Go 1.27 (downloads + hash verification). |
| src/microsoft/1.27/windows/windowsservercore-ltsc2022/Dockerfile | New generated Windows Server Core LTSC 2022 image for Go 1.27 (downloads + hash verification). |
| src/microsoft/1.27/windows/nanoserver-ltsc2025/Dockerfile | New generated Windows Nano Server LTSC 2025 image for Go 1.27 (copies from servercore stage). |
| src/microsoft/1.27/windows/nanoserver-ltsc2022/Dockerfile | New generated Windows Nano Server LTSC 2022 image for Go 1.27 (copies from servercore stage). |
| manifest.json | Adds 1.27 publishing entries (shared tags + per-platform tags + build args for nanoserver). |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| \ | ||
| # smoke test | ||
| go version; \ | ||
| # make sure our reproducibile timestamp is probably still correct (best-effort inline reproducibility test) |
| \ | ||
| # smoke test | ||
| go version; \ | ||
| # make sure our reproducibile timestamp is probably still correct (best-effort inline reproducibility test) |
| \ | ||
| # smoke test | ||
| go version; \ | ||
| # make sure our reproducibile timestamp is probably still correct (best-effort inline reproducibility test) |
| ENV GIT_TAG v${GIT_VERSION}.windows.1 | ||
| ENV GIT_DOWNLOAD_URL https://github.com/git-for-windows/git/releases/download/${GIT_TAG}/MinGit-${GIT_VERSION}-64-bit.zip | ||
| ENV GIT_DOWNLOAD_SHA256 11e8f462726827acccc7ecdad541f2544cbe5506d70fef4fa1ffac7c16288709 | ||
| # steps inspired by "chcolateyInstall.ps1" from "git.install" (https://chocolatey.org/packages/git.install) |
| ENV GIT_TAG v${GIT_VERSION}.windows.1 | ||
| ENV GIT_DOWNLOAD_URL https://github.com/git-for-windows/git/releases/download/${GIT_TAG}/MinGit-${GIT_VERSION}-64-bit.zip | ||
| ENV GIT_DOWNLOAD_SHA256 11e8f462726827acccc7ecdad541f2544cbe5506d70fef4fa1ffac7c16288709 | ||
| # steps inspired by "chcolateyInstall.ps1" from "git.install" (https://chocolatey.org/packages/git.install) |
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.
🔃 This is an automatically generated PR updating the version of Go in
microsoft/main.This PR should auto-merge itself when PR validation passes.