2021-08-11 21:17:50 UTC
2.28 GB
rancher/rancher-agent:master-c58f95221d76c6e6a32c89426b300f8afd2ab69a-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:da5204f0af36e742957389d5c9d7fc08b0618099620d7010fb56dd3c58428a2c - 0.0% (1.3 KB)
[#003] sha256:e9bf9aa9838ffdfb8241bda4ae350b3d19e687eb9731c41eb2fc6044531003ad - 0.0% (1.29 KB)
[#004] sha256:f434bbabf4da0675b620911d3c71a280191e29e266917e1399c74ee65225d066 - 0.67% (15.5 MB)
[#005] sha256:e03a89063db0fef211633e5e4d507ab9ed14039053a2d1b9d39cd9be2ab7a8c8 - 0.23% (5.27 MB)
[#006] sha256:f367c137c0ed6b1b5827769b5c3ca5db654c2a45aecb47a77e3a62881453c73d - 0.37% (8.68 MB)
[#007] sha256:4a220c257e1294d7ad6805ac717173e002215938e421072d9daef182be17ae61 - 1.6% (37.2 MB)
[#008] sha256:800fc01ca45f8b6c96ec05f7162df2d562896fd68f733edee583a6a87cae67fa - 0.23% (5.35 MB)
[#009] sha256:45134ac317f60244ce9958ea7426395d0d028c390d144f4527c1f405fad700a6 - 0.67% (15.6 MB)
[#010] sha256:009ff90cf5726df13ecba87c04c136725f006fd5a001979e8427e01a41c92183 - 0.55% (12.8 MB)
[#011] sha256:46b0d6ac92173d8c4dd1d16ccf36f3890b9b47d6284d08ede4ab548dc9a473d2 - 0.0% (1.27 KB)
[#012] sha256:94b63939ef866f75426adc6c6f581c122d72f932e74c0c651e526d6d36db37bb - 0.0% (1.26 KB)
[#013] sha256:9732c6c07ed2f379df36f1bde2af8e57270f414ff4ec76e1f910f0ab80def9e2 - 0.0% (1.29 KB)
[#014] sha256:6823aa450c0a9fdda3aaae8ac0fe3098962444ccaadcb7f7cb117fa22cd20ae7 - 0.0% (1.29 KB)
[#015] sha256:87533c9a11a888a95173bb69c5d03636ec9a8c7b6af24d2fa2fe991778925b7c - 0.0% (1.27 KB)
[#016] sha256:2727198dc655958ff9ee375438dbe8e276a767c55e417ef5a07e72ce5c8da4df - 1.2% (28 MB)
[#017] sha256:7a23ae91462e1a0255cbb2392558678b17fd4f9992f48e9a5b55b91237a6f2b4 - 0.0% (1.29 KB)
[#018] sha256:4ee6c95da790927d89509f75e9047f2f6845937d02441f582141f68b50a8596a - 0.0% (1.27 KB)
[#019] sha256:8aee29d5e027d5b9211affb9ed520b199584ac5e401a6a2b23dbcb36e60d61d8 - 0.0% (1.27 KB)
[#020] sha256:43034b9fb1811535743e627d2a8b48d67bafbf4e8da6525a8f0d8c80e5aa2123 - 0.0% (1.27 KB)
[#021] sha256:64feb623970224493b9533d066294ca9818907594fafcbc299d1b41418c5fada - 0.0% (1.27 KB)
Apply image 2004-RTM-amd64
2021-08-03 01:07:02 UTCInstall update 2004-amd64
2021-08-11 21:15:30 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-11 21:15:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-11 21:15:46 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-11 21:15:56 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-11 21:16:24 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-11 21:16:35 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-11 21:16:45 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-11 21:16:57 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-11 21:17:05 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-11 21:17:05 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-11 21:17:06 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-11 21:17:07 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-11 21:17:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-c58f95221d76c6e6a32c89426b300f8afd2ab69a-head
2021-08-11 21:17:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-11 21:17:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:342d56cc23acd2f31817d35c3459388d68630b1ad1bc0ce439522a1296464407 in \etc\rancher\
2021-08-11 21:17:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-11 21:17:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-11T21:17:43Z
2021-08-11 21:17:49 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-11 21:17:49 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=c58f95221d76c6e6a32c89426b300f8afd2ab69a
2021-08-11 21:17:50 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.