Skip to content

Commit da5180f

Browse files
committed
To Understand why CodeBuild Image Do not have docker support
1 parent cea0355 commit da5180f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/dotnet-sample-app-ecr-deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ jobs:
8080
with:
8181
role-to-assume: ${{ secrets.E2E_IAD_TEST_ACCOUNT_ARN }}
8282
aws-region: us-east-1
83-
84-
- name: Install Docker
85-
run: |
86-
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/Windows-Containers/Main/helpful_tools/Install-DockerCE/install-docker-ce.ps1" -OutFile install-docker-ce.ps1
87-
.\install-docker-ce.ps1
83+
#
84+
# - name: Install Docker
85+
# run: |
86+
# Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/Windows-Containers/Main/helpful_tools/Install-DockerCE/install-docker-ce.ps1" -OutFile install-docker-ce.ps1
87+
# .\install-docker-ce.ps1
8888

8989
- name: Docker test
9090
run: |

0 commit comments

Comments
 (0)