2021-08-24 23:56:36 UTC
2.63 GB
rancher/rancher-agent:v2.6-70f024ef6fa442497ee4475670074d0f6919d9cc-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:ddd8e6eb73885213b87564c2f9b0a76d1071d74a4c8e2e17d3e7fcde9eb8f3cc - 0.0% (1.07 KB)
[#003] sha256:6bfa9552abc26e7d49e1066d411b4269b36324a4f9fcdf953756facb8a5f3329 - 0.0% (1.09 KB)
[#004] sha256:31890bcbde7f6c8facd04d5df6f4a4015211272e37e9f7f389a7564213c40092 - 0.58% (15.5 MB)
[#005] sha256:277faa3eaccf5fd34d9fa49e9a389eeeed8b8a55f8632749a344b0d0361480dc - 0.2% (5.28 MB)
[#006] sha256:239b6a4be8512002df69c85b52cb956091a25d2f1f335f144d6aa8010522918b - 0.28% (7.43 MB)
[#007] sha256:625f59b8baa8ef0ff164a5115a868bfdb3148922ba2c436e3dc82f78f488e5f3 - 1.38% (37.2 MB)
[#008] sha256:762ba115437b02ee01b5991f922e05f7793cf1380e117a0fc57c24e9a420b0cd - 0.2% (5.34 MB)
[#009] sha256:2539ffe52a86abf8c1328a08e016eea088401fb0d57aa45e734cfe0ac9365216 - 0.58% (15.6 MB)
[#010] sha256:eaea20c3efddf147c090dc7be1c103479f97ef5602dd77a358729b5d7099df1e - 0.47% (12.7 MB)
[#011] sha256:c0d210dc3c0fb440b61aa9a365bced964ddaf70359da6e58a2ffe27a490b2f9a - 0.0% (1.07 KB)
[#012] sha256:48e36e619cc77910cf22a493f84009f1ed75d95ad92b79080bc51bd7717a79ce - 0.0% (1.07 KB)
[#013] sha256:9c8a0bf768bb2733a9a241b136376ae92ca4f1d31deede330da3d1b1fec25cb4 - 0.0% (1.07 KB)
[#014] sha256:6258b6a38526d8ebaf51bb1a3d454adc34ce4878cee2186e7c2acfc4ca04b8c4 - 0.0% (1.09 KB)
[#015] sha256:ab646778d305e1f41dc4d76b6f76d241c0be34c93f97915b3f8c0e7c70bef227 - 0.0% (1.1 KB)
[#016] sha256:cef307a6b9a51fa2aade4a8af9ba72a95db3e3fa3067b4563ed91cbf2e632d01 - 1.04% (28.1 MB)
[#017] sha256:7ab227d03452e35d44a30e14e78d90270ae9c559129411173e56314008192882 - 0.0% (1.07 KB)
[#018] sha256:d211d8a6b59ffcb27611b203e2f0e0f984dea61c6d2d665eabfddbcd968dd69b - 0.0% (1.07 KB)
[#019] sha256:4b99d1dd44c052c6c025f73a38c1692544074001bb0ef6a0c91e4c687414bc6d - 0.0% (1.09 KB)
[#020] sha256:a643dac895bc6939cb03f4675cdd882a5eaf60516629fd4747bdd967c313c188 - 0.0% (1.06 KB)
[#021] sha256:efa2dcdc5ffcd31298340dc54db30bcd9ef62fac4f127295a51269c539212527 - 0.0% (1.07 KB)
Apply image 1809-RTM-amd64
2021-08-05 19:44:34 UTCInstall update 1809-amd64
2021-08-24 23:54:49 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-24 23:54:49 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-24 23:55:08 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-24 23:55:15 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-24 23:55:36 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-24 23:55:45 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-24 23:55:51 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-24 23:55:57 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-24 23:56:03 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-24 23:56:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-24 23:56:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-24 23:56:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-24 23:56:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-70f024ef6fa442497ee4475670074d0f6919d9cc-head
2021-08-24 23:56:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-24 23:56:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:74b1591afbe1ad80be150e7e099409360e597e55c2dd753356929c1a0c3dafef in \etc\rancher\
2021-08-24 23:56:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-24 23:56:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-24T23:56:31Z
2021-08-24 23:56:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=70f024ef6fa442497ee4475670074d0f6919d9cc
2021-08-24 23:56:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-24 23:56:36 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.