Skip to content

Commit 5ee90be

Browse files
committed
Move to new windows repository
1 parent 65a048b commit 5ee90be

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile-caveman-windowsservercore.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/windowsservercore:%%PLACEHOLDER%%
1+
FROM mcr.microsoft.com/windows/servercore:%%PLACEHOLDER%%
22

33
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
44

Dockerfile-windowsservercore.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM microsoft/windowsservercore:%%PLACEHOLDER%%
1+
FROM mcr.microsoft.com/windows/servercore:%%PLACEHOLDER%%
22

33
SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
44

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ for version in "${versions[@]}"; do
145145
-e 's/^(ENV PYTHON_RELEASE) .*/\1 '"${fullVersion%%[a-z]*}"'/' \
146146
-e 's/^(ENV PYTHON_PIP_VERSION) .*/\1 '"$pipVersion"'/' \
147147
-e 's/^(FROM python):.*/\1:'"$version-$tag"'/' \
148-
-e 's!^(FROM (debian|buildpack-deps|alpine|microsoft/[^:]+)):.*!\1:'"$tag"'!' \
148+
-e 's!^(FROM (debian|buildpack-deps|alpine|[^/]+/windows/[^:]+)):.*!\1:'"$tag"'!' \
149149
"$dir/Dockerfile"
150150

151151
case "$variant" in

0 commit comments

Comments
 (0)