2021-08-21 18:37:32 UTC
2.63 GB
rancher/rancher-agent:v2.6-8898bf8797cb27fc25869a134f1368895f8ba34c-head
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:a33223dd225b3baea58397472742ebef160e408ec772037a4095e79aaaf2c518 - 0.0% (1.32 KB)
[#003] sha256:ce92d1cc86c52c8da6c9505adc41fde1e4760d4188d4da082659a0a449a2d0a5 - 0.0% (1.33 KB)
[#004] sha256:d42b7764fb492d3c4bf8dbe492da5715e9ede90a45dca61b54eba66266994c52 - 0.58% (15.5 MB)
[#005] sha256:9d25dc6cddd935bb779d019e946e782ef2168bab3514eb1f492f9e3f79a5f7d9 - 0.2% (5.27 MB)
[#006] sha256:3132eeffdab8fa12e16676da2a566cddaa68874fe27dec01eba1ec588f658791 - 0.33% (8.77 MB)
[#007] sha256:a2f8510b93f5790901df5b21ecaff8838893a3eadf05fc3da4000e0c933786aa - 1.38% (37.2 MB)
[#008] sha256:637c1d821542f131ce896a777a2ce108fd007d77078e814f5251e814f4487fe0 - 0.2% (5.33 MB)
[#009] sha256:142bd743ba60a759ccfb90e7901dfdbccfc0a98b190a4e5276d58ddcb31de8c8 - 0.58% (15.6 MB)
[#010] sha256:7d44ac3a38b76fad779e396f57018a7ebf3a0e2b3114732ebfb4304dca60e29b - 0.47% (12.7 MB)
[#011] sha256:0083fbe7bc3ea9dd2b4063d398cdd69e43335f51b6c232d2027a34f2fed9dbd1 - 0.0% (1.3 KB)
[#012] sha256:a39a2c32fd68e72e67af208e2c237094f36def661265eea03b7aa868efff0997 - 0.0% (1.27 KB)
[#013] sha256:2e33f31b6147f316810beb12403078dec1fe4f4393827042bb763e93ececfb9c - 0.0% (1.26 KB)
[#014] sha256:5d43601d6b80a7f42bd2cc16f6e4578fdc50908fa45e66cc8bbcfc43cbad06b7 - 0.0% (1.3 KB)
[#015] sha256:737edfc1ced63509fab363dd24c3e8fe5fbe723b110a5df193f48dbe3b4f0445 - 0.0% (1.3 KB)
[#016] sha256:32890845864327a7371bf08b77c31e36d33d9af47e132cc474cf17775a8e03fa - 1.04% (28 MB)
[#017] sha256:079c2f62bbe2f4c63ff588aca17624001250239b0c69ebb95994e811764056df - 0.0% (1.27 KB)
[#018] sha256:524d7c71c61526d386b8003649d1a421c59ff20902a0c842501bbf054375e783 - 0.0% (1.29 KB)
[#019] sha256:92fe9f3cb68e7362fe091810de68cf8748fa0615673fa7fd9548d2ac8147bfac - 0.0% (1.26 KB)
[#020] sha256:c0030122486ab59df1d0113562cc3263922e3a53eb89f34267f4af7bcc8bb4bc - 0.0% (1.3 KB)
[#021] sha256:0ed3a74d65c729341937c70540f55143f0fa275eb4770f9b9fa9dab526c1d43b - 0.0% (1.27 KB)
Apply image 20H2-RTM-amd64
2021-08-01 08:20:33 UTCInstall update 20H2-amd64
2021-08-21 18:35:39 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-21 18:35:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-21 18:36:09 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-21 18:36:17 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-21 18:36:45 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-21 18:36:56 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-21 18:37:08 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-21 18:37:16 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-21 18:37:24 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-21 18:37:24 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-21 18:37:25 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-21 18:37:25 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-21 18:37:26 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-8898bf8797cb27fc25869a134f1368895f8ba34c-head
2021-08-21 18:37:27 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-21 18:37:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:2c276c3710450da8e82d1092a931458cc13ff230a151ac336f1c6bfc0d2be8e5 in \etc\rancher\
2021-08-21 18:37:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-21 18:37:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-21T18:35:56Z
2021-08-21 18:37:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-21 18:37:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=8898bf8797cb27fc25869a134f1368895f8ba34c
2021-08-21 18:37: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.