Browse code

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>

Sebastiaan van Stijn authored on 2019/09/26 18:59:51
Showing 1 changed files
... ...
@@ -147,7 +147,7 @@
147 147
 # The docker integration tests do not currently run in a container on Windows, predominantly
148 148
 # due to Windows not supporting privileged mode, so anything using a volume would fail.
149 149
 # 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.
151 151
 #
152 152
 # -----------------------------------------------------------------------------------------
153 153
 
... ...
@@ -218,13 +218,13 @@ RUN `
218 218
   Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; `
219 219
   `
220 220
   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; `
222 222
   `
223 223
   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; `
225 225
   `
226 226
   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; `
228 228
   `
229 229
   Write-Host INFO: Extracting git...; `
230 230
   Expand-Archive C:\gitsetup.zip C:\git-tmp; `