Skip to content
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

Revert "hotfix(Windows Server Core LTSC2019) pin 2019 images to April version" #833

Merged

Conversation

lemeurherve
Copy link
Member

@lemeurherve lemeurherve commented Jul 10, 2024

Reverts #816

This PR removes the Windows Server Core version pinning so we can use its last image version published today as base instead of the one from April 2024.

From microsoft/Windows-Containers#493 (comment):

The updated images released as part of the July 2024 security update today include the fix for this issue.

Confirmed by building this from another host than Windows:

# OK with docker buildx build --platform windows/amd64 -t test .
FROM --platform=windows/amd64 mcr.microsoft.com/windows/servercore:ltsc2019 AS latest
COPY README.md README.md

# OK with docker buildx build --platform windows/amd64 -t test .
FROM --platform=windows/amd64 mcr.microsoft.com/windows/servercore:ltsc2019@sha256:41f42aa4ad39d85e4d30642b8111ca6454ca2275f188f012934b9afbaf63a647 AS latestdigest
COPY README.md README.md

Ref:

@lemeurherve lemeurherve merged commit 7b32976 into master Jul 10, 2024
12 checks passed
@lemeurherve lemeurherve deleted the revert-816-hotfix/windows-server-2019/May-dead-version branch July 10, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants