2022-04-15 06:03:23 UTC
2.64 GB
rancher/rancher-agent:v2.5.13-rc4
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:23931d343e06ba652f7124b0839e8b453c9f378737ff54b29c87829d25e0ecc6 - 0.0% (1.29 KB)
[#003] sha256:e7692d4756bd9f11e8038d052fce12785b03268fd9582b60be0ba3d28f9fe427 - 0.0% (1.26 KB)
[#004] sha256:19848f7c83f524b6907d1c9e22d5630143cac572a65c899df01168daa6d42cd9 - 0.57% (15.5 MB)
[#005] sha256:68fb7003458b25f396a2bf7dedba4a1b8593fa643a247f6e06a4e152600cc64b - 0.2% (5.29 MB)
[#006] sha256:c66e47ad33b5aa5bc44cb1987db27a68ed377038eb8031a97e380c06b15a258c - 0.33% (8.83 MB)
[#007] sha256:67a6d346808c7cad594fd1b51ac9ebb1a57ab28d87ac71e6eb1839634c58fe78 - 1.38% (37.2 MB)
[#008] sha256:2cffe76e0323ed6d50f2577e1eeb41f12cecba195fd561450c9264b52245aa59 - 0.2% (5.35 MB)
[#009] sha256:68215b97e150577311ddccdca487268ee3cd791e280d133d874b1622bbc76cda - 0.58% (15.6 MB)
[#010] sha256:690bfa0d667bb400455a5371f9fe71ede2717b7a2bde7ecee74dfe2ffa028f83 - 0.47% (12.8 MB)
[#011] sha256:664ce247cff888aa6fdec83e5e4f0a23c8e8f9da008bfeb72b092829ef2b5c44 - 0.02% (449 KB)
[#012] sha256:1af0aa623a5a4d112ea900c4df7584d07e4ca6c0fe995d189e1ca4df479f3f99 - 0.0% (1.26 KB)
[#013] sha256:4470dfa72bed4f6b0e071560906adf33a9e49aee10b5a3057d2a477b04752852 - 0.0% (1.26 KB)
[#014] sha256:3b6bd1e2b3b9cd302974a1aad5bf1960f6b9d2c56ec052327101cedcbd9ebe54 - 0.0% (1.26 KB)
[#015] sha256:306f68ccfc9c5eb62820d2e0321972d67a6e6b9daaeddeaaab71b8ebb38ea7ed - 0.0% (1.26 KB)
[#016] sha256:13ed4fae00059ae7ec48ed20eb0cb242ec99af6279866bf2e4338853c97c0aa2 - 0.0% (1.26 KB)
[#017] sha256:db2455726774077c5f692b46ef3bd1f455eae6eb0d58e218e63ec208691c0d8e - 1.15% (31.3 MB)
[#018] sha256:a90b8b623fc3fe0244ac5dc62ccfe13714d263fae66ec0eaac9003cbe40cf31e - 0.0% (1.25 KB)
[#019] sha256:b8974687fc8177fcdfba1e253f67e6309985a23bfb5a83bdfcb053e401f15f0a - 0.0% (1.29 KB)
[#020] sha256:e20f908bce1b0f28ece198614c84d9b4001ac19388adb7c93ff331c5ea60647d - 0.0% (1.29 KB)
[#021] sha256:c60a7cefba3ef342916f628155327d1867eb3765a5b287f4cd08b71db7268328 - 0.0% (1.26 KB)
[#022] sha256:95d68b68eb98407302e55519219a6e0d61537d3ba24cd207710c0657a581f426 - 0.0% (1.26 KB)
Apply image 20H2-RTM-amd64
2022-04-03 09:05:21 UTCInstall update 20H2-amd64
2022-04-15 05:49:57 UTCcmd /S /C #(nop) ARG ARCH=amd64
2022-04-15 05:49:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2022-04-15 05:50:08 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 05:50:16 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 05:56:35 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 05:56:46 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 05:56:55 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2022-04-15 05:57:04 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2022-04-15 05:57:12 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2022-04-15 05:57:20 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2022-04-15 05:57:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2022-04-15 05:57:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2022-04-15 05:57:22 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2022-04-15 06:03:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.13-rc4
2022-04-15 06:03:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2022-04-15 06:03:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:1c570a5254e743f1dfc258f2044cfc420a613aafb28f7279e8aa8fde357b56b8 in \etc\rancher\
2022-04-15 06:03:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2022-04-15 06:03:22 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2022-04-15T06:03:17Z
2022-04-15 06:03:22 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2022-04-15 06:03:23 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=7218c48a6f516b72ec4586a790b3b9f1e1fe792b
2022-04-15 06:03: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.