2021-08-05 18:37:18 UTC
2.63 GB
rancher/rancher-agent:master-9ab8a881ae7d2290a218cdc23a1bb8c78c7c1881-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 60.96% (1.6 GB)
[#001] sha256:f143c6fed32d477c35b660b2e108ea62e3593c03e44bd9ced208ce52b26b0841 - 34.31% (922 MB)
[#002] sha256:df19a4bb1e6d0fa843d57fd66848ed4e0430607b4669848298ad4e2e98b88476 - 0.0% (1.07 KB)
[#003] sha256:9f75a2df71a2bf76181597a7f5ffdd2b6bce521b2157ffd4f0ec47a7e75ee444 - 0.0% (1.07 KB)
[#004] sha256:18aacaf6c04b3c7726247f9c5c586f094c804f768f33822dceb827ff9c5d06af - 0.58% (15.5 MB)
[#005] sha256:64a1af6853f24bdf37ff7a6dab944a3edf7e63ebe543ccf647a1d69b6a83f48d - 0.2% (5.28 MB)
[#006] sha256:ce55b7cedfc9596d783b10f2128eb1f88bab12fad64c5f7c2aa2f1d71526c84e - 0.28% (7.44 MB)
[#007] sha256:e9d524c298c70f53004f7066b1fd4818d28a6c8f360406345efc35972dab7ac0 - 1.39% (37.2 MB)
[#008] sha256:cf4bad7db0d3d98fff34f7d8ad743778000a06e1f824f18c77a962b2c1a70148 - 0.2% (5.34 MB)
[#009] sha256:a1e60b61fa3c804428c7f5265397e0af0ca52ec87bbb04a266a4c38d6e5adb33 - 0.58% (15.6 MB)
[#010] sha256:930bf21a49a1354ee274367f210e42445efc69892f774ac5f658667055747ddc - 0.47% (12.7 MB)
[#011] sha256:b585d9d1084837661d2c58ebbeb588282553a77077425bd4cd2549fa18d59ced - 0.0% (1.06 KB)
[#012] sha256:d756ceb9f0f6d4cf1cb7238f16fad3162b40465f80a4f432d459cca8ffe81e62 - 0.0% (1.07 KB)
[#013] sha256:6ed30a5ee2475b72a55c4896cf7a0cee2db0aecfce9b4b061bcd91d409fb3b1b - 0.0% (1.1 KB)
[#014] sha256:c4ec0a6da5d3745070ebf3ce7a68ef31e4f09f9468d840a44df8cc839debec64 - 0.0% (1.1 KB)
[#015] sha256:3c5d599f1361755f0e00f67d2fc07473df4035fc179b10decde1d16c5ba1db18 - 0.0% (1.07 KB)
[#016] sha256:1a77bec9567242e1047513c0765a13c7e3270897c6563d5ed1b5539f0ecf68f6 - 1.04% (28 MB)
[#017] sha256:45c40442316988f01f7319198e17cfbac74aabd5b17b60742dee8087d28adebd - 0.0% (1.06 KB)
[#018] sha256:0f74a9acfed814b211c4687514886ada922b37ae1c4be43cc990d1e18169a5a3 - 0.0% (1.09 KB)
[#019] sha256:b22fc09c1901dd920a8389387460d0f5e8400d6aa864d655c269624a6ff9f98e - 0.0% (1.09 KB)
[#020] sha256:55c6fa396ef8a61ef74c065fef1d840e5c192f396bb94b91f6ff0b5c3a84b404 - 0.0% (1.09 KB)
[#021] sha256:8c1aa8cb85b3113d39d430604584c1446cfde9fed044406646415f9646fc3776 - 0.0% (1.07 KB)
Apply image 1809-RTM-amd64
2021-07-06 20:34:18 UTCInstall update 1809-amd64
2021-08-05 18:35:25 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-05 18:35:25 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-05 18:35:43 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-08-05 18:35:51 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-08-05 18:36:16 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-08-05 18:36:25 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-08-05 18:36:31 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-05 18:36:37 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-05 18:36:43 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-05 18:36:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-05 18:36:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-05 18:36:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-05 18:37:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-9ab8a881ae7d2290a218cdc23a1bb8c78c7c1881-head
2021-08-05 18:37:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-05 18:37:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:b20fbe16fc6054c9710f2c9d832f853a53992fb19b151e47d50f322423dfd27e in \etc\rancher\
2021-08-05 18:37:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-05 18:37:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-05T18:37:13Z
2021-08-05 18:37:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=9ab8a881ae7d2290a218cdc23a1bb8c78c7c1881
2021-08-05 18:37:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-05 18:37:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
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.