2021-08-12 20:33:20 UTC
2.28 GB
rancher/rancher-agent:v2.6-5e9310ab15ec923d2073f63b95848086c6c0ff32-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.2% (1.14 GB)
[#001] sha256:c30e212b15b86121fb89bda60f21c14275762ea9c6c2d30c593c9ffecf605c40 - 44.3% (1.01 GB)
[#002] sha256:b6864d62be47b7ba8902378196c872e53835220bafbf65ddcb8f747b0125ac1c - 0.0% (1.3 KB)
[#003] sha256:7988781ddebef042fbfec9ff54b731e3a480ec7f008984f83a58cf3b509d3b70 - 0.0% (1.27 KB)
[#004] sha256:c04cebb2d22a8c09435c5266197f35ef1d021c0b4ec0b0ae109e0652b4cee566 - 0.67% (15.5 MB)
[#005] sha256:b6abf057f0c90c16775b122e939de61822dfd18c3911e1b7a3d7bf5ca106994f - 0.23% (5.28 MB)
[#006] sha256:cf6c647e46f833247efc19e89e8270a1810c690a2af6c1ef0b40e8d554a1fcd9 - 0.37% (8.68 MB)
[#007] sha256:7909876c9d7a0fdb299175f6abbcb59312f65d1823cf8a12331f0746760a629e - 1.6% (37.2 MB)
[#008] sha256:8cef0c8aa19c965cfda83ac497e6d75613e78600f8e8f5b8f2e1b2910e237bd7 - 0.23% (5.35 MB)
[#009] sha256:ca9073d646ea8105ad9964e82ca274d4be330b05d8e0e37965af011ffcf15bba - 0.67% (15.6 MB)
[#010] sha256:a700f41d00fb2cae66dfabd64c956ba6acb7461cc6d77cb6483acb96a7b30749 - 0.55% (12.8 MB)
[#011] sha256:a94c33787353fa2386840e7d22986b7fce840fd0b55e6522c27b724881d48cda - 0.0% (1.3 KB)
[#012] sha256:717dbe764190d91713e8ec78206800056a3eb46e99842fd91153a75cd2013aa1 - 0.0% (1.3 KB)
[#013] sha256:dee2bd9ae75c06cb6a7a6027859a130adff030cbd509d63d95fb65ce258a8b67 - 0.0% (1.29 KB)
[#014] sha256:a3b02f4e21a119f0902286d389d6d91e8ce04aa262b67ae806c83b25712faec4 - 0.0% (1.27 KB)
[#015] sha256:d809ba6da3b7f442e57bc7ebc78ed6433f8352b7ee4a3cd98adfb67e78020257 - 0.0% (1.27 KB)
[#016] sha256:63184cca9bd4c034f0abe07351a6d8102ae7e6f9042816d772c354367ac5c503 - 1.2% (28 MB)
[#017] sha256:842eeeabcb7114300d21e8609e626521203bfb90026752d52e58f4d78f66835b - 0.0% (1.27 KB)
[#018] sha256:df140cdfa3d185593f9723c443b1bac2d6324633ae3a65ae89356e5be09dcf02 - 0.0% (1.27 KB)
[#019] sha256:9cccc7886ac62eada8319c6371ac0df56253cf82508accbaea55684fb22bc887 - 0.0% (1.29 KB)
[#020] sha256:8cd16d6f74c948a10b11a9092eda56041299f0f852f8afdeaa963c9fff5045d9 - 0.0% (1.27 KB)
[#021] sha256:5123a625a452537a2110c969df130e4ff53eb13f55e65e4bb3c458f2cc74a772 - 0.0% (1.29 KB)
Apply image 2004-RTM-amd64
2021-08-03 01:07:02 UTCInstall update 2004-amd64
2021-08-12 20:31:06 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-12 20:31:07 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-12 20:31:18 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-12 20:31:26 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-12 20:31:52 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-12 20:32:07 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-12 20:32:16 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-12 20:32:24 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-12 20:32:35 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-12 20:32:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-12 20:32:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-12 20:32:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-12 20:33:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-5e9310ab15ec923d2073f63b95848086c6c0ff32-head
2021-08-12 20:33:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-12 20:33:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:0ef29b4d0525109d891af7cb3a2d2eff653173743fc8ff6624e91a24ccd1d62f in \etc\rancher\
2021-08-12 20:33:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-12 20:33:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-12T20:33:11Z
2021-08-12 20:33:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-12 20:33:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=5e9310ab15ec923d2073f63b95848086c6c0ff32
2021-08-12 20:33:20 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.