Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 327bc42

Browse files
committed
Dockerfile.windows: update references to repositories that were moved
Signed-off-by: Sebastiaan van Stijn <github@gone.nl> (cherry picked from commit 83fd212f2cb71aae2f4a5a60c893c2bd01e59b72) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: a2a4576c6170bbbaeec94f9b8b0cd936c2711b26 Component: engine
1 parent a3dcc8e commit 327bc42

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

components/engine/Dockerfile.windows

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
# The docker integration tests do not currently run in a container on Windows, predominantly
148148
# due to Windows not supporting privileged mode, so anything using a volume would fail.
149149
# They (along with the rest of the docker CI suite) can be run using
150-
# https://github.com/jhowardmsft/docker-w2wCIScripts/blob/master/runCI/Invoke-DockerCI.ps1.
150+
# https://github.com/kevpar/docker-w2wCIScripts/blob/master/runCI/Invoke-DockerCI.ps1.
151151
#
152152
# -----------------------------------------------------------------------------------------
153153

@@ -218,13 +218,13 @@ RUN `
218218
Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; `
219219
`
220220
Write-Host INFO: Downloading compiler 1 of 3...; `
221-
Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/gcc.zip C:\gcc.zip; `
221+
Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; `
222222
`
223223
Write-Host INFO: Downloading compiler 2 of 3...; `
224-
Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/runtime.zip C:\runtime.zip; `
224+
Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; `
225225
`
226226
Write-Host INFO: Downloading compiler 3 of 3...; `
227-
Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/binutils.zip C:\binutils.zip; `
227+
Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; `
228228
`
229229
Write-Host INFO: Extracting git...; `
230230
Expand-Archive C:\gitsetup.zip C:\git-tmp; `

0 commit comments

Comments
 (0)