2021-08-20 00:17:37 UTC
2.28 GB
rancher/rancher-agent:master-90efe72d8a18d5781ec798c7d1d64135b38f0de2-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:b19f2a6d8b8c765f262d4bac60a004bdac753a0c614df238f47248c10157d1d6 - 0.0% (1.31 KB)
[#003] sha256:d6cd3ef204498df8dce4972022c1c9e78f19bd69bc4192414b511eb5875fba21 - 0.0% (1.31 KB)
[#004] sha256:6ced5bff3375a6ffcb0e22b73d80dbbe9f3fc0c8b2d80a8bbf8394975eec2a7f - 0.67% (15.5 MB)
[#005] sha256:d946b191624cac2b24327a5a8e3bb8449434378137d4d2e63d60e4c5592e06a2 - 0.23% (5.27 MB)
[#006] sha256:8b0bd2601eb94140bd0e65c7f3ef3f01d635f9650eb2138b986ef0ec9bc010c6 - 0.37% (8.67 MB)
[#007] sha256:36c0ebb91962e6767b763e3590768a3c1014f0eda6663a5868b02a9c46fa4414 - 1.6% (37.2 MB)
[#008] sha256:54d96291ce7d42484ecfb8bb81535943ad4b5eae29c6f6c62f0c31eabf82483f - 0.23% (5.34 MB)
[#009] sha256:f8985476c990cf80cbfeb672b13a137c9e55ecc266dfdbb3ccb44363b66f85fe - 0.67% (15.6 MB)
[#010] sha256:584ba88f94d590c21df2461960200746846ef431d7ce5b0b96dd09d13e157bb1 - 0.55% (12.8 MB)
[#011] sha256:b0c27b5fc00dc0913857243e49b44d786300131e9d6523a4d0de5ea36bfdfb4d - 0.0% (1.27 KB)
[#012] sha256:aba4f801b0b63b9c0b4cc80baaff6a743e6f0b6ea2823188fb685ac60500d09d - 0.0% (1.27 KB)
[#013] sha256:03d9853bc1a6c019013ff1642248c481fe7e728554c02c33b1c44fe57b4edff2 - 0.0% (1.3 KB)
[#014] sha256:f251896dc5e482f4d22d9df0e0b2fd61865717177e9ac0a5ed31a229e9063147 - 0.0% (1.29 KB)
[#015] sha256:201d4464865266cb42ea49e496c436b50ee8c30969d834e6e1ea926e19e4c491 - 0.0% (1.3 KB)
[#016] sha256:86770bca9fa8e4d7d622e8fb6653933b13b04d5153d99305c65edd161dc8db5b - 1.2% (28 MB)
[#017] sha256:1abc28ba4acedc89e8ec993cef4e59348f9ceb697b07422c640268c2c28b39f6 - 0.0% (1.27 KB)
[#018] sha256:41ebac4c34b5bd5f8b427d29a353b39dd0d6a20325bf3adab182ebbb429286d0 - 0.0% (1.31 KB)
[#019] sha256:386fc696e271db22f5b63201cfe2fb0fa7fd1406d05834a287b047f8825bfde0 - 0.0% (1.27 KB)
[#020] sha256:856bef17e502ecec99b585c74c5544d4ddbd91154c764fbc9a489d349851dcf6 - 0.0% (1.27 KB)
[#021] sha256:8f964b24259d58e4b7d6a44d1a7291b556b21940e17eacd7a3bcd05e3ef8e6cf - 0.0% (1.27 KB)
Apply image 2004-RTM-amd64
2021-08-03 01:07:02 UTCInstall update 2004-amd64
2021-08-20 00:15:18 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-20 00:15:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-20 00:15:34 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 00:15:43 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 00:16:09 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 00:16:21 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 00:16:33 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-20 00:16:41 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-20 00:16:50 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-20 00:16:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-20 00:16:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-20 00:16:52 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-20 00:17:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-90efe72d8a18d5781ec798c7d1d64135b38f0de2-head
2021-08-20 00:17:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-20 00:17:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:46d361758eb803ae9f249d63fd677d3e3d98033f8c1c9a15a5b7fe9b54a9aef8 in \etc\rancher\
2021-08-20 00:17:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-20 00:17:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-20T00:17:28Z
2021-08-20 00:17:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-20 00:17:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=90efe72d8a18d5781ec798c7d1d64135b38f0de2
2021-08-20 00:17:37 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.