2022-01-11 22:30:44 UTC
2.66 GB
rancher/rancher-agent:v2.5.12-rc2
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 52.65% (1.4 GB)
[#001] sha256:3aff99b000970ade8766a006338a898f0d5d035a89037044890b777928da56bd - 42.5% (1.13 GB)
[#002] sha256:63e2c87bd5b5129dcbc674f3669f555bb5d9680f810564fe45dc7051d8e37748 - 0.0% (1.26 KB)
[#003] sha256:80a4d066334bf33c10d9f2117fc070b2e5262848f11c0a523a4b69e980365351 - 0.0% (1.26 KB)
[#004] sha256:b68963200a209a0467f33a8da3c2ee2933a6b216e528e90b9fa23340e247e3e0 - 0.57% (15.5 MB)
[#005] sha256:90140e8593ff72f5388a1c529bfd7c43a6777bd6b9017a07ea5db4330e6a15eb - 0.19% (5.27 MB)
[#006] sha256:81f0d8e3d83b21a2b30c1c8b2e420e6d299563fd165bf57349745d763cf6a747 - 0.32% (8.8 MB)
[#007] sha256:1b69e42b5cc7ff3354ef4c16e5fe2411cb2b5423e2d635ec24b5a6c9be35e969 - 1.37% (37.2 MB)
[#008] sha256:4eb55f02fa136ea864488570a5c51673d39fa2bfce2ca42898af8031d24ce0d1 - 0.2% (5.33 MB)
[#009] sha256:2e655328851dfeea96835851c8812a74ed4f87443518b838f3a5f09971e72161 - 0.57% (15.6 MB)
[#010] sha256:f33a3e4c3879e6ca7026aa12ebc7f21ad7601cc2885b70de3a50d3cc74c4e710 - 0.47% (12.7 MB)
[#011] sha256:aad57640ca0455a3bc884289f9893e209bf30d961059945505ba2a8385c1a159 - 0.02% (432 KB)
[#012] sha256:d85c96b2766f912994e535a5612fdb9b839d60151e631f7d9aa2d188bbff75e0 - 0.0% (1.26 KB)
[#013] sha256:542a4c6131a3e736e746806a38885f6b629794edea315105337bd753b6586a38 - 0.0% (1.28 KB)
[#014] sha256:d7546702094a28be29307f284af2a60aa1219eb204bb7564f6ef5b91e13adab3 - 0.0% (1.29 KB)
[#015] sha256:85401af223c8b85049b12025ad9a296260d53d9eed499de50658c706c6c20c94 - 0.0% (1.29 KB)
[#016] sha256:c7d70a07878a95526f81424960e320fc1406c01bb2367aed5511e75d0b29fe88 - 0.0% (1.26 KB)
[#017] sha256:517ea2c44563f4aedcd32aa34eb6803408f498f697ef207362db58cc132d2a25 - 1.14% (31.2 MB)
[#018] sha256:a9066f4c05059ee3ad8f8f5089fa18cd3402ca157db1261f021eed6f2618745c - 0.0% (1.26 KB)
[#019] sha256:70694d18e441c490bb37f735274e3f9198be08970113a41cfd5e0fd2ccea99ce - 0.0% (1.26 KB)
[#020] sha256:15f003e2c116bad4ff581230daa1fff576f52e70e055b6b965e05da1d814dfff - 0.0% (1.26 KB)
[#021] sha256:6877187c46077abb2f191be9505fac6d42d2056062c36c60e69e4358d92b33af - 0.0% (1.28 KB)
[#022] sha256:bc1740d300d0d050bd4460ff4fcb1ec8c4160322e299244e8954ccead8136f6d - 0.0% (1.26 KB)
Apply image 20H2-RTM-amd64
2022-01-08 08:44:10 UTCInstall update 20H2-amd64
2022-01-11 22:21:29 UTCcmd /S /C #(nop) ARG ARCH=amd64
2022-01-11 22:21:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2022-01-11 22:21:38 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-01-11 22:21:46 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-01-11 22:22: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; } }
2022-01-11 22:22:27 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-01-11 22:22:35 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2022-01-11 22:22:43 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2022-01-11 22:22:51 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2022-01-11 22:22:58 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2022-01-11 22:22:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2022-01-11 22:22:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2022-01-11 22:23:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2022-01-11 22:23:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.12-rc2
2022-01-11 22:23:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2022-01-11 22:23:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:4da9002fb4c1a0a7155812ea827fe4a5a600473d6f4d7494447099b6a134f388 in \etc\rancher\
2022-01-11 22:23:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2022-01-11 22:30:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2022-01-11T22:30:38Z
2022-01-11 22:30:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2022-01-11 22:30:42 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=92632168c1c0903e3cdbb03b8a29b31ca1dcaf0b
2022-01-11 22:30:44 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.