2021-01-20 17:39:48 UTC
2.43 GB
rancher/rancher-agent:v2.5.6-rc2
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:0c2a90e4289163cc0b4478d416e5d7aafc76a6834da53c8e9b5a519fc7b1823e - 0.0% (1.07 KB)
[#015] sha256:0fef63776cb3cd619f480b20e1bdc465253bfe516d6a08adf8b0d375527f0f15 - 0.0% (1.08 KB)
[#016] sha256:d02300c6b8ea9b0ea45b6d8dcae6870296d9da57bc7f9044b93b8389d177f8b1 - 1.22% (30.4 MB)
[#017] sha256:0cc7f12c08f6214a9ded91895d926b88afc53bf17d9b3a134663f5ce45f04744 - 0.0% (1.07 KB)
[#018] sha256:44704eb484b49c3f61142e071be0fbee6b5de91e9447a48923576e4bf7cc06ab - 0.0% (1.07 KB)
[#019] sha256:8f31be8ae2258a8f03802dda174b168bec8a75d093ffb95bc7a2dbd4fd22465d - 0.0% (1.11 KB)
[#020] sha256:cec42b4b63134ac54dd65195c5f9032d0760be0c2056c8e3267be4fd13bd7e50 - 0.0% (1.07 KB)
[#021] sha256:0eda46b639729574f47615104245c3bdca7dfccabd0bfbfd91c0c48cefb43cd0 - 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 17:39:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.6-rc2
2021-01-20 17:39:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-01-20 17:39:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:aaf058433b784ff2db06f8aa5c4f3cadf397a831533906a544c4e25d2876e9b6 in \etc\rancher\
2021-01-20 17:39:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-01-20 17:39:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-01-20T17:39:43Z
2021-01-20 17:39:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-20 17:39:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=9722cc4483e00eea9221069b3e89dad7afed209f
2021-01-20 17:39:48 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.