2021-03-13 08:54:39 UTC
2.47 GB
rancher/rancher-agent:master-4891e2e4768d7f706afca90d472d86c5d2bcd098-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 56.74% (1.4 GB)
[#001] sha256:b67d61f938f3725a9bf5b4e0ece52422f5b09c5994bb0af1971b526e4e0f8666 - 37.32% (944 MB)
[#002] sha256:58f45ef6dbedaec52151d294bb8f0799023baf079cbde0418de716591b79848d - 0.0% (1.27 KB)
[#003] sha256:5ff5557c2545d77e0358515308763f8f00b4ab760230eaf86045bbe19783969d - 0.0% (1.3 KB)
[#004] sha256:05a0d71ce3808a66b3b9f43af8fea7bf9f5480c0224e02258ffd095572cc54ff - 0.81% (20.5 MB)
[#005] sha256:3f8624ca163b4c9cd67f51560fb14aa4ee208bee1cb63cce3c39ef1eaadbc30c - 0.41% (10.3 MB)
[#006] sha256:ebc99d753ca3c5724c12205f89d9ddd9f9d6a477aebb298d4c71e793ed683caf - 0.31% (7.85 MB)
[#007] sha256:13d9ff8cbd4b4094d7778a64f50cafed68ddd41b24372e58034a9dec4454e60c - 1.67% (42.2 MB)
[#008] sha256:047562579ecec52683b54e1badc4c150b8c8ba5f658539955f35b4c0101a9595 - 0.41% (10.3 MB)
[#009] sha256:c1594af1fe85109324c83947358a33f3d75094d543eddbb18fab0603b4760f74 - 0.62% (15.6 MB)
[#010] sha256:014a1113220fe01c3a477c710d3078dfccad2a05085072b1e65828f95ecc7372 - 0.5% (12.8 MB)
[#011] sha256:d541852a7b7c3dbe94760a44031728e6448c8681d88a9d7e3f029159da8fbdfa - 0.0% (1.3 KB)
[#012] sha256:37d9615819e9646c546609e4cfbd29dac6a6ccba0a85130c4a470bbceea46f14 - 0.0% (1.27 KB)
[#013] sha256:f819eca094b047edf0fd367db3e8e7771f1ade08de1c6e0fba0895d9dc5a800e - 0.0% (1.29 KB)
[#014] sha256:6719360b85c0e0715316a004b1eed9f4668a2ddbf855ef06b3ce440187d6113f - 0.0% (1.3 KB)
[#015] sha256:89be38a8369ffd3d3797164832b6497a43354a5b5c3b30b7d1a33ad72235a753 - 0.0% (1.3 KB)
[#016] sha256:13b55b57780898862cddba91637f474b072b7d83ae6506e31722553b3d29d04e - 1.21% (30.7 MB)
[#017] sha256:50b12fd3487ab4ecd085c5d8e0cd3a5bddf4423eecd2e4483c4c89ee9a1b2ba0 - 0.0% (1.27 KB)
[#018] sha256:57b58313ffb4239aa3bfdea4dd06925cc888c0ac965b3a14e62f086bd9f71149 - 0.0% (1.27 KB)
[#019] sha256:86d39ceae7f3ecc9650fc78deba8ac98efe888942cf0e0bdfc3e318456ad6352 - 0.0% (1.27 KB)
[#020] sha256:971fa1868e8b78d06f27fda4add6c600396677bf6917e1d5b4b16dd0046ea0e0 - 0.0% (1.3 KB)
[#021] sha256:f247bb33847f29c145db17f6ae3c7dab563ba0509bca281a5155c2b982bca9ee - 0.0% (1.3 KB)
Apply image 20H2-RTM-amd64
2021-03-05 14:38:58 UTCInstall update 20H2-amd64
2021-03-10 22:41:42 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-03-10 22:41:42 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-03-10 22:41:55 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-03-13 08:22:04 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.1.0/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-03-13 08:22:34 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-03-13 08:22:46 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-03-13 08:22:55 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-03-13 08:23:04 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-03-13 08:23:12 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-03-13 08:23:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-03-13 08:23:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-03-13 08:23:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-13 08:23:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-4891e2e4768d7f706afca90d472d86c5d2bcd098-head
2021-03-13 08:23:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-13 08:23:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:f4113d22ea67f0331618e446a8611813d8bfcf3a62980ed6dee45682fe296413 in \etc\rancher\
2021-03-13 08:23:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-13 08:54:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-03-13T08:54:35Z
2021-03-13 08:54:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-13 08:54:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=4891e2e4768d7f706afca90d472d86c5d2bcd098
2021-03-13 08:54:39 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.