2022-01-19 22:02:52 UTC
2.66 GB
rancher/rancher-agent:v2.5.12-rc5
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 52.65% (1.4 GB)
[#001] sha256:3aff99b000970ade8766a006338a898f0d5d035a89037044890b777928da56bd - 42.51% (1.13 GB)
[#002] sha256:89f538943324ec45751fb6d9134c40251f85181652fa70d89ce1872102e5f60f - 0.0% (1.26 KB)
[#003] sha256:a4359064f184a23a7f9e83cf7e6d5de95107ab0a0386fea901b2ee4ff837fd8f - 0.0% (1.32 KB)
[#004] sha256:898aba640d492784756153f4d22f778adb34dbce820ee5e8b7c4f93b5cbacdad - 0.57% (15.5 MB)
[#005] sha256:5393a2340d3da6dc565dfb3544955af267251a85d57a8776eb800bdca9283cfa - 0.19% (5.28 MB)
[#006] sha256:84423a8bcc05a211ea3224dfa08ab7721b337f615c73f5b61b7c6e9753787a9e - 0.32% (8.81 MB)
[#007] sha256:0a40d89d16d614df948d2e8dba7693a33837aeb4b0fc511777089a3858ec226e - 1.37% (37.2 MB)
[#008] sha256:5e2f905afb7cd871c6d52cd67e3872bfe95c501274a87439629eee4ce299343b - 0.19% (5.31 MB)
[#009] sha256:5ac88293cc629ca4e663585cc30df737ea6a75959e50b0256b248f29f8d40180 - 0.57% (15.5 MB)
[#010] sha256:c7a940e96712084c93f1e322389629d3ffa3fde1bc78e358aa913fbbd60966c6 - 0.47% (12.7 MB)
[#011] sha256:4adda515b6e786fe54f23d208bdbff1b8025985ad53b9a9c154bde2e68d81b6c - 0.01% (407 KB)
[#012] sha256:97a509c46d8e72268e9cd68f237cc5e07dd92be7cab5adcac07d5ac8265c01be - 0.0% (1.26 KB)
[#013] sha256:fe647852b7a4880fd7d69105683680d27d0127d7503bab9bbcfd63cbf35d3768 - 0.0% (1.26 KB)
[#014] sha256:dc8596dfeb3c111db5a5c1f05e7de9456088dcdbd98f8511b55a643443e38c8b - 0.0% (1.29 KB)
[#015] sha256:7c4aa911f7c9f708bb1aafe3349bd74a0a165600df449d7a7d87377e666b605c - 0.0% (1.28 KB)
[#016] sha256:1c0294953de4e13c6894e972d5bfcbfba48b9e032d8f5801db1b0b5f594f0d67 - 0.0% (1.28 KB)
[#017] sha256:9e3704d082c8adaae923bd4890f5a918e204fe16dfaa4b8b446b54c5716ca369 - 1.14% (31.1 MB)
[#018] sha256:dcd5e998a5a1254c703bc584ece76c52db75c89b31ebc998302de1e890e699af - 0.0% (1.26 KB)
[#019] sha256:5b3dab9795b65d78c1dca5cf221f4bf5221cce6917e4d201a7c934dec24f2ddd - 0.0% (1.26 KB)
[#020] sha256:b1c7ba09119c754cb4fc223ff5631049b0c69493a9cf50761af275cbdb848b4e - 0.0% (1.26 KB)
[#021] sha256:b7b50488a482685b0791b3e73cc7852afbd979a8e216ab9e34ba1f5a13bec29d - 0.0% (1.3 KB)
[#022] sha256:36ced732d886b03fef2c0f2442bf3589a8c2a8d97771f9e5254d676d436d56fa - 0.0% (1.26 KB)
Apply image 20H2-RTM-amd64
2022-01-08 08:44:10 UTCInstall update 20H2-amd64
2022-01-19 22:00:24 UTCcmd /S /C #(nop) ARG ARCH=amd64
2022-01-19 22:00:25 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2022-01-19 22:00:34 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-19 22:00: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.'
2022-01-19 22:02:07 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-19 22:02:17 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-19 22:02:25 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2022-01-19 22:02:32 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2022-01-19 22:02:40 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2022-01-19 22:02:47 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2022-01-19 22:02:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2022-01-19 22:02:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2022-01-19 22:02:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2022-01-19 22:02:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.12-rc5
2022-01-19 22:02:49 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2022-01-19 22:02:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:b8623e7ae30af8600870cdb57314065b298ea29fe4ce9038d6315ace5c2d3d83 in \etc\rancher\
2022-01-19 22:02:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2022-01-19 22:02:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2022-01-19T22:00:22Z
2022-01-19 22:02:52 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2022-01-19 22:02:52 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=7262f7d7f05ac7be20f16bb6e9e2b81d81ebc82c
2022-01-19 22:02:52 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.