2021-08-19 21:21:38 UTC
2.28 GB
rancher/rancher-agent:master-39f3cc85ac34c8ad31d0f4d4185aec14765b71bb-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:4a0d4837b334f2f6f19bbc2e52a3331eec1ee087c67668f0b1064398eaab9710 - 0.0% (1.27 KB)
[#003] sha256:16fb18394c11b435b7047132e7972c80a033168b390132af35a6a49a5035479c - 0.0% (1.27 KB)
[#004] sha256:95707783899c615545845e011b5eeafd0b6f90cb82353b104782499f54171216 - 0.67% (15.5 MB)
[#005] sha256:49b2321c539846cfb62cace0edf1389bf3332033fa3a5a649fd736315d3040f3 - 0.23% (5.27 MB)
[#006] sha256:b5e7e2e4e80ef7bf705ed5c6bfc4807422cee3ef7caf6d08ecf2e1d7b2f80b8b - 0.37% (8.67 MB)
[#007] sha256:f0a0c0ea776d3b1aee8680f6cb5737a66cfaece74d354e64d00a3d8840574b63 - 1.6% (37.2 MB)
[#008] sha256:4afcd98bd7f579f7d814c5b54d96ed69490b9844076d550a55399eaa800310fa - 0.23% (5.34 MB)
[#009] sha256:ff23fca6500e5f3763d2dc4a3cd7242ae88b1620257bc62639b2fb2783cbd9cc - 0.67% (15.6 MB)
[#010] sha256:76948e3b61135da0c9bdd3115449c7fac322bb9ed577c5fb59d068e457b46d08 - 0.55% (12.8 MB)
[#011] sha256:8513eacf3d77083016306ab00a75bf8c4cd81527f7460b65ce848746dd417018 - 0.0% (1.26 KB)
[#012] sha256:fc39c78cc2e3f6f2142298779fd0ca14246e51ca9ce5dfd365d4e66193578fe6 - 0.0% (1.3 KB)
[#013] sha256:a6d8f8fe848c8f01b52abbc42ddc3d9b41a55050f2ae86249211e412facbb4c9 - 0.0% (1.29 KB)
[#014] sha256:4daa632b801d72c852b4c0f58f2fd580e359e6a54324ae0a4037b3bbb7418138 - 0.0% (1.29 KB)
[#015] sha256:76580f0b81dc1304d9f8fe9986ce46129c9defd0a4af1e5ebda86a24bdfa894f - 0.0% (1.29 KB)
[#016] sha256:36c8be9269509538f64e26da127970d75ecd1dedc8d777504803bcb48279ad08 - 1.2% (28 MB)
[#017] sha256:b481c3be641166ef26a3a31024f22b0afcb018889098a8fcc90324db0953db84 - 0.0% (1.26 KB)
[#018] sha256:a447f6d31dd5c0796ce861e88d1b60061dfd872a1dcd812518bb0ecdc11f533d - 0.0% (1.29 KB)
[#019] sha256:a56690bdd807d753bdb08c3ef68675490c8c37e3a7ee9865496887446b6378ae - 0.0% (1.31 KB)
[#020] sha256:2fad6f4ce01164bdeb99d1dd6e43223bf1dd76ced19ca807752ffbe445ad0e6f - 0.0% (1.27 KB)
[#021] sha256:061bd23f488e7da1b967580ff1dff338378b100fccf98d8b00c58063ead1969b - 0.0% (1.29 KB)
Apply image 2004-RTM-amd64
2021-08-03 01:07:02 UTCInstall update 2004-amd64
2021-08-19 21:19:18 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-19 21:19:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-19 21:19:30 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-19 21:19:38 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-19 21:20:04 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-19 21:20:15 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-19 21:20:27 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-19 21:20:35 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-19 21:20:42 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-19 21:20:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-19 21:20:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-19 21:20:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-19 21:21:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-39f3cc85ac34c8ad31d0f4d4185aec14765b71bb-head
2021-08-19 21:21:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-19 21:21:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:cfdb44dc69500265f255c5511b43f0fcce4feb709ee76685c2cf5af1ea3d78f3 in \etc\rancher\
2021-08-19 21:21:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-19 21:21:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-19T21:21:30Z
2021-08-19 21:21:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-19 21:21:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=39f3cc85ac34c8ad31d0f4d4185aec14765b71bb
2021-08-19 21:21:38 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.