2021-08-07 01:59:16 UTC
2.6 GB
rancher/rancher-agent:master-2916020ee4ef2e0ed8d005cb3a7c4bdb7d15b1c0-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.88% (1.4 GB)
[#001] sha256:58774ea6a2cebd62d24073292e71120a3b5e2bb74dc7b2358b29eedfa30b5a8f - 41.3% (1.07 GB)
[#002] sha256:543fd34fb8736006c124314f038eae6ac56e6655126c1be8165573e84cd91366 - 0.0% (1.27 KB)
[#003] sha256:d7a6f7310073eb6588934d461049107f121b4e3bff17bc70a881807543334e02 - 0.0% (1.29 KB)
[#004] sha256:38831c6c0a15117efe185c91475f50f5e34d4c8128f6fcf6bcf6d9dfb772f23b - 0.58% (15.5 MB)
[#005] sha256:746cefa1ceb8b066c8e7092a240e92e179bc2077fa39cca1bb166d1a9aca84e5 - 0.2% (5.27 MB)
[#006] sha256:223c7c59a9f06854780f87e72b226e2aba01563b33634487b48ec18e125632b5 - 0.33% (8.75 MB)
[#007] sha256:b2ee2a673ecef0b8bb59eb547a35a569b5b9eba0b332a377a902cf9016f320f2 - 1.4% (37.2 MB)
[#008] sha256:1d3046c1699c757fbba59c5b665b99a1e4c1af3b263520034fb69c1e9498fd86 - 0.2% (5.3 MB)
[#009] sha256:ed304f746f84423f4644885660434ef6c26a5162671504364d58029c786a07ba - 0.58% (15.5 MB)
[#010] sha256:a940ad3f9fbdfd54faf82083ff07cc85b9ab2f117629814c85b435d42414e876 - 0.48% (12.7 MB)
[#011] sha256:08166b85064cccc202b3f7edd962392cc63f850bc7c083ee9b0c83eb181d1c00 - 0.0% (1.29 KB)
[#012] sha256:5e3479d2481930b27a102cd061863bb08045874f9e37b706aaba1e83bc6fff7d - 0.0% (1.27 KB)
[#013] sha256:171897f795a16f24489e23483e56ed62a386c2356d2378998915d7d8be63918b - 0.0% (1.29 KB)
[#014] sha256:08a46f500b983fb53efc7ed558363ee19dec14e63f99e3bce337a4fcb69c4fe0 - 0.0% (1.27 KB)
[#015] sha256:99f7c1a9ab8ceeaf181edadd1f8dfe3e6cdf71286865115b7a0d3fc8eccde07d - 0.0% (1.29 KB)
[#016] sha256:bdbd6eed7cc7f4a965fe06338d08708db24464a8c063144092461a97f6b08b14 - 1.05% (28 MB)
[#017] sha256:f80524e78b97acc371906c7c8ee9216085c423982253269d3ddbee04a40e8ad4 - 0.0% (1.26 KB)
[#018] sha256:a43cae0e016afb1e92be504cdab640bb596a16883ee76f59bd23ccee015c9cff - 0.0% (1.27 KB)
[#019] sha256:403c5ef8ffe4cce0b45b45c742234d30ddc589e2c778a80672d739ca8d4fdc26 - 0.0% (1.26 KB)
[#020] sha256:06a915ae581dff01ddbcdfff52055bac82464398b1acfd8bc0210db23a73599d - 0.0% (1.29 KB)
[#021] sha256:e0136d4bfe7762e4bf640f82079c4064b1188a4ee3ee6c6f984cf5202f9ee3b0 - 0.0% (1.27 KB)
Apply image 20H2-RTM-amd64
2021-07-10 18:29:59 UTCInstall update 20H2-amd64
2021-08-07 01:57:17 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-07 01:57:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-07 01:57:47 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-07 01:57:55 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-07 01:58: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-08-07 01:58:47 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-07 01:58:55 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-07 01:59:03 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-07 01:59:11 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-07 01:59:11 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-07 01:59:11 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-07 01:59:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-07 01:59:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-2916020ee4ef2e0ed8d005cb3a7c4bdb7d15b1c0-head
2021-08-07 01:59:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-07 01:59:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:f7a2707eeee5cf8eea045fa5960357f7510d79777407b3966d330b5a5f8fe34e in \etc\rancher\
2021-08-07 01:59:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-07 01:59:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-07T01:57:35Z
2021-08-07 01:59:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-07 01:59:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=2916020ee4ef2e0ed8d005cb3a7c4bdb7d15b1c0
2021-08-07 01:59: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.