2021-08-23 22:11:32 UTC
2.28 GB
rancher/rancher-agent:v2.6-b43e4d955c8fdbb85bbbba1962937b0abbdf4a09-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.2% (1.14 GB)
[#001] sha256:c30e212b15b86121fb89bda60f21c14275762ea9c6c2d30c593c9ffecf605c40 - 44.3% (1.01 GB)
[#002] sha256:7a352119b961d16b44c9a96aab461e0a828abe468c2e14f92f2a77fda05c7e4e - 0.0% (1.3 KB)
[#003] sha256:99e22b44e40a18d2698a9dcccedccf1aff561f3d4d154fbfc0191181d8ea8223 - 0.0% (1.32 KB)
[#004] sha256:9dca820589be50ebaa4e1cd6d5d5ff884706fb20f65e74d93834ffff3aafd0d0 - 0.67% (15.5 MB)
[#005] sha256:0fe5ce52bff8c6b66965d3233d4a84c11aff02e33b2dbe5ec0774977aa8f03c9 - 0.23% (5.27 MB)
[#006] sha256:f0488d8694a2f73a0fc3f05d905e9fc97cf6da0f8cc628cf17ffc544a5438eb4 - 0.37% (8.67 MB)
[#007] sha256:137708c227fb164c743a209f73e15cdbdd0803a817aff1edae06c3437a6d6537 - 1.6% (37.2 MB)
[#008] sha256:39e2f3c6f8463283478dea32e209cbfd4f818cedff0d80f25d3f301bb8175f02 - 0.23% (5.34 MB)
[#009] sha256:337f99a0051493ae0977bf6a89b9702e5e14e6710194433cd8399d32f8fd5d55 - 0.67% (15.6 MB)
[#010] sha256:8311a588c71e91fa82ee8d194233326d9266f7d7f22e21ca84090bfcfd6a19ff - 0.55% (12.8 MB)
[#011] sha256:68573d7509b64c970fcfdf073b13f41a7a53ad0afb3621e01c9385a360285640 - 0.0% (1.27 KB)
[#012] sha256:70e2c88894bace91b6c52ff2ef0a50bebaf04e941c59ee51e35c57d2240c202b - 0.0% (1.3 KB)
[#013] sha256:8467bd380cd6d3cac0caa2963d97e7c33cea892ab1927e6aa639e66b080c5504 - 0.0% (1.27 KB)
[#014] sha256:086060f33d28e28e83a093565b477e6f93c90d69f48a635ddb2e31326883964f - 0.0% (1.27 KB)
[#015] sha256:a1dd6575d9f0b484592b2b997f8417272938ca3551595dc2b05712d6eae8322e - 0.0% (1.29 KB)
[#016] sha256:6e930776d4be18c0dfa7e65a5aa51a9976e77769734bb665ac4574a140c259be - 1.2% (28 MB)
[#017] sha256:9feaf1fc5f12226cad11e21f23720d847ecde0cb56cbe5c246a0503fd1426ec3 - 0.0% (1.26 KB)
[#018] sha256:edc5e28513bc1a858ed92f649bf881ef78e65a8ebbada7677ee5c54530d55e44 - 0.0% (1.29 KB)
[#019] sha256:a73447bca6b7a139f651b9d02026a2694f03f38dbf4a0d54cd6fdfeaf6268449 - 0.0% (1.27 KB)
[#020] sha256:9e8bfb515a157dd86e4822e840ea13416cf08acc9d729269ba86d75ee4134312 - 0.0% (1.27 KB)
[#021] sha256:2fb917e00b43cc7bc7aea715eb60ad90c5e71a6cb383d46cfe6ad7726d395ee0 - 0.0% (1.29 KB)
Apply image 2004-RTM-amd64
2021-08-03 01:07:02 UTCInstall update 2004-amd64
2021-08-23 22:09:08 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-23 22:09:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-23 22:09:24 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-23 22:09:32 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-23 22:09:57 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-23 22:10:12 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-23 22:10:23 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-23 22:10:31 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-23 22:10:40 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-23 22:10:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-23 22:10:42 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-23 22:10:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-23 22:11:25 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-b43e4d955c8fdbb85bbbba1962937b0abbdf4a09-head
2021-08-23 22:11:26 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-23 22:11:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:73b33acd498e326ae319534cf6f6a99d29e83097c9c3b1435413d7a4ee83f13e in \etc\rancher\
2021-08-23 22:11:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-23 22:11:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-23T22:11:23Z
2021-08-23 22:11:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-23 22:11:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=b43e4d955c8fdbb85bbbba1962937b0abbdf4a09
2021-08-23 22:11:32 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.