2021-08-20 21:30:38 UTC
2.63 GB
rancher/rancher-agent:v2.6-863351dc2c3a4ad4e49281cecd62e9adc5c3de5c-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.33% (1.4 GB)
[#001] sha256:2c8cd6d97bfe5915dde26687cfdafcb1511808d9699b52da3be03323c75166aa - 41.89% (1.1 GB)
[#002] sha256:0613e1cf227c205518dab929c1667eef8ceea5840a91fd88bf74dc81b1a675ac - 0.0% (1.31 KB)
[#003] sha256:1afd21cc826ef3eb558701988981624f368cbee102f8e786f0793b1738e9e2f5 - 0.0% (1.3 KB)
[#004] sha256:e6287d22d839b7cb598eb4967beec9dff8d0d57dd82691cbca6e699696dce3ba - 0.58% (15.6 MB)
[#005] sha256:091e78a20fb8d92088713a25f0a0672440ac7c4b5e11d898080a3b780d75b57b - 0.2% (5.27 MB)
[#006] sha256:8f98e137e201672576559c2a8301bea58172c1c59bf62804826ca853112fd6d4 - 0.33% (8.77 MB)
[#007] sha256:e2e599cbdbe278e5be748b5407ee9d93b9c6d95f4f74b4cd1047daa872920784 - 1.38% (37.2 MB)
[#008] sha256:5758b918f7989018d55b060b71611572f007f119073547933cd7b3b7b1135ad8 - 0.2% (5.33 MB)
[#009] sha256:d36ab8cd31d3dedf4f9ae6cf6f7f72888aa1cad9125b034d2b5b096f8a8fd81a - 0.58% (15.6 MB)
[#010] sha256:96a0eb3c8bead93427d10d8bbe0567bdcd90a66fc101c68f1ac8421c3435fd09 - 0.47% (12.8 MB)
[#011] sha256:f13c7a04db930a5aa41f32e878f3d3ab2f461b89c408d22854c7f2d9b78c5219 - 0.0% (1.27 KB)
[#012] sha256:ae3eeafea4d9a9bb35ae3a7f5ca2c4f11db89f5c8e25e69c7a23ba044a0227c9 - 0.0% (1.29 KB)
[#013] sha256:b3949f47eeb313484b24e87b2d2748cb1d5cc4d388a61e7177679db874bf3296 - 0.0% (1.29 KB)
[#014] sha256:7aa0216a2d527151b64ece5e07933837594c4e0c96b8166dead1a68de9787ab3 - 0.0% (1.27 KB)
[#015] sha256:40ae065d017ec8ebe8ccf202c28b23145d16e99f2ec107da1a3ba0a6d045aef9 - 0.0% (1.29 KB)
[#016] sha256:55594daf4ffb893abd03c7331942c8c200bb0570c4920fb4bb51c20c469f0d0c - 1.04% (28 MB)
[#017] sha256:a4d6795114b79509c3983052171c640389d1820581f2ca14f534dbdc764e86e3 - 0.0% (1.29 KB)
[#018] sha256:cbbef56627bbab64898fb757b6da2f4c660240257f4ee8ea9b11eac2e8fb9b5b - 0.0% (1.27 KB)
[#019] sha256:c9745011bc685c800d2b58025defe30c4dac3950d9968d00e8c41742bcfd6f8d - 0.0% (1.27 KB)
[#020] sha256:51656c7a69078831fede0348f6bac9679f76dbe1bf8b7c442c83c3b2a92d2e12 - 0.0% (1.27 KB)
[#021] sha256:f506b843d7eaa3c4771f330def5c55df445070212110189091ab82ee2303e627 - 0.0% (1.27 KB)
Apply image 20H2-RTM-amd64
2021-08-01 08:20:33 UTCInstall update 20H2-amd64
2021-08-20 21:28:32 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-20 21:28:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-20 21:29:06 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-08-20 21:29:15 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-08-20 21:29:41 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-08-20 21:29:56 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-08-20 21:30:07 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-20 21:30:20 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-20 21:30:29 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-20 21:30:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-20 21:30:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-20 21:30:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-20 21:30:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-863351dc2c3a4ad4e49281cecd62e9adc5c3de5c-head
2021-08-20 21:30:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-20 21:30:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:461f5e67b9432be534da45a7b4b67e3fdd8ff34e4eec562d04c510cf80896524 in \etc\rancher\
2021-08-20 21:30:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-20 21:30:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-20T21:28:53Z
2021-08-20 21:30:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-20 21:30:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=863351dc2c3a4ad4e49281cecd62e9adc5c3de5c
2021-08-20 21:30:38 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.