2021-08-12 05:26:07 UTC
2.63 GB
rancher/rancher-agent:master-9cf6090d87ec784f537d1e88d34c68cf6c9d2391-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 60.95% (1.6 GB)
[#001] sha256:c67ded6868b61d392a0c096f911563fd6bc0bc3ed4fe401d077b3718a1b0cdaf - 34.32% (923 MB)
[#002] sha256:58a35f2023eb64a686d14008987a127f13a212c4a3fe3243f0dba8e9ba132d67 - 0.0% (1.07 KB)
[#003] sha256:e33c65dcb0e83bdeef9015421f5bd00e61708cd70ba59e85a14f8b2c4c5c5ff4 - 0.0% (1.06 KB)
[#004] sha256:b797e209622344d164df3b0aeb9bafff0b77055467f75a9e199ef4cf223568f9 - 0.58% (15.5 MB)
[#005] sha256:177b295e367ff795702758002b08b727969505f1a2f6888106301aceb1696d5f - 0.2% (5.26 MB)
[#006] sha256:c523fbe8912934b7c56992ebdbe85cf2e33072bce23b851b641ce54b0b822058 - 0.28% (7.42 MB)
[#007] sha256:3a778ff5ae13dd701240d4119f69e14c311b7c398f89aa7681666a2408f4cb79 - 1.38% (37.2 MB)
[#008] sha256:dfa3470b5c10381377a9e36c72fe497eaa095845133e8692200730b353a9b174 - 0.2% (5.32 MB)
[#009] sha256:5d35fac298c865d2ea8f45454d6d04c6c51759283146f387d928f3275c78d707 - 0.58% (15.5 MB)
[#010] sha256:df0562481086965de71341ff97dccc63e9f9bb78a345acc14d05c758730f8288 - 0.47% (12.7 MB)
[#011] sha256:701a9db5e165258c024fd6605d39074948430df04b56fe14259aa5d17f2e312c - 0.0% (1.07 KB)
[#012] sha256:17ff89d1d02e2d9c9747e09c35a3bc68c4b21aa7b7df86d419280f131c816a8f - 0.0% (1.1 KB)
[#013] sha256:e975398d7e4a5b122319bbf6f371137a639c0de79a863192bf69d7c679a037d0 - 0.0% (1.06 KB)
[#014] sha256:b58680fab36bba97708b134ce10d905fd7aab2f93cca5879923ea4a8f2b0db4f - 0.0% (1.06 KB)
[#015] sha256:e878184bfaa6e818b6a2f3438fa191ae460f96337d3b62e1fe591ec65fde86b0 - 0.0% (1.07 KB)
[#016] sha256:115a6b2fa3305a09a2e88dc3cc323799abd164241d57e88436bcf76536e7f612 - 1.04% (28 MB)
[#017] sha256:3289cc0c61ad04aa1691223c4c72b1fc7725081899a5b4ffe81d44f9f2592788 - 0.0% (1.07 KB)
[#018] sha256:4590199681b72036eb95e51cff003fbfa2ebb7e5dec7c01535907688438e6fe6 - 0.0% (1.07 KB)
[#019] sha256:9f631083b93417cc654ebe720792113c931e8204d99f5eabecd98dfbab4c388e - 0.0% (1.06 KB)
[#020] sha256:5aa8d6112155e509208ec8f9b689ac0c3fc82ad8f18fd06551277fb2bbe622ee - 0.0% (1.1 KB)
[#021] sha256:09e5d18ce8ed614a962d13472f0b6739cd797011b3c15d4433873479d3001145 - 0.0% (1.06 KB)
Apply image 1809-RTM-amd64
2021-08-05 19:44:34 UTCInstall update 1809-amd64
2021-08-12 05:24:15 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-12 05:24:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-12 05:24:36 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-12 05:24: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-12 05:25:07 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-12 05:25:16 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-12 05:25:22 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-12 05:25:29 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-12 05:25:35 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-12 05:25:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-12 05:25:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-12 05:25:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-12 05:26:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-9cf6090d87ec784f537d1e88d34c68cf6c9d2391-head
2021-08-12 05:26:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-12 05:26:05 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:474df5e1749bf161f5b1fec5b29e6c4218e94396a888d52e27aa2bc0baf064df in \etc\rancher\
2021-08-12 05:26:06 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-12 05:26:06 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-12T05:26:02Z
2021-08-12 05:26:07 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=9cf6090d87ec784f537d1e88d34c68cf6c9d2391
2021-08-12 05:26:07 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-12 05:26:07 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
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.