2021-02-11 19:17:20 UTC
2.45 GB
rancher/rancher-agent:master-98fe72a40efb771428cd3eac0096db4ac0b5cdae-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.28% (1.4 GB)
[#001] sha256:37a37544be35743883db3ce75c258781c584706308c42cde380476e57c4851ac - 36.88% (924 MB)
[#002] sha256:746aafcd715a884f71008fda91a49cdbc07558dba072de1fdb3ff57378c0fbd4 - 0.0% (1.07 KB)
[#003] sha256:7d460c4e26d303ea95b1741a56fbeceb77d83a088472ed43c75cc19069bc2b49 - 0.0% (1.1 KB)
[#004] sha256:21ab22a6517b34ba374b6b6e18a943da03764c55b0d764f9ad3b6a2d33d7ab8f - 0.82% (20.5 MB)
[#005] sha256:83af1e7118d12732562712d95a56fa9b32c952faf1a17c3bc07798eda205738f - 0.39% (9.72 MB)
[#006] sha256:f24154d269498bafdcffab473edb1c272b71d9886eddcb2914a25e0363e7691c - 0.31% (7.81 MB)
[#007] sha256:e8874be5c429473b8b65b8677d748b2ea472a539f299fe4f27fc373723388d13 - 1.76% (44.1 MB)
[#008] sha256:67917942d1ec10cd227e98247a55a5b58ecd1cfa2ba4da8bd338dd9890adfd3b - 0.19% (4.8 MB)
[#009] sha256:4a643e8032466f1ad069d573c581794e0549670b04b0ace11c8cab9e5dc4d382 - 0.62% (15.5 MB)
[#010] sha256:1cd2a54b364863b83f02e582b9146aecb6b67d765f26f5002e1a9167be2e431b - 0.53% (13.4 MB)
[#011] sha256:b9447f7409c49f9bb20954ea33a33bd520423130ff3ff94c1df5f37a6db54f7b - 0.0% (1.08 KB)
[#012] sha256:00c0ac869c1d33490a32aaed022ddc68a02fda72acdf5e49675da40f59cfe15e - 0.0% (1.09 KB)
[#013] sha256:d51a74d82e26664c8fb721cb7559f20bda5be4b9858918863cfeac44268fb909 - 0.0% (1.07 KB)
[#014] sha256:42291ba054a3fe04df0dead186b00dd519e3e94d297ef0ad0d6609dd23472e5e - 0.0% (1.07 KB)
[#015] sha256:38074b498ace6a43c3893da7f13489d51a7aa6d741e777282f21fbc16d5a6afc - 0.0% (1.07 KB)
[#016] sha256:a51bf2ee950cb5567394cc416149f66264a391b73f36544885cebcf6913fe7f3 - 1.22% (30.6 MB)
[#017] sha256:9009db7d0522211d5d62c8cdd98d6e921a72909078413f061d5e1838d665b2b3 - 0.0% (1.09 KB)
[#018] sha256:eb350a9cf207e936bb3678540936a1fd15c9c8876aec7f4dbd7dab4cfe974700 - 0.0% (1.09 KB)
[#019] sha256:87d80408c1934f3d8974a62bd89557971334e5327b8631d3428c4e037bc2fcd5 - 0.0% (1.07 KB)
[#020] sha256:c04e463ab581de0283d3f9507561458e999b6f00da02c01001eaca640bc1fbf4 - 0.0% (1.07 KB)
[#021] sha256:14bb52ebc65134d6ceb33218186632be8caef0c0c318228fd5c35606fb8f184a - 0.0% (1.1 KB)
Apply image 20H2-RTM-amd64
2021-02-05 16:31:04 UTCInstall update 20H2-amd64
2021-02-09 19:31:10 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-02-09 19:31:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-02-09 19:31:21 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-02-09 19:31:31 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-02-09 19:31:58 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-02-09 19:32:10 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-02-09 19:32:17 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-02-09 19:32:25 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-02-09 19:32:33 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-02-09 22:01:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-02-09 22:01:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-02-09 22:01:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-02-11 19:17:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-98fe72a40efb771428cd3eac0096db4ac0b5cdae-head
2021-02-11 19:17:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-02-11 19:17:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:440018e700b219da5c61303d6596a5b1c7affa781d0e8c9750c05b30f4e704dd in \etc\rancher\
2021-02-11 19:17:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-02-11 19:17:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-02-11T19:17:14Z
2021-02-11 19:17:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-02-11 19:17:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=98fe72a40efb771428cd3eac0096db4ac0b5cdae
2021-02-11 19:17:20 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.