Skip to content

Commit 54f5bce

Browse files
ravimedaMichaelSimons
authored andcommitted
Suffix sac2016 to Nano Server Dockerfile (dotnet#93)
1 parent 0217ebb commit 54f5bce

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.DockerHub.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# Supported Windows Server 2016 amd64 tags
1010

11-
- [`dotnetapp-nanoserver`, `dotnetapp`, `latest` (*dotnetapp-prod/Dockerfile*)](https://github.com/dotnet/dotnet-docker-samples/blob/master/dotnetapp-prod/Dockerfile)
11+
- [`dotnetapp-nanoserver-sac2016`, `dotnetapp`, `latest` (*dotnetapp-prod/Dockerfile*)](https://github.com/dotnet/dotnet-docker-samples/blob/master/dotnetapp-prod/Dockerfile)
1212

1313
# Supported Linux arm32 tags
1414

dotnetapp-selfcontained/Dockerfile.nano

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPY . ./
1111
RUN dotnet publish -c Release -r win-x64 -o out
1212

1313
# build runtime image
14-
FROM microsoft/nanoserver:10.0.14393.1770
14+
FROM microsoft/nanoserver:sac2016
1515
WORKDIR /app
1616
COPY --from=build-env /app/out ./
1717
ENTRYPOINT ["dotnetapp.exe"]

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"os": "windows",
2323
"osVersion": "10.0.14393",
2424
"tags": {
25-
"dotnetapp-nanoserver": {}
25+
"dotnetapp-nanoserver-sac2016": {}
2626
}
2727
},
2828
{

0 commit comments

Comments
 (0)