2021-05-26 21:12:29 UTC
2.47 GB
rancher/rancher-agent:v2.5.8-patch1
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 56.85% (1.4 GB)
[#001] sha256:182d4887a30d6c29414d04c41f1093a66f4cc1bf83092d3231cc5538404d75ad - 37.96% (958 MB)
[#002] sha256:17df2c10bd18432cbbef097b26d7da4a436df88812f885583684df9b846142e3 - 0.0% (1.27 KB)
[#003] sha256:7d3935597e883cc70696070e9c7dff95609230acccda1271da9b060d77b7bc2d - 0.0% (1.34 KB)
[#004] sha256:c7f1fb6bc3d0ec9116b00fa6ecd55d6b8a25565c6975ca4b731e5b75de78f31a - 0.61% (15.5 MB)
[#005] sha256:d1b0d4e3a97508ea00a8dc6d7b4a09a7a1133797fbce3ecfe5e9fcd8bc14cf27 - 0.21% (5.27 MB)
[#006] sha256:a4de799d5df45d582166b27fafebf096bd8c68795c226df226170117145fe14a - 0.32% (8.2 MB)
[#007] sha256:07b79eb5d06b45609ab8e2bcda5f6ec357f144478fb0322b27c2de325d66fe32 - 1.47% (37.2 MB)
[#008] sha256:24140678dfcbb8bd74175e5426b3e2e2cd2b2fa3edbfc12c292aa27bf3af5277 - 0.21% (5.33 MB)
[#009] sha256:1225f0935edfa52974b37925433102092e2ac3d01eeefc1d5b6e96c5e3f4545d - 0.62% (15.6 MB)
[#010] sha256:a2df330469ab59cf478dfea2f4a922d49797107c40ac699c28b788146ef1a3e2 - 0.5% (12.7 MB)
[#011] sha256:038603649a6b92f392e63f1afac1e7cbe25c41e471db51756c14b3b693787211 - 0.02% (431 KB)
[#012] sha256:2404164993024ed0e1e0655b1a06b8377aa4f48d348eeb5651e6072a50c68a74 - 0.0% (1.29 KB)
[#013] sha256:db1ca4b0e7d5a21abbc5412e0d266a916eeb287b2cbc2d82f8b5e68aa90cf761 - 0.0% (1.29 KB)
[#014] sha256:f58142d0646550567d6d3bf25da9bade298e0d08e54572842ebffd5858849e83 - 0.0% (1.27 KB)
[#015] sha256:f70ec2ad85bcd67a0c1095c94a35fa95d59a1e7a6ad0e2f42e3a5b2b52769ea2 - 0.0% (1.3 KB)
[#016] sha256:71d7d9b4119108720a77268279f97aae79a5eff93c678f157a688bc19c68fcff - 0.0% (1.26 KB)
[#017] sha256:9ab80feab84f04173bb1e34aff21663ed349b1b4fc55b21434b49bc4d0366014 - 1.22% (30.9 MB)
[#018] sha256:742373140c962f3d0998eb227d43db83eb3543bed0a5324b706f052f5ec246e1 - 0.0% (1.29 KB)
[#019] sha256:6abddcf848ea2a3663e284cd51fc255bb40652c781e7fbceb5e1fbff5d54b489 - 0.0% (1.26 KB)
[#020] sha256:02202d7e508d1736477c921d599e3f8a79e7b46933a85cfb6b5527a4415bfb4c - 0.0% (1.27 KB)
[#021] sha256:4406c97c430cf8e44d5a0fce9cbcc643e3fc2d31597c800df9b421370a3e50fe - 0.0% (1.29 KB)
[#022] sha256:7a25d004018a6be748da16ea7df19ad91bf17b82b746096a7e2da03f92b8763c - 0.0% (1.27 KB)
Apply image 20H2-RTM-amd64
2021-04-30 07:39:08 UTCInstall update 20H2-amd64
2021-05-24 15:27:03 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-05-24 15:27:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-05-24 15:27:33 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-05-24 15:27:43 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-05-24 15:28:17 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-05-24 15:28:29 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-05-24 15:28:39 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-05-24 15:28:48 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-05-24 15:28:57 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-05-24 17:42:31 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2021-05-24 17:42:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-05-24 17:42:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-05-24 17:42:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-26 21:12:24 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.8-patch1
2021-05-26 21:12:25 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-26 21:12:26 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:556b81d759e1540c6099dd8f7baeafe8356ae1b4e4aa8ae007b738825d9f3f40 in \etc\rancher\
2021-05-26 21:12:27 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-26 21:12:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-05-26T21:12:23Z
2021-05-26 21:12:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-26 21:12:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=a44c77e8ddca69155df78c7226f33f388ce8452f
2021-05-26 21:12:29 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.