2021-08-18 01:37:23 UTC
2.63 GB
rancher/rancher-agent:v2.6.0-rc4
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.33% (1.4 GB)
[#001] sha256:2c8cd6d97bfe5915dde26687cfdafcb1511808d9699b52da3be03323c75166aa - 41.89% (1.1 GB)
[#002] sha256:eb13129ac5beabce6e0132089ddfaee34f0567b07d741f68478f7474ab5bd585 - 0.0% (1.27 KB)
[#003] sha256:6b4e4443f90d60c409fa20ec58b514f714616912da35d37ec4fc09b500c955ca - 0.0% (1.31 KB)
[#004] sha256:9c7a0bef644a4e4d51fc73f2a145e502cb0805d8e00e6999bd173e66a3dcc6f3 - 0.58% (15.6 MB)
[#005] sha256:f00c69992ddf2b0a9cd07311228343f0f8862f75e8240aa978e5f97f57233e1f - 0.2% (5.27 MB)
[#006] sha256:0237a7e42f6ee45746774183af1146809c4dfb14560a26e94cfc235b288e3781 - 0.33% (8.77 MB)
[#007] sha256:5c22a1c9c6a282e877ea7172636b94ec70800b65ac4bfadc0b3fc1aaba0d5ae3 - 1.38% (37.2 MB)
[#008] sha256:165e5b88618a77396acc3e7e54d3eff38b0d5c0e363f17aba13c30418000e03f - 0.2% (5.33 MB)
[#009] sha256:6b43edeb77c8886b0a46af75edbe88ac5a1fc3edc5d0f4a3cf74ded1c803eb5f - 0.58% (15.6 MB)
[#010] sha256:b81715f5339389bff19b74c1beb35e33314119d574828e9757b90195deafa818 - 0.47% (12.7 MB)
[#011] sha256:feaa352b2f45937337338ee69da0763f955a1ef586e51afad73e1b6eed129e59 - 0.0% (1.27 KB)
[#012] sha256:e17b5865b102a1d64067e1c6e6efa4531dab7de752f68f7e606565f5ef56567b - 0.0% (1.27 KB)
[#013] sha256:4391ffcc5a94c6ea667ea340568b3517007883f40063762e6009cc48d19e9e14 - 0.0% (1.27 KB)
[#014] sha256:d62c8dfffd2d80a3305bf47487e0703e5ddb4c4e41dfe9234a3995db42aed204 - 0.0% (1.31 KB)
[#015] sha256:bd4d0ae0f322345417cf7d292519cb4876ecfc21accfd09fe2636417f8c38b28 - 0.0% (1.29 KB)
[#016] sha256:21b870913923c55f779f11a2ec497a184cdefb46a88cb6f947ad76ea9010f72d - 1.04% (28 MB)
[#017] sha256:f1517d7d3a44d0c7c725af871e90994a57eb532b7972817bfc786e5202cbb5bb - 0.0% (1.29 KB)
[#018] sha256:789b48d712527ee715ace4137a477d60fae5c32d2f91d21d5487abb40b0f19f6 - 0.0% (1.27 KB)
[#019] sha256:05bbe7c3e69e67ef740ca9ca7d49fa45614bb562292b686b7067638e59b66934 - 0.0% (1.29 KB)
[#020] sha256:7892b278ee7c56fceb778701ee3bcf46f7d7a04444638e4200124a819f87f5c5 - 0.0% (1.27 KB)
[#021] sha256:6543e7ac2316dc1370bb03c00d1ea9346e14b2d7e9efcad5a54cc6cf43c5d018 - 0.0% (1.27 KB)
Apply image 20H2-RTM-amd64
2021-08-01 08:20:33 UTCInstall update 20H2-amd64
2021-08-18 01:35:35 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-18 01:35:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-18 01:36:07 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-18 01:36:15 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-18 01:36:39 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-18 01:36:50 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-18 01:36:59 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-18 01:37:07 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-18 01:37:16 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-18 01:37:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-18 01:37:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-18 01:37:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-18 01:37:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6.0-rc4
2021-08-18 01:37:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-18 01:37:20 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:1a49df356249875c5af2b0be1f8ddbb23febded7cc850c4e5633267dbe413854 in \etc\rancher\
2021-08-18 01:37:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-18 01:37:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-18T01:35:54Z
2021-08-18 01:37:22 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-18 01:37:22 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=11d89464dcfe0c608cb4e5d3b4641b4582e748bd
2021-08-18 01:37:23 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.