2021-07-15 06:55:10 UTC
2.6 GB
rancher/rancher-agent:master-8d03e0775156529b566c6e70ea8c8770a091ac72-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.89% (1.4 GB)
[#001] sha256:58774ea6a2cebd62d24073292e71120a3b5e2bb74dc7b2358b29eedfa30b5a8f - 41.3% (1.07 GB)
[#002] sha256:0610600d82bc4c7976dfcf48df62a833f498b27df28e3b91d36c3a80f57fc0c4 - 0.0% (1.26 KB)
[#003] sha256:23870af5d98b1af61e1c04378f4ee92206ddbe8350560f1e116711f07a165b47 - 0.0% (1.29 KB)
[#004] sha256:594c7d3cb245131e058cc0cf8cc06b4efde5b7aef1611721f5aa9d2418909d79 - 0.58% (15.5 MB)
[#005] sha256:967700a6d28a33f97fcb148564a5852989fd63ac583e2b72d14bdbb64c36273e - 0.2% (5.27 MB)
[#006] sha256:895d37448c56450eead05b8742be084100eb562052cf3ec0b5e27aa76df8c247 - 0.33% (8.74 MB)
[#007] sha256:8a8af13cb0e1095bae517bede2e59440548a70e102c5a08fc76c8c5211677a2c - 1.4% (37.2 MB)
[#008] sha256:6fc923692801a9f9d8123d291319cc6031ad5c88534dc39e1375a2ea990bc0a8 - 0.2% (5.32 MB)
[#009] sha256:bc2c328d15280e88a8a32916a081793efd9e0b670a44c5a0bc408f4fd48ba3e0 - 0.58% (15.6 MB)
[#010] sha256:19f10743a15766ce6b5635dca17933dbc8828c4e564b4f7112bb95b189952cad - 0.48% (12.7 MB)
[#011] sha256:ecd0b7abd3329c5f949c6ae399bbd5707a3c5a08adfb1abde773cf0ce859fb91 - 0.0% (1.26 KB)
[#012] sha256:3c40566944cc95a5421f91b176b3911a800f954131cb8d2ecee3aa8133a6e70a - 0.0% (1.3 KB)
[#013] sha256:01466af0d3fee3b7102778a6544eb84aa66cf466d7dd9f5b00b962d5e7da9ac9 - 0.0% (1.29 KB)
[#014] sha256:aac3379c4c5a6078fba3cac573747c0ad3b3c86cb9698c545cb1f41cae692a4a - 0.0% (1.3 KB)
[#015] sha256:933715649b716104f2360d676fa1f118e59b44ce48816bbf83fc40aea70b3422 - 0.0% (1.29 KB)
[#016] sha256:85576d656a22ca4043dd58b35e7b5460182cd1b88bebe60317f8b5bcdb77486c - 1.05% (27.8 MB)
[#017] sha256:d7ac19701fc740fb429847d103e5c931134c5a93dd1801a724b155ce52081f2c - 0.0% (1.29 KB)
[#018] sha256:91fc97fd86ca440c192ef1b706ce04c48cefcaa5de3255b26d3d306be44a9796 - 0.0% (1.27 KB)
[#019] sha256:5c8a7d8eddb4eacf80c62b84f155817b8b8d82cc253ad2b1575261eae46b3282 - 0.0% (1.29 KB)
[#020] sha256:dea047634edd8a18ac1d94a2c0efba000bfbf79b3f95b76311d7026e787f6687 - 0.0% (1.27 KB)
[#021] sha256:9dcc030d0d2748ad2abbc1eb983b49dd02ad483abf81a01dce1760096efb82ce - 0.0% (1.3 KB)
Apply image 20H2-RTM-amd64
2021-07-10 18:29:59 UTCInstall update 20H2-amd64
2021-07-15 06:53:14 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-07-15 06:53:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-07-15 06:53:47 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-07-15 06:53:55 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-07-15 06:54:27 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-07-15 06:54:38 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-07-15 06:54:47 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-07-15 06:54:55 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-07-15 06:55:03 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-07-15 06:55:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-07-15 06:55:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-07-15 06:55:05 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-07-15 06:55:05 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-8d03e0775156529b566c6e70ea8c8770a091ac72-head
2021-07-15 06:55:06 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-07-15 06:55:07 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:5c9eafbff57f3f39faec77a763926ef34b10b0a1d5ef3ec955833b82ad58c870 in \etc\rancher\
2021-07-15 06:55:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-07-15 06:55:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-15T06:53:32Z
2021-07-15 06:55:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-07-15 06:55:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=8d03e0775156529b566c6e70ea8c8770a091ac72
2021-07-15 06:55:10 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.