Skip to content

Commit 30b5e08

Browse files
author
Sheyla Trudo
committed
fixup! Clean up
1 parent e67819b commit 30b5e08

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pipelines/containers/containerize.steps.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ parameters:
2626

2727

2828
steps:
29-
- bash: |
30-
docker buildx ls
31-
# rm ~/.docker/config.json
32-
# Pull windows image to allow building windows images on the Linux platform.
33-
docker pull --platform windows mcr.microsoft.com/windows/servercore:ltsc2019
34-
docker pull --platform windows mcr.microsoft.com/windows/servercore:ltsc2022
35-
displayName: Pull Required Images
29+
#- bash: |
30+
# docker buildx ls
31+
# # rm ~/.docker/config.json
32+
# # Pull windows image to allow building windows images on the Linux platform.
33+
# docker pull --platform windows mcr.microsoft.com/windows/servercore:ltsc2019
34+
# docker pull --platform windows mcr.microsoft.com/windows/servercore:ltsc2022
35+
# displayName: Pull Required Images
3636

3737
- task: 1ES.BuildContainerImage@1
3838
retryCountOnTaskFailure: 3

0 commit comments

Comments
 (0)