2021-01-20 18:00:31 UTC
2.43 GB
rancher/rancher-agent:v2.5-8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.75% (1.4 GB)
[#001] sha256:18629c768c3f1391a29a90ea5e5b8a2b4185ec20b1781c40273741f648a0c882 - 36.96% (918 MB)
[#002] sha256:b9a366c6df6df83388ddc231d9c816a829ca46074954ab7bf5ec7f0613f64507 - 0.0% (1.1 KB)
[#003] sha256:31c6255dc4c1380927caf4016f467bc76560896aa3795ea24ef8f6e0aabc0a63 - 0.0% (1.13 KB)
[#004] sha256:3dedf0d4a818aedc981f51230d69860f1d972fde5fd7edc8768461235197e8d0 - 0.62% (15.5 MB)
[#005] sha256:e57206ad0180e89753ae7b8ac0508c008dd6e1d66e40edf157bed933193bf519 - 0.19% (4.77 MB)
[#006] sha256:52a7b10c59a89c5f7b5a3ce852df8d55691b81e11ba8e7ed25c2ac7d9cccdb85 - 0.31% (7.82 MB)
[#007] sha256:3a037dfb2aa9c4b354b31f42a26b92dedff1b2526c8a7b25a9f089a9ab5e66bb - 1.58% (39.2 MB)
[#008] sha256:eeee4653ec16342f5cb91ffd44318a7c4540d0bed9b13d9737eca11127d01b0d - 0.19% (4.82 MB)
[#009] sha256:5246bcb2953cb1cd4dbe779ab6d24d1d56bf86bbe5332de7ee611a057374f886 - 0.63% (15.5 MB)
[#010] sha256:484c7b8ef4347cd0c9c5f8632e5d8363e4441eaf6cfd30561b1218127ce19024 - 0.54% (13.4 MB)
[#011] sha256:949dc9f7590d82d131a0d9b793808f6b2b5b80e99e69107cb456c0669b51a372 - 0.0% (1.08 KB)
[#012] sha256:7382fdac289aa2fca63c29dcb413138eca91dff9a3b8b0c751118c7ccc2f25fc - 0.0% (1.07 KB)
[#013] sha256:061798ab41de30519785fc2055d69035b294f11941195b2cdaaa14181006343f - 0.0% (1.12 KB)
[#014] sha256:d3e0df9f1aab2cf954cde14b258f29b94ed87c8c3be9b3000ca4e6d02d53faed - 0.0% (1.07 KB)
[#015] sha256:46d15cc7fede4b4e27796dd9f1d31935e1e80149960bccda48577169c6c5c611 - 0.0% (1.08 KB)
[#016] sha256:8bad35a9831a0db755717f27b05ce3a8819514e1a0d0eeee88c21ab62632eec9 - 1.22% (30.4 MB)
[#017] sha256:8b6d813471297b1032d866f96b8b3a9c236a5ccd9b53781e47e4fd1c9d091926 - 0.0% (1.07 KB)
[#018] sha256:ecbc8b814d34d2b19220f4c870a03e3e537c5464878d32037077b79329fc5076 - 0.0% (1.08 KB)
[#019] sha256:e1a9cfd61ffe665aced8a94372ce4dfcecab8722f5c4ae83e4e4bc41a51e558a - 0.0% (1.08 KB)
[#020] sha256:d2a3d948d056c50f4b072bc906f16ed95b4b6bb954c24573b1adfb09e59e2012 - 0.0% (1.07 KB)
[#021] sha256:60feb84e6cf82669cfe3a8c115cf1e8594aca18a09c66aa2ceeee5cac097bdfc - 0.0% (1.07 KB)
Apply image 20H2-RTM-amd64
2021-01-09 13:33:38 UTCInstall update 20H2-amd64
2021-01-19 21:04:26 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-01-19 21:04:26 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-01-19 21:04:49 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-01-19 21:05:05 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.0.4/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-01-19 21:05:55 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-01-19 21:06:32 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.14.3/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-01-19 21:06:42 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-01-19 21:06:54 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-01-19 21:07:12 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-01-19 21:07:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-01-19 21:07:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-01-19 21:07:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-01-20 18:00:27 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f-head
2021-01-20 18:00:27 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-20 18:00:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:7179126a44a879c284e11a276dbcc2fb3f115b34b5ca7c1a23202c17487cb397 in \etc\rancher\
2021-01-20 18:00:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-20 18:00:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-01-20T18:00:25Z
2021-01-20 18:00:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-20 18:00:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=8d5b3b8d933d04b04e0f0ae3a23d48d0a962c53f
2021-01-20 18:00:31 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.