2021-08-04 21:48:55 UTC
2.25 GB
rancher/rancher-agent:master-bd2a8c64197c5cbe539239c0aab0ed2f9c8bfa3d-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.79% (1.14 GB)
[#001] sha256:6907d97093063478e2c552549bbcd0b499d1dfba051bad994179f5a1d343fe58 - 43.64% (1010 MB)
[#002] sha256:79fc7a526c7fb1fa672457c8ce6fa8cb98772960633e0eb1f1feb7e0999c46fc - 0.0% (1.27 KB)
[#003] sha256:9904680a7afd9751ceb79b6e09328f3f4877b8021b1126a92d5d3aead0d9d59a - 0.0% (1.28 KB)
[#004] sha256:f206aed5dbd790ca80a4db84874d6998f67d224d52914f0b16a7a7b154648b2f - 0.67% (15.5 MB)
[#005] sha256:9ed5e46b035cc2922c2e171783cfc50112fefefa1d2e19e48f3d42eba420a4ce - 0.23% (5.27 MB)
[#006] sha256:9310437cf740fcff20347e4ac841b6eaf32ba2ced52abab1e6b48f1a10dc7a3c - 0.37% (8.63 MB)
[#007] sha256:e4d5467a58504a86ba5bcee7bace092560aad276e59ce8461d47f61db8313f38 - 1.61% (37.2 MB)
[#008] sha256:94a3e6b260d1cb5175313f8d6e936210e6943ee5f879d8cfdf4f0eea088f3739 - 0.23% (5.32 MB)
[#009] sha256:fd3977afa11614f96b4f889212b913fc4032c4b3ef58414fa598dcfd57d1f1e4 - 0.67% (15.6 MB)
[#010] sha256:e4a8471cdb70160c46a8fd1bfdee947f6e693c0e80d9b0741c496376d864a095 - 0.55% (12.7 MB)
[#011] sha256:f8342cb1fb136b510ebb8914a3ab1a8c56677206fe3c1823e526a077d07b2bba - 0.0% (1.27 KB)
[#012] sha256:584995113810934ef4cbbec511c50dac47524bb6a42fd37e06effce27c174783 - 0.0% (1.27 KB)
[#013] sha256:f0e54bf53886008e7d8670d02eb1b03e6d545e2a259eb8ff0ed22bdeb9f9707d - 0.0% (1.27 KB)
[#014] sha256:56c6281a423e155502d232d667c02e4abb528f3deade45ef248a239558578c5c - 0.0% (1.29 KB)
[#015] sha256:b168c0ce702babf9a5f0ab7bb68cdc85307b2011a8c5c5a6a53f094baba2e9b7 - 0.0% (1.27 KB)
[#016] sha256:e570c1a333dba88d72c75d54ec10aedb7df920cdd83c82479a80bc51df18a794 - 1.21% (28 MB)
[#017] sha256:79bcfd8dffd5c49f3b8838913e14477ff897f5aba2b0243168f3c1ddc031d7da - 0.0% (1.27 KB)
[#018] sha256:9341ca8f255d5177ba34a7b8deeaf12a26d82335965c94d40f76af029217024e - 0.0% (1.27 KB)
[#019] sha256:0899acb8786937e2bc0194cf2e575707ff9ceb5cd5059fea8b8cf0abb6c65c00 - 0.0% (1.27 KB)
[#020] sha256:6ab5b838ad1f64c16c60b4e08ec719427f733f0cf947ff14439252f0034eedb2 - 0.0% (1.29 KB)
[#021] sha256:7e5017a3cabbbcbd918b794b72ace89acfeed497d620fbad509027313a0706e8 - 0.0% (1.29 KB)
Apply image 2004-RTM-amd64
2021-07-10 18:37:09 UTCInstall update 2004-amd64
2021-08-04 21:46:52 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-04 21:46:53 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-04 21:47:06 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-04 21:47:14 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-04 21:47:39 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-04 21:47:51 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-04 21:47:59 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-04 21:48:07 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-04 21:48:15 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-04 21:48:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-04 21:48:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-04 21:48:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-04 21:48:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-bd2a8c64197c5cbe539239c0aab0ed2f9c8bfa3d-head
2021-08-04 21:48:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-04 21:48:52 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:9b2a04005fe8deae907836f76a930f0a0c8b38728c83ba47cf89f3b03b8a1bd0 in \etc\rancher\
2021-08-04 21:48:53 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-04 21:48:54 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-04T21:48:49Z
2021-08-04 21:48:54 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-04 21:48:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=bd2a8c64197c5cbe539239c0aab0ed2f9c8bfa3d
2021-08-04 21:48:55 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.