2024-11-14 20:22:24 UTC
1.96 GB
8f65208f92c0b4c3ae4c0cf02d4b5f6791d539cd1a07b2df62b7116467724735
GIT_DOWNLOAD_URLhttps://github.com/git-for-windows/git/releases/download/v2.23.0.windows.1/MinGit-2.23.0-64-bit.zip
GIT_TAGv2.23.0.windows.1
GIT_VERSION2.23.0
GOLANG_VERSION1.22.9
GOPATHC:\go
[#000] sha256:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 81.58% (1.6 GB)
[#001] sha256:fbe2e64e5397827206bfd4f203139650e099ad31c5fa0d7121c12acdbbd16650 - 13.77% (277 MB)
[#002] sha256:0b3d1b80c99df4962d8dca7d0ed55a06074cc426fd7f3b8de35d5aa9c34718bb - 0.0% (1.33 KB)
[#003] sha256:6637c08d6414435346568c0d836ff24b0900c4ba9d4d1315e8b486005bd4c2c8 - 0.0% (1.34 KB)
[#004] sha256:90a6663f08447269e92a2b6d235184bc9d6a3267ff2455c684cc5e16d38f431e - 0.0% (1.33 KB)
[#005] sha256:3eb2758a1d37a4cfa4a7453a3dbac456eaf0b516f72a2b50b319c19b3d3784ec - 0.0% (1.33 KB)
[#006] sha256:b0e5dbccfba682a4504ebc041298ae2b7607f3b18adfc6333dbc3aca2a44fd1b - 0.0% (1.33 KB)
[#007] sha256:aa1c6bf09c6fbb3b75db62128bf82072452a197d05328097698996771fa1056d - 1.21% (24.4 MB)
[#008] sha256:f1e777d95d9df307447e86ac8b3687a69f373b4ece4e9edf6aa3837cf53200f2 - 0.0% (1.32 KB)
[#009] sha256:1a7fe868124b618552640d45ae589556ec28b7e8a388d2aca5734e378bb49756 - 0.02% (343 KB)
[#010] sha256:9ce637d7bdec1453ef1e8f5d5f478542127d090f1cdb4f8b652091fe88ebd82a - 0.0% (1.33 KB)
[#011] sha256:e968255258ff4ec8edf5c2cda4421cb926bb5a48f333bce86d2a69d8c89043c8 - 3.42% (68.7 MB)
[#012] sha256:0812a337846d0817f41846e9e54369903ee1ba38e0c48ab1cc89acd01b382d33 - 0.0% (1.44 KB)
Apply image 10.0.17763.6293
2024-11-01 11:38:40 UTCInstall update 10.0.17763.6532
2024-11-14 20:19:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2024-11-14 20:19:58 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV GIT_VERSION=2.23.0
2024-11-14 20:19:58 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV GIT_TAG=v2.23.0.windows.1
2024-11-14 20:19:59 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV GIT_DOWNLOAD_URL=https://github.com/git-for-windows/git/releases/download/v2.23.0.windows.1/MinGit-2.23.0-64-bit.zip
2024-11-14 20:20:00 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV GIT_DOWNLOAD_SHA256=8f65208f92c0b4c3ae4c0cf02d4b5f6791d539cd1a07b2df62b7116467724735
2024-11-14 20:20:45 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Write-Host ('Downloading {0} ...' -f $env:GIT_DOWNLOAD_URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri $env:GIT_DOWNLOAD_URL -OutFile 'git.zip'; Write-Host ('Verifying sha256 ({0}) ...' -f $env:GIT_DOWNLOAD_SHA256); if ((Get-FileHash git.zip -Algorithm sha256).Hash -ne $env:GIT_DOWNLOAD_SHA256) { Write-Host 'FAILED!'; exit 1; }; Write-Host 'Expanding ...'; Expand-Archive -Path git.zip -DestinationPath C:\git\.; Write-Host 'Removing ...'; Remove-Item git.zip -Force; Write-Host 'Updating PATH ...'; $env:PATH = 'C:\git\cmd;C:\git\mingw64\bin;C:\git\usr\bin;' + $env:PATH; [Environment]::SetEnvironmentVariable('PATH', $env:PATH, [EnvironmentVariableTarget]::Machine); Write-Host 'Verifying install ("git version") ...'; git version; Write-Host 'Complete.';
2024-11-14 20:20:45 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV GOPATH=C:\go
2024-11-14 20:20:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $newPath = ('{0}\bin;C:\Program Files\Go\bin;{1}' -f $env:GOPATH, $env:PATH); Write-Host ('Updating PATH: {0}' -f $newPath); [Environment]::SetEnvironmentVariable('PATH', $newPath, [EnvironmentVariableTarget]::Machine);
2024-11-14 20:20:53 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV GOLANG_VERSION=1.22.9
2024-11-14 20:22:23 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $url = 'https://dl.google.com/go/go1.22.9.windows-amd64.zip'; Write-Host ('Downloading {0} ...' -f $url); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -Uri $url -OutFile 'go.zip'; $sha256 = '2b7480239dc42867761c51ba653d8190ac55e99b41b0ff751224f87984c8421b'; Write-Host ('Verifying sha256 ({0}) ...' -f $sha256); if ((Get-FileHash go.zip -Algorithm sha256).Hash -ne $sha256) { Write-Host 'FAILED!'; exit 1; }; Write-Host 'Expanding ...'; Expand-Archive go.zip -DestinationPath C:\; Write-Host 'Moving ...'; Move-Item -Path C:\go -Destination 'C:\Program Files\Go'; Write-Host 'Removing ...'; Remove-Item go.zip -Force; Write-Host 'Verifying install ("go version") ...'; go version; Write-Host 'Complete.';
2024-11-14 20:22:24 UTCpowershell -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) WORKDIR C:\go