2021-11-22 21:38:51 UTC
2.66 GB
rancher/rancher-agent:v2.5.11-patch1
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 52.78% (1.4 GB)
[#001] sha256:cf5ffa21776715f9145319b2dc410fcf4325d649c5bb9e8f499bbda1fd6ebba5 - 42.37% (1.13 GB)
[#002] sha256:72457ad64414a4857525903164e62dd344709e9e5072615e1bbc8c22e19a6b09 - 0.0% (1.29 KB)
[#003] sha256:b2ee82006f6b3b98f08f89087f516a7fd56cea1af2ca422756f7e0daeea9fbe8 - 0.0% (1.29 KB)
[#004] sha256:3c308dd97d02ffbff75b360071831000dfdde590a898868a2a9a94165c6fbb50 - 0.57% (15.5 MB)
[#005] sha256:45864abe2046af7993f01ed850a7c9f270f0de78dc938547ac71f4c80b11fa0b - 0.19% (5.28 MB)
[#006] sha256:b8e7fd665cddc246a2f8eb804af32bf94314bc9babf77771d15cb32fce169441 - 0.32% (8.78 MB)
[#007] sha256:c747cdd298dcc7032fd09aed242068a7f7c86ccba25ffd76008867a80d3eb5e3 - 1.37% (37.2 MB)
[#008] sha256:8ebaa5fa29f6dd883eefe2d5bf6e02fb227f353756ea1a7e4c76e37fe2fffec1 - 0.2% (5.31 MB)
[#009] sha256:f19c16798d29236584f05db3461dd5c284e4349854405928218890b16418a715 - 0.57% (15.5 MB)
[#010] sha256:fbb02716301e06094f3ba6525cf7f38f9ac7dd3af94b0ace3df9cbe954ab6ce2 - 0.47% (12.7 MB)
[#011] sha256:7d43b3d507b73c0521bf12d87b49a35856ca657185b237a2234ff4518df4b677 - 0.01% (409 KB)
[#012] sha256:18e959f1729ea18c60f0727ab7df6d3edffd3a609dbbd6c4879510f69cca1934 - 0.0% (1.26 KB)
[#013] sha256:7e41801ecdd56cca9aac908944dab8ebcd8e522f98055c902b0d50632a21bc45 - 0.0% (1.26 KB)
[#014] sha256:a79a1e4e18c9a6678fbba88d87de24182f661594eac5c1318bd9d042d459224d - 0.0% (1.29 KB)
[#015] sha256:875fa84e04279174e5729177f52d686c5b3ebcd5b052aca4c37941381507b1dc - 0.0% (1.28 KB)
[#016] sha256:303f84a0294c67fb1cf2c1a0ee4191b27f27d2d129362cff125909840398c1ed - 0.0% (1.3 KB)
[#017] sha256:d2ff9f1e49d676b8c45e9efb408866d1dcc896229d60a514b420154957895ebc - 1.14% (31.1 MB)
[#018] sha256:4e0ca8f05126b716bb65e54854c824a354fec35f1eada945ba0c18fd13e3b4ca - 0.0% (1.3 KB)
[#019] sha256:28c62d58c66759cbc5d85dc68dd5a9eee03cf016e635769382df8a6019905d8a - 0.0% (1.26 KB)
[#020] sha256:87856acd20bfe2e19be48ea498742957fd61d01a141769ae54f72f6d9d7928b3 - 0.0% (1.26 KB)
[#021] sha256:367183787de4524ab9dc818eef9d6a1a0c28e7791d279a3c655c33e8bb16b29e - 0.0% (1.26 KB)
[#022] sha256:78a208f921468c7d737a3d2b5b096e8f935e90ecb7dc6cd6a6d5463d6a03f6b3 - 0.0% (1.26 KB)
Apply image 20H2-RTM-amd64
2021-11-03 21:20:07 UTCInstall update 20H2-amd64
2021-11-22 21:37:03 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-11-22 21:37:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-11-22 21:37:14 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-11-22 21:37:23 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-11-22 21:37:59 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-11-22 21:38:10 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-11-22 21:38:21 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-11-22 21:38:29 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-11-22 21:38:37 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-11-22 21:38:44 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2021-11-22 21:38:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-11-22 21:38:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-11-22 21:38:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-11-22 21:38:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.11-patch1
2021-11-22 21:38:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-11-22 21:38:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:cea901e4b0aa8284c8c0ac0f9e86c4223b45b520f35ada40a04ffa16f7746e73 in \etc\rancher\
2021-11-22 21:38:49 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-11-22 21:38:49 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-11-22T21:37:01Z
2021-11-22 21:38:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-11-22 21:38:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=7ce4f41c311de01ad6e8967a4eae91545d3a1148
2021-11-22 21:38: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.