File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
lib/src/main/java/de/gesellix/docker/registry Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,10 @@ public DockerRegistry() {
3636 this .imageApi = new ImageApi (dockerClientConfig );
3737
3838 if (LocalDocker .isNativeWindows ()) {
39- imageNameWithTag = "gesellix/registry:2.7.1-windows" ;
39+ imageNameWithTag = "gesellix/registry:2.7.1-windows-ltsc2022" ;
40+ // imageNameWithTag = "gesellix/registry:2.7.1-windows-ltsc2019";
41+ // imageNameWithTag = "gesellix/registry:2.7.1-windows-1809";
42+ // imageNameWithTag = "gesellix/registry:2.7.1-windows";
4043 }
4144 else {
4245 imageNameWithTag = "registry:2.8" ;
Original file line number Diff line number Diff line change @@ -13,7 +13,9 @@ RUN mkdir src\github.com\docker ; \
1313 git checkout -q $env:DISTRIBUTION_VERSION ; \
1414 go build -o registry.exe cmd/registry/main.go
1515
16- FROM mcr.microsoft.com/windows/nanoserver:1809
16+ FROM mcr.microsoft.com/windows/nanoserver:ltsc2022
17+ # FROM mcr.microsoft.com/windows/servercore:ltsc2019
18+ # FROM mcr.microsoft.com/windows/nanoserver:1809
1719# FROM mcr.microsoft.com/windows/nanoserver:sac2016
1820EXPOSE 5000
1921
You can’t perform that action at this time.
0 commit comments