Browse code

Dockerfile.windows: update references to repositories that were moved

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
 
... ...
@@ -219,13 +219,13 @@ RUN `
219 219
   Download-File "https://golang.org/dl/go${dlGoVersion}.windows-amd64.zip" C:\go.zip; `
220 220
   `
221 221
   Write-Host INFO: Downloading compiler 1 of 3...; `
222
-  Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/gcc.zip C:\gcc.zip; `
222
+  Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/gcc.zip C:\gcc.zip; `
223 223
   `
224 224
   Write-Host INFO: Downloading compiler 2 of 3...; `
225
-  Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/runtime.zip C:\runtime.zip; `
225
+  Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/runtime.zip C:\runtime.zip; `
226 226
   `
227 227
   Write-Host INFO: Downloading compiler 3 of 3...; `
228
-  Download-File https://raw.githubusercontent.com/jhowardmsft/docker-tdmgcc/master/binutils.zip C:\binutils.zip; `
228
+  Download-File https://raw.githubusercontent.com/moby/docker-tdmgcc/master/binutils.zip C:\binutils.zip; `
229 229
   `
230 230
   Write-Host INFO: Extracting git...; `
231 231
   Expand-Archive C:\gitsetup.zip C:\git-tmp; `