2022-04-08 16:04:51 UTC
2.64 GB
rancher/rancher-agent:v2.5.13-rc1
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.01% (1.4 GB)
[#001] sha256:06b127abbab45e5389c3fddfd5ce2f91ad3c64bfa2e224b621fa88aebae03e8b - 42.11% (1.11 GB)
[#002] sha256:92185a0b7298026ef63d74ce25fc4e02598376c0860531e56d763d5523b325c2 - 0.0% (1.26 KB)
[#003] sha256:aa8414914bd1a2f66ca9da0f27524168de4430ceff84d600097cac3a9424d93f - 0.0% (1.26 KB)
[#004] sha256:99ff1cf3083d7fee4ec56ac24365008ba2ec0a08b93dc3432a851812780b614b - 0.57% (15.5 MB)
[#005] sha256:864ee05151d7c050feb19bf164dcc1c61c3363e29bc4695965a40ce8dea13815 - 0.2% (5.29 MB)
[#006] sha256:d94af5bbdf44f747d51a089c394f27924f5543f1a4cb15d266001a33bfaf8bdb - 0.33% (8.84 MB)
[#007] sha256:525eda72baffac58f70b4341006d27ede140101bf2b897a55d7891585b1854cc - 1.38% (37.2 MB)
[#008] sha256:8dd9be0d02a91dd5836c6af76e8000e9e2db341c625fdba9d0fbe76056ccf8e6 - 0.2% (5.32 MB)
[#009] sha256:77c9be9ce3eb7a53c374e9bd08db3f29809350dae9becdfdbd53b76bb23842d1 - 0.57% (15.6 MB)
[#010] sha256:4c083e08a6ce5adb9a6daeef682057af785fd0b9ab5d14108fc34c70e7c78a1a - 0.47% (12.7 MB)
[#011] sha256:44f7a16a61276cb123e794f2f20a551591929707c426a0fa3b752a76fdf89d6a - 0.02% (418 KB)
[#012] sha256:89f348456a7d7e04d63f47857da73186429d07099e81cfaa5fa868933ec7469f - 0.0% (1.26 KB)
[#013] sha256:e6ea8eaaac854764395137cea36cf22d61c5720c508d0522678f263ef4defea1 - 0.0% (1.26 KB)
[#014] sha256:5693e5afeea54756fa334682ca55178eb82c6fa2b44ee8760b9ce025397fe3ce - 0.0% (1.28 KB)
[#015] sha256:21b6a0d9d4dc9836d26ea5c6fb65aa66699759a5dd93a81c676cdbfe57f0b921 - 0.0% (1.26 KB)
[#016] sha256:53305edd70d26c178a9a8188c52419cdb7d475a00a61263eca22164aada7e569 - 0.0% (1.3 KB)
[#017] sha256:4f5625a2a74a00c6d95a0d2ec28661f0db3e57c9f0214e08865e723642b3feb2 - 1.15% (31.2 MB)
[#018] sha256:eba91b0a3a08569c24880e88d25082ccc7abd1a1fad6400f3578887b06e89e33 - 0.0% (1.26 KB)
[#019] sha256:caa54b5227d57b6c8df6ca73149a368df9edc4e610348c12fae846ab7517be95 - 0.0% (1.26 KB)
[#020] sha256:1322272659cf0fa5c812849d4a49fd2c55b5d7ad139bc1651c957dddd837b55c - 0.0% (1.28 KB)
[#021] sha256:2ac2d18d351848e6c8e72d1148ad58e881dc798215ab7d449f48300ab7548e08 - 0.0% (1.29 KB)
[#022] sha256:83483e2166db7f6b48d0baa9a91d25da3bdd923a195bc47972ebfdbf1195de40 - 0.0% (1.29 KB)
Apply image 20H2-RTM-amd64
2022-03-03 08:25:37 UTCInstall update 20H2-amd64
2022-04-08 16:02:22 UTCcmd /S /C #(nop) ARG ARCH=amd64
2022-04-08 16:02:23 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2022-04-08 16:02:32 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-08 16:02:40 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-08 16:04:05 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-08 16:04:15 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-08 16:04:23 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2022-04-08 16:04:30 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2022-04-08 16:04:38 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2022-04-08 16:04:45 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2022-04-08 16:04:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2022-04-08 16:04:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2022-04-08 16:04:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2022-04-08 16:04:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.13-rc1
2022-04-08 16:04:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2022-04-08 16:04:49 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:70cd26e0083242739b0f38ab039eb99d76a58435478aa14de13eb0210e6cf366 in \etc\rancher\
2022-04-08 16:04:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2022-04-08 16:04:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2022-04-08T16:02:20Z
2022-04-08 16:04:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2022-04-08 16:04:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=8ee3bf054c0ec5ca0a9c0e4e015061b7b2517bdc
2022-04-08 16:04:51 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.