2021-08-09 20:02:41 UTC
2.63 GB
rancher/rancher-agent:v2.6-c47122a0078f233a43c5ed0cda29618284fb07f8-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 60.96% (1.6 GB)
[#001] sha256:f143c6fed32d477c35b660b2e108ea62e3593c03e44bd9ced208ce52b26b0841 - 34.31% (922 MB)
[#002] sha256:6c4ab9bbd7277aff22d2bae8acb6f14ef0fe5d619199ba071ce8414677257cf7 - 0.0% (1.07 KB)
[#003] sha256:8c80e4821361506f19a0bc7897d2d8bc107757b2d085c8183bb6ee4b6cbf26d0 - 0.0% (1.07 KB)
[#004] sha256:9b360ee7cbef8d46d35f9ef72b66c521eefa1a7e44c88ed845933d03b352b88c - 0.58% (15.5 MB)
[#005] sha256:be83c318c42e5012790836582c2b90f930a8c6c49bfcebff76b813be05a25b36 - 0.2% (5.28 MB)
[#006] sha256:55063e77fce88cf3b02cde44d82221026df76bb6114ffbcfe91b1e0c8e756154 - 0.28% (7.44 MB)
[#007] sha256:4d868ec6620629965adc9e20ea0c9f3fa578e07b6390a1a53e943bae2c5ae003 - 1.39% (37.2 MB)
[#008] sha256:29a3dc6d19a3be3b9af563e372febd296701edf335f4c072806a4e617e9dcdf0 - 0.2% (5.34 MB)
[#009] sha256:eaa14867f6f974541b824c2500a3c66f811413d006b5299b2df0a54a8ab8914d - 0.58% (15.6 MB)
[#010] sha256:49bcad9da3dd4516a1ea64e9649a19d1373d3cd3168f8f287495a93b623380c7 - 0.47% (12.7 MB)
[#011] sha256:2e6e8f6c6bd240e9b11608a6912fedccc692d55d5972251e4261026b2aa6c390 - 0.0% (1.06 KB)
[#012] sha256:70b57ebb831a0825f8f94949d41a0735620769279c1105826de6b5e197c88421 - 0.0% (1.06 KB)
[#013] sha256:9d1599be22c1b1457d8994c858e65c7e681498bd7e01def11988b195f1a56ebe - 0.0% (1.06 KB)
[#014] sha256:85dfdac66b531136a62c71329cf2e9b44f9757b5749d6e65c6b6370703f496c4 - 0.0% (1.09 KB)
[#015] sha256:7fd1350e14662563fccaa97b21a530f9697847b694bb7b0bbf3fd2a8b91cbf6e - 0.0% (1.09 KB)
[#016] sha256:2d2f9473e26147d6180e5de14e6fe4cc74ff82e2d8ad5c9b658f76ef3983ecdc - 1.04% (28 MB)
[#017] sha256:30d4c83315e66768bb712b7f6f07252b0f163720f5c354c44d1a5319f1c1dd73 - 0.0% (1.07 KB)
[#018] sha256:14366f9b61a73a2d9e3ba17185f784bf1c6ae74189a823bd62601c0b5fd121ee - 0.0% (1.07 KB)
[#019] sha256:78afeac3040e9b27d2f6d0bd8b11e54591f9c09370e0ddf8cb952f00d043d550 - 0.0% (1.06 KB)
[#020] sha256:ddceb08b790a5a25208b35a470e9e932f5fd49103b3ab5c67ecf79c8ebacc0bb - 0.0% (1.06 KB)
[#021] sha256:d4cf45a32ad53182de9534c61bedb80543ddbe956a7c9b4cc37c891d747f33b9 - 0.0% (1.07 KB)
Apply image 1809-RTM-amd64
2021-07-06 20:34:18 UTCInstall update 1809-amd64
2021-08-09 20:00:50 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-09 20:00:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-09 20:01:09 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-09 20:01:17 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-09 20:01:39 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-09 20:01:48 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-09 20:01:54 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-09 20:02:01 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-09 20:02:07 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-09 20:02:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-09 20:02:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-09 20:02:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-09 20:02:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-c47122a0078f233a43c5ed0cda29618284fb07f8-head
2021-08-09 20:02:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-09 20:02:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:030e57d3d1fda9192a8a8ad8748fa96d8f7754d0163c0a193a9d440942580c4a in \etc\rancher\
2021-08-09 20:02:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-09 20:02:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-09T20:02:36Z
2021-08-09 20:02:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=c47122a0078f233a43c5ed0cda29618284fb07f8
2021-08-09 20:02:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-09 20:02:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
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.