2021-08-20 21:40:41 UTC
2.28 GB
rancher/rancher-agent:v2.6.0-rc5
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:8283a99c4eea5a52bf29b0f9ece912f517af29a2756e499a4e046ac3c69f8861 - 0.0% (1.31 KB)
[#003] sha256:ba66dadd4b8ba5251a6a0aacd831a284844607870752e66b13228a598d9078c7 - 0.0% (1.33 KB)
[#004] sha256:34808dcfa1447b24b9c2eb5f03f59396b6660c59319d8e577747c767b170b891 - 0.67% (15.5 MB)
[#005] sha256:5de448c0794f098cb225ae44e002c2f35007212852d29011fff16e76a7a49d4d - 0.23% (5.28 MB)
[#006] sha256:df742e4eee313f025a79bd6b67dd19510d37b6a3d923d83953f22df6ae7bfd46 - 0.37% (8.67 MB)
[#007] sha256:62c4ac17244196a6a43d54103473c2b778c46f42b3f73481d8fb470925337f24 - 1.6% (37.2 MB)
[#008] sha256:e51cd9cd722925b64712b9042b80526c5726afd29373d32388b5fdd5cefa70c3 - 0.23% (5.34 MB)
[#009] sha256:c685371a33d6e9ea837399f08ca9988e96b06cc83e19eeaaec123090b2599ece - 0.67% (15.6 MB)
[#010] sha256:dc661dde7e05c2fa302c27bef2bdf11cd7117726499cb285c1d63ca90868a296 - 0.55% (12.8 MB)
[#011] sha256:7bae344e123e5e8e99cb4999ec690867299af3d390fe58a2a422acf8503bc4f9 - 0.0% (1.26 KB)
[#012] sha256:1b9d5a56f2ae0826bddbaefe9fc68b66168dccffc09979377e693a7901f49794 - 0.0% (1.3 KB)
[#013] sha256:f8e4f346a76a84e555129c122dfa8aa6832b5afa2b6f1887a56f3e0822b0a07f - 0.0% (1.29 KB)
[#014] sha256:92c62b273f19b5f0aa872da0b365ea7a8a1197bd7f6f5a20a590f23f711a4b07 - 0.0% (1.27 KB)
[#015] sha256:d89349698e8e7baba4218df74a9fbc4b426db66efc9041a26c1071c96cded9da - 0.0% (1.27 KB)
[#016] sha256:62253d637c6e4e16ad7c2e0c796c22a23bb25742cd02c2655bc01e0d8c56fb08 - 1.2% (28 MB)
[#017] sha256:5e36b652f521f25ca18af90714be39189c31a93a762e25c751ed18c51872ddf6 - 0.0% (1.3 KB)
[#018] sha256:8056bce2aa7a5c478eb1b0e0602aecfa0ad315e3c5177fb4527cc57dcf813d3b - 0.0% (1.29 KB)
[#019] sha256:03c125539004a6f727aa15b9d45c52aa68c78a9448007c89b971cb257ff0aa70 - 0.0% (1.29 KB)
[#020] sha256:83d952a544ade1cf45b37b453fcf7e857dc5ec5a86123a7666f8e7bfaa3d176a - 0.0% (1.29 KB)
[#021] sha256:0880761d09e70d55302ab0e9fb58b324bd38f3242c78f10005251b09d6443b29 - 0.0% (1.27 KB)
Apply image 2004-RTM-amd64
2021-08-03 01:07:02 UTCInstall update 2004-amd64
2021-08-20 21:27:13 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-20 21:27:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-20 21:27:31 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-20 21:27:45 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-20 21:28:11 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-20 21:28:25 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-20 21:28:37 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-20 21:28:46 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-20 21:28:55 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-20 21:28:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-20 21:28:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-20 21:28:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-20 21:40:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6.0-rc5
2021-08-20 21:40:22 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-20 21:40:23 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:4dd8284542c34f0ba9f7f337afc505a36278ccabadafef5d2c75167b8932fe0a in \etc\rancher\
2021-08-20 21:40:24 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-20 21:40:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-20T21:40:38Z
2021-08-20 21:40:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-20 21:40:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=863351dc2c3a4ad4e49281cecd62e9adc5c3de5c
2021-08-20 21:40:41 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.