2021-04-06 19:09:16 UTC
2.47 GB
rancher/rancher-agent:master-93beb0b3110d4b5cd229f4b21112e72ccb614fbc-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:16af266f5d6376c7c50eda5cdff58bbc758559a6ed8f73169c05da468239e57b - 0.0% (1.27 KB)
[#003] sha256:6cc58fa9c86ec75163fcc1041938698990d3e81107fb5baac8a350efbde80a43 - 0.0% (1.3 KB)
[#004] sha256:8bd554de65b921cd753ccdc7ea3846b260ca39a6b9e61d901977a14a7cf33267 - 0.81% (20.5 MB)
[#005] sha256:fa504aa61053ee8f9ef2380627f0afd4523d95b9c98c1941915e379137bbf0fc - 0.41% (10.3 MB)
[#006] sha256:8d5ebb65931dca8c4b0cb74eab04e7296393a475d266d824f29daa8cf53c76d2 - 0.31% (7.85 MB)
[#007] sha256:72bc451b74218f66525a70cd00225559df626ea690a6c6f37d49b0276d6d91a0 - 1.67% (42.2 MB)
[#008] sha256:fb2627786521f604eac765619af9df113780d8b0ca42c86fd0d741cdcea1da77 - 0.21% (5.34 MB)
[#009] sha256:bc038aae581c4f5a7f4ee2f78e4191e8ad8011dfc9e47095db95aebddfeca107 - 0.62% (15.6 MB)
[#010] sha256:72dded1337829ff9db71e65239027d55221de5a165b7007df1a425f88cb0e419 - 0.51% (12.8 MB)
[#011] sha256:8157fbebc3842fa2de7fa6b9c66590025d12a52691af454d7964c51f166cd3a6 - 0.0% (1.27 KB)
[#012] sha256:06a1616c8e4d7f916daf9f14e00de0e4b3fc346c47d22ffce39a0eaac21e15b1 - 0.0% (1.26 KB)
[#013] sha256:c185a844fb0637b2b744d103917b659de648a2f99b615bf271a1491b97f49a69 - 0.0% (1.27 KB)
[#014] sha256:7e9e658b26bff514e5faeac867f80e8d2271fae838700858b720d109dd7b6790 - 0.0% (1.27 KB)
[#015] sha256:bd13e478dfcb3ce2b3b24d785b8f5c9c187c48fe86f4fab95dd9bf9d0a5e4a60 - 0.0% (1.27 KB)
[#016] sha256:e1c7f2e43ed9dfc9d584a981381f84e63cd93adafd20a264af23122be7992e18 - 1.23% (30.9 MB)
[#017] sha256:ab6930c05f90aaedf9caa836bda3aaa4fec8fd25c9f50ea8fa5f322cd0841eb8 - 0.0% (1.27 KB)
[#018] sha256:e5be4a093584b0e65a3d400234e055c9c516691e3c8384ad6142ec2f01201a1d - 0.0% (1.32 KB)
[#019] sha256:31bcad5fa2cac0e828eee53dc010f870d60f8c5c6fb54ba80228dcdd4d0b8dd4 - 0.0% (1.27 KB)
[#020] sha256:dcc1ab3b7e1f0907c8a711eb5f46e60c78748417ef6b452a0c6d295526b190bc - 0.0% (1.27 KB)
[#021] sha256:5f8bafe3de53ebe7e75897a22b84872546529d211e67e5adb5f301404688f306 - 0.0% (1.27 KB)
Apply image 20H2-RTM-amd64
2021-03-05 14:38:58 UTCInstall update 20H2-amd64
2021-04-05 18:28:48 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-04-05 18:28:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-04-05 18:29:00 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-04-05 18:29:11 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-04-05 18:29:36 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-04-05 18:29:49 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-04-05 18:29:59 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-04-05 18:30:09 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-04-05 18:30:18 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-04-05 18:30:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-04-05 18:30:20 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-04-05 18:30:20 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-04-06 19:09:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-93beb0b3110d4b5cd229f4b21112e72ccb614fbc-head
2021-04-06 19:09:11 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-04-06 19:09:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:92396f5bc8979e7c0cd452f7ea38668a83f30d36e916c52e6df6c4773751578c in \etc\rancher\
2021-04-06 19:09:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-04-06 19:09:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-04-06T19:09:09Z
2021-04-06 19:09:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-04-06 19:09:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=93beb0b3110d4b5cd229f4b21112e72ccb614fbc
2021-04-06 19:09:16 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.