Skip to content

Comments

Add Dockerfiles for Windows Server 2022#3035

Merged
mthalman merged 8 commits intomainfrom
feature/ws2022
Aug 18, 2021
Merged

Add Dockerfiles for Windows Server 2022#3035
mthalman merged 8 commits intomainfrom
feature/ws2022

Conversation

@mthalman
Copy link
Member

Related to #2891

@mthalman mthalman requested a review from MichaelSimons August 12, 2021 16:22
@ghost ghost added the area-dockerfiles Concerns the official .NET Dockerfiles or Dockerfile templates label Aug 12, 2021
* `5.0-alpine` (Latest Alpine)
* `5.0-focal` (Ubuntu 20.04)
* `5.0-buster-slim` (Debian 10)
* `5.0-windowsservercore-ltsc2022` (Windows Server Core LTSC 2022)
Copy link
Member

Choose a reason for hiding this comment

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

I was expecting to see nanoserver-ltsc2022 listed here and that the windowsservercores image would be grouped.

ASPNETCORE_URLS=http://+:80 `
# Enable detection of running in a container
DOTNET_RUNNING_IN_CONTAINER=true `
DOTNET_VERSION=5.0.9
Copy link
Member

Choose a reason for hiding this comment

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

Noting a bit of inconsistency (existing issue) here regarding a missing comment on the version variable.

"src/runtime/5.0/nanoserver-1809/amd64": 321408734,
"src/runtime/5.0/nanoserver-2004/amd64": 332279013,
"src/runtime/5.0/nanoserver-20H2/amd64": 331997328,
"src/runtime/5.0/nanoserver-ltsc2022/amd64": 366593559,
Copy link
Member

Choose a reason for hiding this comment

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

I'm surprised to see this much size gain especially comparing to previous versions which carry some servicing bloat.

@mthalman mthalman merged commit d8c8f67 into main Aug 18, 2021
@mthalman mthalman deleted the feature/ws2022 branch August 18, 2021 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-dockerfiles Concerns the official .NET Dockerfiles or Dockerfile templates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants