2022-01-14 19:13:18 UTC
2.66 GB
rancher/rancher-agent:v2.5.12-rc4
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 52.65% (1.4 GB)
[#001] sha256:3aff99b000970ade8766a006338a898f0d5d035a89037044890b777928da56bd - 42.5% (1.13 GB)
[#002] sha256:a5fce40bbbf0804579c014a878fa6c0e5b66bad37616e722aa8924e1c8742af9 - 0.0% (1.26 KB)
[#003] sha256:09039e0fbed78570677a4e09955a61c55eaa4031d67caf891a01f6d3e3b41302 - 0.0% (1.25 KB)
[#004] sha256:b24b71fa877a368ab688c09dd90dd0476d8d8d6b3108fa3ea1cb1c3672ac3346 - 0.57% (15.5 MB)
[#005] sha256:0393dafb5b9b9ff797c807642d26c9f01a403883d75247aaac6d09ee3fe6244b - 0.19% (5.27 MB)
[#006] sha256:1ea722270a225567ddc18d1ee17e615152b03a9d68b638ce2a5ba94dc522bd08 - 0.32% (8.8 MB)
[#007] sha256:4029ef69f8ccc5fdf8d9235337d3b2781628d719ebe3a96aa0e1765d588e56d6 - 1.37% (37.2 MB)
[#008] sha256:0d67a9e8c40aa90a4eccb8d4d4df9e9f7fb0c7fbb9a9eaf1599d1681ea18c834 - 0.2% (5.33 MB)
[#009] sha256:93dcc07deec656786329e71c0dea30c9f67cefb58b784d240284667da4387f21 - 0.57% (15.6 MB)
[#010] sha256:0c965dba424267eac881e1ccb1ba51d1ca3c360c7ae86264b6180216b7ee6a59 - 0.47% (12.7 MB)
[#011] sha256:8747640c02e91b338bf2ecfc34ebc40e166e27d41fdc9253abe8e46f6563c031 - 0.02% (432 KB)
[#012] sha256:8868f264b2c32d453065063ee8e83d00368cd8911fcc55671712a4ae7d6ab63f - 0.0% (1.26 KB)
[#013] sha256:59a7603c8c138f272561400ed4cfdc44ce7607b70832f503f2ca06079021f6f4 - 0.0% (1.28 KB)
[#014] sha256:2dc0a09d792edd6729207da083531ba2c38a9154d24c1289f5d0f1c71e2f0394 - 0.0% (1.29 KB)
[#015] sha256:310c1c95664ad03de7211a0fd5f4111b38014357c3525c4245bfe272bba045bc - 0.0% (1.26 KB)
[#016] sha256:a7c021eb7147bb5cf165bab7e92211eebd8fa31c468893a13a75848fd7299aee - 0.0% (1.26 KB)
[#017] sha256:f362d7cc191e198c27ce7c29cabd1ade9baf9b4fd507db6b068bad06957e1df3 - 1.14% (31.1 MB)
[#018] sha256:9247948360233c7c7515e4131502905ecd992be0991698238e97805fc4c2c543 - 0.0% (1.26 KB)
[#019] sha256:2bd72a91198cd8dbefe651123ea276cd62f72215a3f85cd150ed2ef528287b65 - 0.0% (1.29 KB)
[#020] sha256:f794ca9df4d9bdce972471d89cc47c5703caa4163e4e4a03b4b000c4af7ff716 - 0.0% (1.26 KB)
[#021] sha256:5395dae5602e15f18b8ac1c37ce37da5e74ad5f2ede2c8cbac39ce2630d9f3ab - 0.0% (1.29 KB)
[#022] sha256:663fc9ec566e68967b8c8f7c3c2476df5f24987dca3d2a04598920b8187512a1 - 0.0% (1.29 KB)
Apply image 20H2-RTM-amd64
2022-01-08 08:44:10 UTCInstall update 20H2-amd64
2022-01-14 18:59:11 UTCcmd /S /C #(nop) ARG ARCH=amd64
2022-01-14 18:59:11 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2022-01-14 18:59:22 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/StefanScherer/docker-cli-builder/releases/download/18.09.6/docker.exe'; Write-Host ('Downloading Docker from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\docker.exe -Uri $URL; Write-Host 'Complete.'
2022-01-14 18:59:29 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.1.1/wins.exe'; Write-Host ('Downloading Wins from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\wins.exe -Uri $URL; Write-Host 'Complete.'
2022-01-14 18:59:54 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { Install-PackageProvider -Name NuGet -Force -Verbose; Install-Module -Name 7Zip4Powershell -Repository PSGallery -Force -Verbose; if(-not $?) { Write-Error "Failed to install package"; Exit 1; } }
2022-01-14 19:00:05 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.19.7/kubernetes-client-windows-amd64.tar.gz'; function Expand-GZip ($inFile, $outFile) { $input = New-Object System.IO.FileStream $inFile, ([IO.FileMode]::Open), ([IO.FileAccess]::Read), ([IO.FileShare]::Read); $output = New-Object System.IO.FileStream $outFile, ([IO.FileMode]::Create), ([IO.FileAccess]::Write), ([IO.FileShare]::None); $gzipStream = New-Object System.IO.Compression.GzipStream $input, ([IO.Compression.CompressionMode]::Decompress); try { if (!$input -or !$output -or !$gzipStream) { Write-Error "Failed to Unzip the archive"; Exit 1; } $buffer = New-Object byte[](1024); while ($true) { $read = $gzipstream.Read($buffer, 0, 1024); if ($read -le 0 ) { break; } $output.Write($buffer, 0, $read); } } finally { $gzipStream.Close(); $output.Close(); $input.Close(); } }; Write-Host ('Downloading Kubernetes from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\kubernetes.tar.gz -Uri $URL; Write-Host 'Expanding ...'; Expand-GZip c:\kubernetes.tar.gz c:\kubernetes.tar; Expand-7Zip c:\kubernetes.tar c:\; Write-Host 'Complete.'
2022-01-14 19:00:15 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2022-01-14 19:00:24 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2022-01-14 19:00:31 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2022-01-14 19:00:39 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2022-01-14 19:00:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2022-01-14 19:00:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2022-01-14 19:00:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2022-01-14 19:13:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.12-rc4
2022-01-14 19:13:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2022-01-14 19:13:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:493fbc0fcb5b25445a685739e401545a59778d13e75db7d2331d63092b16d160 in \etc\rancher\
2022-01-14 19:13:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2022-01-14 19:13:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2022-01-14T19:13:12Z
2022-01-14 19:13:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2022-01-14 19:13:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=1bb0d06a725c72038b4c53d90966d339edf2c127
2022-01-14 19:13:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.