2022-04-15 04:12:39 UTC
2.64 GB
rancher/rancher-agent:v2.5.13-rc3
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.0% (1.4 GB)
[#001] sha256:44a67477f4527a660f9271ec7f5a8689e9fce5f21a892acc7037d6821bbf1392 - 42.12% (1.11 GB)
[#002] sha256:15ce084d1be36d89a8b770015b87eddb4dc6687e752cf374cc977f9d28bfc87b - 0.0% (1.29 KB)
[#003] sha256:4ea87f7a66e0dce61df0f3a194e5e44f66b531da78f014691d3658ad925f549a - 0.0% (1.26 KB)
[#004] sha256:452aa21feca3745787d8ed0f4a0eb94c6a4090962da3181d7ee063c3df5fcbdd - 0.57% (15.5 MB)
[#005] sha256:e66eabbd6b9ef664daf9bb7905649601ab6571618d7e74bd7fadc4ab100b81ac - 0.2% (5.29 MB)
[#006] sha256:0a3b53a0aff9a12477ecbf7b074db17fe27e7bb344025f1c0295d59b44b0de7c - 0.33% (8.82 MB)
[#007] sha256:9194a788b855907444760c11d3fac9a576d1885454248696a0c488ae2b3614b0 - 1.38% (37.2 MB)
[#008] sha256:db03ab064742b4b8868c7a5742883692d1355da706c33a74d5bbbb7055adac74 - 0.2% (5.35 MB)
[#009] sha256:80a0833657350c26e8a23e7bdcf81f357a4d053397703b6eb617164073c92786 - 0.58% (15.6 MB)
[#010] sha256:e6d422f300fa419ad7ee1663fb6cd9ea467275b45fe791d9ebc2f57fd24cfe50 - 0.47% (12.8 MB)
[#011] sha256:46b787b58058513ef2cb38fd0634dfa4297aa62199fe889442a8dc70a285e18d - 0.02% (453 KB)
[#012] sha256:329fb39677b4dd82a8edcbdf9f6f5b9ea8edb6dba598b485a0e352b5a6227959 - 0.0% (1.26 KB)
[#013] sha256:9675bf450ff86e825a3a0fd8ed6e8b74b0588825ff50d3c30f4a3d2b43ca728f - 0.0% (1.26 KB)
[#014] sha256:ede1ef9f3e488b524eab3b27fa609ad0a454c352466461c9ed8c95639a003815 - 0.0% (1.26 KB)
[#015] sha256:bb9daff8241b1887893b5704226f3f7aa0719bec6714a615eddca43f7e8c8b2e - 0.0% (1.26 KB)
[#016] sha256:b010d89e9d5c8bb952b24115049ca10d6404ccb1d40e2a4737e826cefc067e8d - 0.0% (1.29 KB)
[#017] sha256:81551502c09c2fc5e762dc60e0ed5600e2cf07b6a87eae3f578c8b84259296dd - 1.15% (31.3 MB)
[#018] sha256:dd8cd0591da1405e402ae75eab07cb5d2c5422cb38a9781fb9cda366c99a0b8b - 0.0% (1.27 KB)
[#019] sha256:064286522db87322fd4173b92665ed3c0c293fcc7bc6e3460e62d858db2f463b - 0.0% (1.29 KB)
[#020] sha256:c43199671b59f796cf577eb0aa6d92465eb5c407fda09923534eddc5f733f349 - 0.0% (1.26 KB)
[#021] sha256:a7079b422b02cc408d4ccbb40e225a0f1e5240defea4feb4e3ca427075d65834 - 0.0% (1.26 KB)
[#022] sha256:86a154308891cf0aa224f9cdcf0ab8a685caec4896fca48aa5ce611bbace0b9f - 0.0% (1.26 KB)
Apply image 20H2-RTM-amd64
2022-04-03 09:05:21 UTCInstall update 20H2-amd64
2022-04-15 04:11:03 UTCcmd /S /C #(nop) ARG ARCH=amd64
2022-04-15 04:11:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2022-04-15 04:11:13 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-04-15 04:11:21 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-04-15 04:11:48 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-04-15 04:12:00 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-04-15 04:12:09 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2022-04-15 04:12:18 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2022-04-15 04:12:26 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2022-04-15 04:12:33 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2022-04-15 04:12:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2022-04-15 04:12:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2022-04-15 04:12:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2022-04-15 04:12:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.13-rc3
2022-04-15 04:12:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2022-04-15 04:12:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:2ebf4e639b075e98a3a67243499e2e4d586423539c5ebb413e8f88285666ad28 in \etc\rancher\
2022-04-15 04:12:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2022-04-15 04:12:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2022-04-15T04:11:01Z
2022-04-15 04:12:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2022-04-15 04:12:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=1582f61de3e995870ace4de9d78f456376ce0e2c
2022-04-15 04:12:39 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.