2022-02-11 04:17:03 UTC
2.67 GB
rancher/rancher-agent:v2.5.12-debug1
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 52.59% (1.4 GB)
[#001] sha256:f313bf43a2676c7ded41dabb665c383c42fea908e4f7f143997caf40bce56f8f - 42.57% (1.13 GB)
[#002] sha256:12c4c92877f24c878235efd58b2db40a378baf1f9c75030d520080d6b1a0ed28 - 0.0% (1.26 KB)
[#003] sha256:128fd20e59459f7d7c046e00316dab90314ec427ad7c4256cc2104b563494106 - 0.0% (1.29 KB)
[#004] sha256:6436d0824a7586832cf07768bd2a639f2919aa3e8f9ebde6c1da4a5d7b4c4c86 - 0.57% (15.5 MB)
[#005] sha256:c8a918548bfd4658baf9920bd4f7851e75552a3e43a48ff9743e41f9da0db2cb - 0.19% (5.28 MB)
[#006] sha256:2c13d63670af2b09da8b52fa2ca68d7457b04a202b5c956fac77118bef6b7631 - 0.32% (8.8 MB)
[#007] sha256:b93ecb53362afa6f4ab6d5e982918f731a9b8c8711ddeb590aa666a57440f7fb - 1.36% (37.2 MB)
[#008] sha256:9827a405c00a94ee3d829b5408faff078b01901eaab3cf108f0b77d5ab9ff9b1 - 0.2% (5.33 MB)
[#009] sha256:52480f006db281f6ca2c5b7d1fffcc97ad9d8c4085e129234312ca48d0692872 - 0.57% (15.6 MB)
[#010] sha256:e06e82f74499b9010d4d35cfa124ffd29f088935dd91a6bfaca6f6e499df9012 - 0.47% (12.7 MB)
[#011] sha256:b8aae719fa17859a8bf5f5e38efef60bd6871e7a34e78002e5c52c9d0a5c3927 - 0.02% (441 KB)
[#012] sha256:dbedfd4e050ef02b8a26cd2e589fa043f15f014ec271556715f1c9c9c5c46cbf - 0.0% (1.26 KB)
[#013] sha256:f812508844560d8db0fe46acfca11a03571cdedfcd769c76badff5fef72750fb - 0.0% (1.28 KB)
[#014] sha256:39c307835afcdd85797316c0e56739ac9cc5f23d5db7b62938e7ab7944c18c30 - 0.0% (1.28 KB)
[#015] sha256:7f1f92e2cabcfdec56a1aed3f74a7c6a927d8769c6804ac71d4f5abea736d46e - 0.0% (1.26 KB)
[#016] sha256:e24ab1b872f87043892fbc86a6377d3c40c1f2fad160328e0ca5c2666aad6cf3 - 0.0% (1.26 KB)
[#017] sha256:35befa9ecef87f991bc2d976848dbdc3f5f1cdf0b5af076d574861af33fad79c - 1.14% (31.2 MB)
[#018] sha256:29b06aa41f0d8b367d353060afdc5a58f6d8f30d0030d8149ba8c2247434b4c9 - 0.0% (1.26 KB)
[#019] sha256:e90d1ee2ca075ff7a209950668046edbfe890118b8b4ec51d160d4b9bbd203c5 - 0.0% (1.26 KB)
[#020] sha256:925d896e2d8460ab667728090a4365292461393eb1dc837e6c2fc94763b783ca - 0.0% (1.26 KB)
[#021] sha256:553356fe7be4c3d815733d94aa363efbd61b9fa31a80f00729383f4220544f52 - 0.0% (1.26 KB)
[#022] sha256:16a826fd780e28507a84dbb2156c1280a0a7506ae817f7308065a7b5f15c2004 - 0.0% (1.26 KB)
Apply image 20H2-RTM-amd64
2022-02-04 06:50:43 UTCInstall update 20H2-amd64
2022-02-11 04:15:25 UTCcmd /S /C #(nop) ARG ARCH=amd64
2022-02-11 04:15:25 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2022-02-11 04:15:35 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-02-11 04:15:44 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-02-11 04:16:10 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-02-11 04:16:22 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-02-11 04:16:32 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2022-02-11 04:16:40 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2022-02-11 04:16:49 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2022-02-11 04:16:57 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2022-02-11 04:16:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2022-02-11 04:16:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2022-02-11 04:16:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2022-02-11 04:16:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.12-debug1
2022-02-11 04:16:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2022-02-11 04:17:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:28b4940eb544357c5b5870e5dcef895205ea01457fabd49783cff82719bcb3f0 in \etc\rancher\
2022-02-11 04:17:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2022-02-11 04:17:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2022-02-11T04:15:23Z
2022-02-11 04:17:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2022-02-11 04:17:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=a576bfc39dddf051f3289314e9d2a8592b5ed63b
2022-02-11 04:17:03 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.