2021-07-14 19:32:17 UTC
2.6 GB
rancher/rancher-agent:v2.5.9-rc15
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.82% (1.4 GB)
[#001] sha256:58774ea6a2cebd62d24073292e71120a3b5e2bb74dc7b2358b29eedfa30b5a8f - 41.24% (1.07 GB)
[#002] sha256:c2662ea87d71720bc02d40f581fefa9608a28dc8f33e03849a44d4708e975790 - 0.0% (1.3 KB)
[#003] sha256:4a77df4bdbc8393e124a963547a12edf37d81fcc847874154c7d316eef1eab49 - 0.0% (1.26 KB)
[#004] sha256:8779add302916ed26e49c36c2faed2bbde9c0e8876eb26fe0b841a1626d4d8f5 - 0.58% (15.5 MB)
[#005] sha256:84d423fda4d05966dbf5e752bbe98d75b9a2daba466110e0f82bcf6bdce357d6 - 0.2% (5.26 MB)
[#006] sha256:3ec5d1c2c4c2559778da129b31d4a6484c81d0a4a6b58a8d0b409b6302a1591e - 0.33% (8.75 MB)
[#007] sha256:c3f2b7b5be389ed37211784882411da25bc835e81d84475480298a2029dd2e8d - 1.4% (37.2 MB)
[#008] sha256:3191aa24b5edc19f1e789a89c2439e0c0811848930ca35f04bd579aea7db96a5 - 0.2% (5.3 MB)
[#009] sha256:72a869c2ba90babdb8642b9aa01e7511efbb050bf72e2ad2f4aaed9072b1454d - 0.58% (15.5 MB)
[#010] sha256:24db8fb01e3ead30086dd3f0ec018e54050c339b69fe2abbba12f1b3c0b98126 - 0.48% (12.7 MB)
[#011] sha256:81e849097e8f98bf148410625a1221b3530181936d065cd3d2947a28d536d47a - 0.01% (398 KB)
[#012] sha256:c773d1189208a1583194ea54e322acd9d3df5d44b09f62035cafe95200ceb977 - 0.0% (1.27 KB)
[#013] sha256:a0d72eb38243dbe76eed0b3bc180cb5478759830b51ba0bcddff31961dee7060 - 0.0% (1.27 KB)
[#014] sha256:7c4614fa5a7bf23d919ebc9f9b7c9a99842fbc168c143528c6822fd751ddf95d - 0.0% (1.26 KB)
[#015] sha256:78a60e8d4af3205663af9b43a0d04bc86df216c46330ac5cf2cd8044225273bb - 0.0% (1.27 KB)
[#016] sha256:fca1b17eec0c69838dfb4625d65829cc6bf318f001b41f001ee88dd0541c9973 - 0.0% (1.27 KB)
[#017] sha256:6a14b6efb68d3d21c29f139f5bc83a448d1cd633f3fe349a09c7da2a7656e216 - 1.16% (31 MB)
[#018] sha256:d37b08fcfd86a1799bc03fe5c7aad016c81661f4eeba04ed28b999c7812449dc - 0.0% (1.27 KB)
[#019] sha256:083e2a73011421f677218ab3a6e57e00d219ceaa773ba34da6d5e03aac6d1a7f - 0.0% (1.29 KB)
[#020] sha256:5d2c3b51b4981aedf1f8ebc111fe98b94c364ca0199d73a710a85af5064a684e - 0.0% (1.27 KB)
[#021] sha256:30849d49e613f85c272ef89413d9523298c841f17c0accf2e1801406b3b0e845 - 0.0% (1.29 KB)
[#022] sha256:8cb98e2615ed6b17d3730f105b4301b1878fcb2990f32defa40e010bd0c104d8 - 0.0% (1.27 KB)
Apply image 20H2-RTM-amd64
2021-07-10 18:29:59 UTCInstall update 20H2-amd64
2021-07-14 19:29:29 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-07-14 19:29:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-07-14 19:29:41 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-07-14 19:29:50 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-07-14 19:31:21 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-07-14 19:31:32 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-07-14 19:31:44 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-07-14 19:31:54 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-07-14 19:32:02 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-07-14 19:32:10 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2021-07-14 19:32:11 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-07-14 19:32:11 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-07-14 19:32:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-07-14 19:32:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.9-rc15
2021-07-14 19:32:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-07-14 19:32:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:88776eb8a45be4b6cf2cbc227d7f3c9e20b15c5301f6a170742a1a700f746172 in \etc\rancher\
2021-07-14 19:32:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-07-14 19:32:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-14T19:29:27Z
2021-07-14 19:32:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-07-14 19:32:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=bcf15f9dce742956ef3a4b01876848b702c278a4
2021-07-14 19:32:17 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.