2021-08-04 05:33:27 UTC
2.63 GB
rancher/rancher-agent:master-2b156fd2b0befb0904df08621b2577e28881fd1e-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 60.96% (1.6 GB)
[#001] sha256:f143c6fed32d477c35b660b2e108ea62e3593c03e44bd9ced208ce52b26b0841 - 34.31% (922 MB)
[#002] sha256:b1f9d813c46c1538435f5f93ec5c27aeb3abf2cece25b8a65dcaab4e08ee9c06 - 0.0% (1.07 KB)
[#003] sha256:14b5478eaf92bb1e12974ba2be804815bda59bfb2cffc5a9e46b425cc50358b0 - 0.0% (1.07 KB)
[#004] sha256:4dba92a7d7e26943ad4e0e977386fd06b265ffe65dd9d2bce0f5cc2cd5a1161b - 0.58% (15.5 MB)
[#005] sha256:0636e87bf363409c1fbd571b5bc530d3764b7c205c9acdd42fae20205190540d - 0.2% (5.28 MB)
[#006] sha256:0184a7e1cccd381f9b52c5e2a6db118916340d6590324bc44114a372b8d4c8b0 - 0.28% (7.44 MB)
[#007] sha256:fd6d8bd8f46f55c3c42d292d4e48ad9bd2e768b021ad18a0ce8c50c6bf628f87 - 1.39% (37.2 MB)
[#008] sha256:405d22e1ba39771f290028e9c92113a88c0d56cb9fa3fdae770fcc7e007e9684 - 0.2% (5.34 MB)
[#009] sha256:76bc0897d23148700f0e9cdd0fbc0ff9957110c3497438ccb71497f1e88549d0 - 0.58% (15.6 MB)
[#010] sha256:7f17a09813261efc4287be554a98643e679f4e8db8b75b97a8689fc9064f9ba0 - 0.47% (12.7 MB)
[#011] sha256:910a5bd9674536b9bc483e1ff75178c38598fe4f9c1c972bf001cb71699c439b - 0.0% (1.06 KB)
[#012] sha256:331d664c73ad1eab5f96966282e95be1f6745313cac1673a6d209491771b07d6 - 0.0% (1.06 KB)
[#013] sha256:4ea6b333c003eec634b04771b2b6a68fab0b352d4a84ce8ebdc8666eaa3a04e8 - 0.0% (1.06 KB)
[#014] sha256:4a151d024bf9eb383c9a7eceb1e070600dcffc203e44f4d342cc5c70603c1a9a - 0.0% (1.07 KB)
[#015] sha256:a4c6613b8489dde79559a5bdc9fe40622a2b0731aad58323bb3882d97aef0453 - 0.0% (1.07 KB)
[#016] sha256:ab448ab766e85c9f474cd1fbe4782ee4902deb3fa2cb2fd08c38de28f6778e72 - 1.04% (28 MB)
[#017] sha256:5a2fa03beb2d08d0a97d7983c24f66111057079e73c6f0c91007a76db4ba526c - 0.0% (1.07 KB)
[#018] sha256:03d59309167111391e8b39ec2fccafc11f0076284206f265cfa3ea33e5b49b09 - 0.0% (1.07 KB)
[#019] sha256:509ef0c31ec31c72c26c2b007a56648231c1fb76e7c8083c73ac69f177aad7c5 - 0.0% (1.09 KB)
[#020] sha256:743049787dc20698080cb2e6b8a6790da6dfa4373a5873e57050af1aafa1131d - 0.0% (1.08 KB)
[#021] sha256:45afa879e9cd20c3359d9710028f4e8a1ee55863954788335df01bcbb57e96b2 - 0.0% (1.07 KB)
Apply image 1809-RTM-amd64
2021-07-06 20:34:18 UTCInstall update 1809-amd64
2021-08-04 05:31:37 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-04 05:31:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-04 05:31:56 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-04 05:32:04 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-04 05:32:25 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-04 05:32:35 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-04 05:32:41 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-04 05:32:48 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-04 05:32:54 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-04 05:32:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-04 05:32:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-04 05:32:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-04 05:33:23 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-2b156fd2b0befb0904df08621b2577e28881fd1e-head
2021-08-04 05:33:24 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-04 05:33:25 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:36b22c35a574d7ee3713a03414a8a575c83d0aebff18b97dd6cd10312f637bf8 in \etc\rancher\
2021-08-04 05:33:26 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-04 05:33:26 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-04T05:33:22Z
2021-08-04 05:33:27 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=2b156fd2b0befb0904df08621b2577e28881fd1e
2021-08-04 05:33:27 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-04 05:33:27 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.