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

Updates for .NET 8 Preview 1 release #4432

Merged
merged 3 commits into from
Feb 21, 2023
Merged

Conversation

mthalman
Copy link
Member

Adds the .NET 8 Preview 1 Dockerfiles

Key features:

Related to https://github.com/dotnet/release/issues/477

@jander-msft
Copy link
Member

.NET Monitor LGTM

@@ -10,8 +10,8 @@ RUN powershell -Command " `
$ErrorActionPreference = 'Stop'; `
$ProgressPreference = 'SilentlyContinue'; `
`
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.39.1.windows.1/MinGit-2.39.1-64-bit.zip; `
$mingit_sha256 = '000649846ec6e28e8f76d4a0d02f02b3dd1ba19914385f7dead1c5cde25b3bad'; `
Invoke-WebRequest -OutFile mingit.zip https://github.com/git-for-windows/git/releases/download/v2.39.2.windows.1/MinGit-2.39.2-64-bit.zip; `
Copy link
Member

Choose a reason for hiding this comment

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

Is this intentional? It doesn't seem right to be updating the 7.0 SDK images outside of a 7.0 servicing release.

Copy link
Member Author

Choose a reason for hiding this comment

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

Nope, not intentional. Good catch. I've fixed this in the original commit.

@mthalman mthalman merged commit 7ef0b70 into dotnet:main Feb 21, 2023
@mthalman mthalman deleted the preview1 branch February 21, 2023 13:56
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.

4 participants