Skip to content
Snippets Groups Projects

Building runner helper images with Windows nanoserver

Merged Hoff_IO requested to merge 82phil/gitlab-runner:runner-windows-nanoserver-images into main
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -25,7 +25,8 @@ RUN powershell -File .\checksum.ps1 -TargetFile git-lfs.zip -ExpectedHash ${Env:
@@ -25,7 +25,8 @@ RUN powershell -File .\checksum.ps1 -TargetFile git-lfs.zip -ExpectedHash ${Env:
RUN New-Item -ItemType directory -Path C:\Temp; `
RUN New-Item -ItemType directory -Path C:\Temp; `
Expand-Archive -Path git.zip -DestinationPath C:\Temp\git; `
Expand-Archive -Path git.zip -DestinationPath C:\Temp\git; `
Expand-Archive -Path git-lfs.zip -DestinationPath C:\Temp\git-lfs
Expand-Archive -Path git-lfs.zip -DestinationPath $pwd; `
 
Move-Item -Path "git-lfs-${Env:GIT_LFS_VERSION}" -Destination C:\Temp\git-lfs
COPY [".\\binaries\\gitlab-runner-helper.x86_64-windows.exe", "C:\\Temp\\gitlab-runner-helper\\gitlab-runner-helper.exe"]
COPY [".\\binaries\\gitlab-runner-helper.x86_64-windows.exe", "C:\\Temp\\gitlab-runner-helper\\gitlab-runner-helper.exe"]
Loading