2021-08-03 00:05:17 UTC
2.63 GB
rancher/rancher-agent:master-c5b24bff8f4c29b71de49a783dc2764953b3116a-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:a4cb3b2e2e365a25151205181bf000ab85da8ce191eb373ba7d4eab349494b28 - 0.0% (1.07 KB)
[#003] sha256:9933541d344f06d8dd0b0ac89a4c4aaf9f2d9e487925aac9538c1b43d0b26b1c - 0.0% (1.07 KB)
[#004] sha256:b986448f7a99dbf0088bdb3e175c1dd12cacc57464d83d20642048baea145c2e - 0.58% (15.5 MB)
[#005] sha256:1cab081a2581be6398a63b257483b70acf0e3a9848f2e8401635031de9e9821f - 0.2% (5.28 MB)
[#006] sha256:cf68037743a03ce0c9f08d60716bb6b9aa5e54dec5bc0d2ce91741d27c2603fe - 0.28% (7.44 MB)
[#007] sha256:76c9e7015b630a3dbf33759ad76b34cd5b1c28896d187c59abd1fa5b736b7ac5 - 1.39% (37.2 MB)
[#008] sha256:e9220948cace64cf582ae0eed38c447fa38f28f148e682f424b5a8df59150068 - 0.2% (5.34 MB)
[#009] sha256:9a4f12f26142ea75295b99cfead5fb0a516d9ddda3f097c22473d893a4a6b7c2 - 0.58% (15.6 MB)
[#010] sha256:5080d1007061fb214934b55bb5125716841cf75cb931acebb969eacea6462251 - 0.47% (12.7 MB)
[#011] sha256:617f70bda50a54975054076e551086fa01f7f757b8fd5927d5b7430d76f859d3 - 0.0% (1.07 KB)
[#012] sha256:09b2e2ea37902297d18ede1b02b2511a2cf5a66de26084936ae7acf6ada60053 - 0.0% (1.07 KB)
[#013] sha256:00c6b7feee598de2df5b9a2b3907d6fc834d2b239190fdc8e81bfd69412a27a0 - 0.0% (1.06 KB)
[#014] sha256:df5210ea42b810b772ae283919ea51dbbddd501df25fd78a892646b4f604f859 - 0.0% (1.1 KB)
[#015] sha256:9074bfc48ffc639e550bf7e2d9a1b5805c237db0b4877630a8776053856ca0e7 - 0.0% (1.07 KB)
[#016] sha256:4053d3c39ef622bea1782913963a07a81249f364df8b41c3fad52e92bbe019eb - 1.04% (28 MB)
[#017] sha256:0497b9b7679dcd8af0fec4e391d85027abccc7b05c7c171916aa6c26ea303d07 - 0.0% (1.07 KB)
[#018] sha256:ab3fd9e69b686a8ebb5f26cd5e2810bc56be9a9ffb236c5ed1d36ec9a19f075f - 0.0% (1.07 KB)
[#019] sha256:c4caff16215fa267df5ece5f52136adfbe080cefde64c5f63c153b87b4e9c728 - 0.0% (1.06 KB)
[#020] sha256:97f835cd3a157026e408921ed37b81698ed06090468bb2daaeeec09e017e0c9e - 0.0% (1.06 KB)
[#021] sha256:28287ffb7a948cf54728de128929fb007e7b0817ec120fb741e595f8db445854 - 0.0% (1.09 KB)
Apply image 1809-RTM-amd64
2021-07-06 20:34:18 UTCInstall update 1809-amd64
2021-08-03 00:03:27 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-03 00:03:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-03 00:03:46 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-03 00:03:54 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-03 00:04:15 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-03 00:04:24 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-03 00:04:30 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-03 00:04:37 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-03 00:04:43 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-03 00:04:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-03 00:04:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-03 00:04:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-03 00:05:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-c5b24bff8f4c29b71de49a783dc2764953b3116a-head
2021-08-03 00:05:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-03 00:05:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:95f5608278087d0f1b1720e729df9941eaa693a5bc201ec21f7969d54843732d in \etc\rancher\
2021-08-03 00:05:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-03 00:05:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-03T00:05:12Z
2021-08-03 00:05:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=c5b24bff8f4c29b71de49a783dc2764953b3116a
2021-08-03 00:05:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-03 00:05:17 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.