2022-06-30 20:53:16 UTC
2.67 GB
rancher/rancher-agent:v2.5.15-rc2
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 52.41% (1.4 GB)
[#001] sha256:199d820b40871072e593ee5aef2cf7bbef1a414975b64900b8109ab366e8deb8 - 42.74% (1.14 GB)
[#002] sha256:7802fcb5df3a3e6c2ba950b768b3bfa048e473811a7d4ba2395eb0c9551a2f5d - 0.0% (1.26 KB)
[#003] sha256:dcc56cd73d4b46e1ed20704c58ed680c818a9f92afc52b6e41290c927215a363 - 0.0% (1.26 KB)
[#004] sha256:6f16317c2702cf2ee32724923c41cab0bcf6c96cb3c9991655720c29a13cb68a - 0.57% (15.5 MB)
[#005] sha256:093e715738b17bbaf02412049068ea28a59443b24073012849dc0fb7274a0b6a - 0.19% (5.28 MB)
[#006] sha256:e4317711455231c5c0029126431bd10cd372d977088991a27d4161ebcb8ccc58 - 0.32% (8.88 MB)
[#007] sha256:2e97b41bf72a7f0513f73671b289ff718abc66a321778fb0e8b7c1974c53a9ec - 1.36% (37.2 MB)
[#008] sha256:26b50a9408a512a4ae395f5d1715a7e06bca3270d49802b739527fc1b4fd21da - 0.2% (5.34 MB)
[#009] sha256:43de07c045eb80d249b73d3e34a1cf0d89402fe2edbc70c0466ae69bacc9df8b - 0.57% (15.6 MB)
[#010] sha256:130b281fec46683004de8c2729b1baa7507379a60dcda0a4eeb5904123540058 - 0.47% (12.8 MB)
[#011] sha256:e240ecf7715852093741758c145b7906684421f49e5e8af157e8d110a3197d64 - 0.02% (442 KB)
[#012] sha256:4e23684c1904c3f98bb6a6b6591804d829d11574268c6d0049b7891f2a8820cd - 0.0% (1.26 KB)
[#013] sha256:d5a5e8361c1db3f2a77c6b8628d4946a25c7f12fbe6b2534b64f61bb03d87898 - 0.0% (1.26 KB)
[#014] sha256:fdbe5fb3a8230b84f41deac4bce4d67f1a3cb40fda43e68e6b120b0f1e35f97f - 0.0% (1.29 KB)
[#015] sha256:55de53ef407331886c02ff08d7183dda3ebebd926fd33b78efb19c3662c145d8 - 0.0% (1.29 KB)
[#016] sha256:a85c0552ad30a3a0c29d391244855f52289c044229dd6943e2195a5a712d9745 - 0.0% (1.29 KB)
[#017] sha256:c373417ad59c22befeb12b717f5b59d0a8a335ea98b7519f9beb0db7d4614fc2 - 1.16% (31.8 MB)
[#018] sha256:24c6fae2c98ee7b08c5205ab455c758e328a6f01044c527cfc70eb217fd8bc27 - 0.0% (1.25 KB)
[#019] sha256:38325c430fba28de5853b0c401fc85e047c7ba4cc12a9b406f3999e857ae963d - 0.0% (1.26 KB)
[#020] sha256:2118631038408aaa5044c035d97a8c454eb11a48140906cde5264f52fe374bdc - 0.0% (1.29 KB)
[#021] sha256:03705e849c1ca178de491f3928d0ee247cf1ccf7e57204594f8df990d5600ed1 - 0.0% (1.25 KB)
[#022] sha256:7a525e02261bd12835b37a977cb9bc97ca5b5da8f4b7657f48e09443946354cd - 0.0% (1.28 KB)
Apply image 10.0.19042.508
2022-06-09 07:12:06 UTCInstall update 10.0.19042.1766
2022-06-30 20:51:12 UTCcmd /S /C #(nop) ARG ARCH=amd64
2022-06-30 20:51:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2022-06-30 20:51:23 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-06-30 20:51:31 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-06-30 20:51:58 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-06-30 20:52:09 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-06-30 20:52:47 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2022-06-30 20:52:54 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2022-06-30 20:53:03 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2022-06-30 20:53:10 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2022-06-30 20:53:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2022-06-30 20:53:11 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2022-06-30 20:53:11 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2022-06-30 20:53:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.15-rc2
2022-06-30 20:53:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2022-06-30 20:53:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:e06659c8750d496a1d607f199662c5d6662877f922fade0fffe7f7399c4c9803 in \etc\rancher\
2022-06-30 20:53:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2022-06-30 20:53:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2022-06-30T20:52:36Z
2022-06-30 20:53:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2022-06-30 20:53:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=f106405423a75e857975bf2fb1b1ac271f5390f8
2022-06-30 20:53: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.