2021-10-08 17:47:03 UTC
2.64 GB
rancher/rancher-agent:v2.5.10-rc4
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.17% (1.4 GB)
[#001] sha256:df018de092998d207eb6d4d5e4ab074425d73b935d5300df298a3f765f1954b3 - 41.94% (1.11 GB)
[#002] sha256:7ec833d74383dfc35ecc2ea21a1400b9bec3c4d03883574eb86d80aba9426227 - 0.0% (1.3 KB)
[#003] sha256:368762cae4e0524d4ce9d1f74e571178c991fc04daa5dae3d1a137388b71807f - 0.0% (1.3 KB)
[#004] sha256:6f0df1b65d3d998f6dac2f683462cc05988f68ed7df38145a6ec7d6ddb3f82d7 - 0.58% (15.5 MB)
[#005] sha256:e0abb54a7a6fbdc57fdd5755500440470f88c70ff6accb49419c38f266cdb263 - 0.2% (5.27 MB)
[#006] sha256:f1498948f9f16d78140ba0d1ec5afe91abaaaeb7e5300021475286a9c9bad28c - 0.33% (8.79 MB)
[#007] sha256:4c14661d4800e01bee4df9f295744bf0864b34e95f094ab83d7eb71e8660ba0d - 1.38% (37.2 MB)
[#008] sha256:82a97998b26a435cb0b11abc3453f712956898a22c48a5e70ec83ddfdf8d0ac0 - 0.2% (5.34 MB)
[#009] sha256:c71e9e36540fbc2baba1fbdb03e6473dea8a93bfa263e28313195613498f61ba - 0.58% (15.6 MB)
[#010] sha256:a56eaa1c7d392ea405ca13dc67f059cf1989bda69470acdd0093c76f4926800f - 0.47% (12.7 MB)
[#011] sha256:47b1f79e49990053e90abf60325b3be4b9b203c902b3cd6ff802767ce12a5e15 - 0.02% (433 KB)
[#012] sha256:31a0feab941fdd31174b0404f793dbc26452cd4517f69ed7cd2fe5da1311df9a - 0.0% (1.31 KB)
[#013] sha256:1fe67453fc690f43a8e89f29aa28d5f0183f1cca250ee05f90aa9f5efc2d9ae2 - 0.0% (1.3 KB)
[#014] sha256:3410653ef846593752b85fe7f29b307cc4cbbb035bb6561d502193663b8aea6d - 0.0% (1.27 KB)
[#015] sha256:bba81b77a19731cf845b276cdbd9306da93aeabb893edcf58fcc2759b8b9781f - 0.0% (1.27 KB)
[#016] sha256:bf22b4e11ddfd8539942f7c1d0403652e97ee50204f754716a6b57327f250b1d - 0.0% (1.29 KB)
[#017] sha256:f7a77b4c3194c6df48f3af8ace133a3cee1f1458b3bd09ca4ca4d265e9c85351 - 1.15% (31.1 MB)
[#018] sha256:4f90c7cce0d9b9770302e7ddb879c71c41ef0c6bcfed92ecfda45e4aa4bfef66 - 0.0% (1.27 KB)
[#019] sha256:0650da268be61a7b0405771dbb38c8cb11d98f31a90e96f94c9c843630e319c5 - 0.0% (1.29 KB)
[#020] sha256:911944954d9c3ebb3f8af7154bcd1994c86a2850ce0a343619ff225649b90caf - 0.0% (1.26 KB)
[#021] sha256:50e1474731dccd6b59232218ab3a8e9de5032d0e5e58a114437134f6b9b55eb7 - 0.0% (1.27 KB)
[#022] sha256:64cbd8f9426ac2b8392c58ee81c158bf679e5a59a007075336a0696403bd2a05 - 0.0% (1.3 KB)
Apply image 20H2-RTM-amd64
2021-09-13 05:28:20 UTCInstall update 20H2-amd64
2021-10-08 17:45:11 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-10-08 17:45:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-10-08 17:45:24 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-10-08 17:45:32 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-10-08 17:46:04 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-10-08 17:46: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.'
2021-10-08 17:46:29 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-10-08 17:46:37 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-10-08 17:46:49 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-10-08 17:46:57 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2021-10-08 17:46:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-10-08 17:46:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-10-08 17:46:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-10-08 17:46:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.10-rc4
2021-10-08 17:46:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-10-08 17:47:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:61187303bf363355a80d018c7d9d981ec7bdd26829c6359dda0c18bf7d193b09 in \etc\rancher\
2021-10-08 17:47:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-10-08 17:47:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-10-08T17:45:10Z
2021-10-08 17:47:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-10-08 17:47:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=f097758a031d007a4dd983346a39ba2098e5e785
2021-10-08 17:47:03 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.