2021-10-31 00:29:53 UTC
2.64 GB
rancher/rancher-agent:v2.5.11-rc2
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.15% (1.4 GB)
[#001] sha256:b6fefc95bf4a567290e69413f970ab250c2799cc8fdb01f701decff56639e7fa - 41.96% (1.11 GB)
[#002] sha256:66f67f9e99ec109de746c74c5514ed4fc69fae381511973f767e21b0a4f09b6e - 0.0% (1.29 KB)
[#003] sha256:8f9e713704d2fca6f80a8b407460bed06b1cab002e37273b3150f6590ba260c0 - 0.0% (1.26 KB)
[#004] sha256:48b419ebc716466b1a0622ff93dbea0ded76857ffe2da38a16ef4bd23d874fb4 - 0.58% (15.5 MB)
[#005] sha256:70385ea3451f1d510133b0ae7606fd62738f050d860bc64f99d8e9cebb224a55 - 0.2% (5.27 MB)
[#006] sha256:1fe0f5f513c15436fdf3e5b3dc86221ab3b164ca0431f9c48c7a670a3c6969eb - 0.33% (8.79 MB)
[#007] sha256:bc984d48a9cab53c410456c7b783b7985812b87001800a42d15905eb27ac25ba - 1.38% (37.2 MB)
[#008] sha256:21d21ab804812667c72243d17e461b1d392773cec5078b0b17699b49673c77bd - 0.2% (5.33 MB)
[#009] sha256:bbf6997108f8712c137b53c5fc9043c4e772587e661f30c90d33b3a124147f5a - 0.58% (15.6 MB)
[#010] sha256:0bab6fb67f028a1f0dc61e76eed165154c10fc13d7e40f40196280a686dd2107 - 0.47% (12.7 MB)
[#011] sha256:da06f002558854b03039cb5b51716110255d6dd3abce84b7026c220e8116addb - 0.02% (428 KB)
[#012] sha256:c596ee5419e0a3f614a4b93a047f47dd97e6cc092b9b1c7647a7bfb0733a58f4 - 0.0% (1.29 KB)
[#013] sha256:749cb0039c2eae022434e6e2ed66d105de10a2c0b140176353cf36632ab591b6 - 0.0% (1.29 KB)
[#014] sha256:ebbd08542175f1cd5842dadccce65ab05778ae61974501877d689d86611033bb - 0.0% (1.29 KB)
[#015] sha256:ac3e6cf4665fe10411d04e814191e9e723a143aa4e5028dcf381672e8edeb605 - 0.0% (1.28 KB)
[#016] sha256:b6e03cd9511838ccfd4278a2f16503880a7a5af3f9f1844d83c4ab96d848825c - 0.0% (1.26 KB)
[#017] sha256:3d929232132a2b00eb29dfa95f7f4019cea78437d593486ac1491056e24582cc - 1.15% (31.1 MB)
[#018] sha256:8c2e33b5729bf70c2e93f55a1ad5ea39fe75841ff4a382816545a4e6a14a6b21 - 0.0% (1.26 KB)
[#019] sha256:f9ec10d686ae37a4289c48b754ba68cc67413c9e52bb6f126612d7f6539e2b49 - 0.0% (1.28 KB)
[#020] sha256:482b1de1d2e5f0ae8245f71110707b3b2be015a790b94e916941ede829b2f13a - 0.0% (1.29 KB)
[#021] sha256:0a0ec5d3277f0c49f46c04a77001686f6840d2cc27b49e97710cddc7ce44cae6 - 0.0% (1.26 KB)
[#022] sha256:d163a5b6dd2764a22cb04c4f4df9719507e46222fdfde7cdf6b7227a327e62f1 - 0.0% (1.26 KB)
Apply image 20H2-RTM-amd64
2021-10-06 06:59:29 UTCInstall update 20H2-amd64
2021-10-31 00:28:23 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-10-31 00:28:24 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-10-31 00:28:33 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.'
2021-10-31 00:28:41 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.'
2021-10-31 00:29:05 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; } }
2021-10-31 00:29:16 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.'
2021-10-31 00:29:24 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-10-31 00:29:32 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-10-31 00:29:40 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-10-31 00:29:47 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2021-10-31 00:29:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-10-31 00:29:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-10-31 00:29:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-10-31 00:29:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.11-rc2
2021-10-31 00:29:49 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-10-31 00:29:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:f8a4b69957a63cb324bf7fce5246ab16af34e1262f86ec281b994dfdd61881c9 in \etc\rancher\
2021-10-31 00:29:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-10-31 00:29:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-10-31T00:28:21Z
2021-10-31 00:29:52 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-10-31 00:29:53 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=354819c82ed018cef4906eacca2b5b03396d5bbb
2021-10-31 00:29:53 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.