2021-03-15 16:43:14 UTC
2.47 GB
rancher/rancher-agent:master-dd834e2eb49e81d3dd450a63ddc6f04416dd52f3-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 56.85% (1.4 GB)
[#001] sha256:b67d61f938f3725a9bf5b4e0ece52422f5b09c5994bb0af1971b526e4e0f8666 - 37.39% (944 MB)
[#002] sha256:1216a7b5355ee3c4369e1b39f3e9707a5f2251e39726567a00221a9798fa317f - 0.0% (1.27 KB)
[#003] sha256:425f338fee712f5e8f0d91395753ce3413e6dee9a8195b86f39c63ad02be69e1 - 0.0% (1.26 KB)
[#004] sha256:78656446142d020dbf7934358c1518e25a997c61cc339aa54ffa35785cd13450 - 0.81% (20.5 MB)
[#005] sha256:80e58361e4d0d2fe830f63248dbd69d12affbe4ed052e2c58e0f2f1a6dc4e870 - 0.41% (10.3 MB)
[#006] sha256:6246b08256c15270b343da4d70cf8fec9e3a23e9492e3fbfd91fea750e233ca0 - 0.31% (7.86 MB)
[#007] sha256:b2fd4b93a538f8f153fd04424492eb46d9438c039dd2b179e846a273a60c33b7 - 1.67% (42.2 MB)
[#008] sha256:faadc2acc38217e550008f8445459f58ce8ce3ab77c6607f739b83742ef921eb - 0.21% (5.35 MB)
[#009] sha256:7ada2899c6f8a5229d8a4464e85d380c58ad66b910f6f1b0aeafd510a07a43dd - 0.62% (15.6 MB)
[#010] sha256:667e65fd7d5db42ca61a833d663adfa5b849c7d3588d0041f6372d9eb4e05ade - 0.51% (12.8 MB)
[#011] sha256:25849795d52d35b622a49bbf047185457064812d754d5326a160ee1e92a9db52 - 0.0% (1.27 KB)
[#012] sha256:cce56a1d62b449fe81d3938235284badeb123c8f97fdbd0f84c96a9876ed2f24 - 0.0% (1.27 KB)
[#013] sha256:68f8bea41d2a34e8a7399f7b14900a564a91505f08b5187557832b3aacf7d281 - 0.0% (1.3 KB)
[#014] sha256:e75dddedd86637c62e5a74d7a51bb4ea150d916c1b144774f42fde371d0a2b07 - 0.0% (1.3 KB)
[#015] sha256:90974b2529bc732ed00aae0aa7d7840b95dfc9c0d8a156763746a46ec84cad04 - 0.0% (1.31 KB)
[#016] sha256:6e249a386d6672e5724303c8b322260b41f3d52a0efecb5c5a67eb85f74b0fcb - 1.21% (30.7 MB)
[#017] sha256:43d5e0335e44031b8b9018e4f4e58182b4bb983b64ca9db7148b609bfe744e88 - 0.0% (1.27 KB)
[#018] sha256:4e060e7e0154fb67678202eff8501672fd3ec4da9bf6942c53864e89c892225c - 0.0% (1.29 KB)
[#019] sha256:00825b6b71cbc789312f9b76254e6ef099e44685fab965c0ee17a472e1cea658 - 0.0% (1.3 KB)
[#020] sha256:89a7346260e19e6af3373841c96b621462ac2ced6655d765801a8cb5ce986db6 - 0.0% (1.27 KB)
[#021] sha256:913696727e6f5f122111615cbb9992d783e90231892751b882c62b6231406bcb - 0.0% (1.27 KB)
Apply image 20H2-RTM-amd64
2021-03-05 14:38:58 UTCInstall update 20H2-amd64
2021-03-15 16:41:44 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-03-15 16:41:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-03-15 16:41:55 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-03-15 16:42:05 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.1.0/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-03-15 16:42:31 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-03-15 16:42:43 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-03-15 16:42:51 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-03-15 16:43:00 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-03-15 16:43:08 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-03-15 16:43:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-03-15 16:43:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-03-15 16:43:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-15 16:43:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-dd834e2eb49e81d3dd450a63ddc6f04416dd52f3-head
2021-03-15 16:43:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-15 16:43:11 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:2a5b037d4c101c1f5d4d9cb8d8b52cbdae639f75af621a67832f285504f524f5 in \etc\rancher\
2021-03-15 16:43:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-15 16:43:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-03-15T16:41:42Z
2021-03-15 16:43:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-15 16:43:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=dd834e2eb49e81d3dd450a63ddc6f04416dd52f3
2021-03-15 16:43:14 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.