2021-08-20 00:04:37 UTC
2.63 GB
rancher/rancher-agent:master-b39018f6f130591a994721b6fd8ecab7dd8b3e69-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.33% (1.4 GB)
[#001] sha256:2c8cd6d97bfe5915dde26687cfdafcb1511808d9699b52da3be03323c75166aa - 41.89% (1.1 GB)
[#002] sha256:971c71882b87c69fb285bcbce4c42948048abcbfd5f5cf983e3474246267af66 - 0.0% (1.37 KB)
[#003] sha256:86204d11d53733b139d714b3c31aad0a4ccd5b9aadda1dc2e8d5e8fcf69292bd - 0.0% (1.36 KB)
[#004] sha256:eceae3fe001fc23d1119053ec9fb03cf0751460c0f7910916312994656d25005 - 0.58% (15.6 MB)
[#005] sha256:ad07f896edd3aaf73dc81e4f54dd3dcd3350abf3d8104af29c9de198d0826f0e - 0.2% (5.27 MB)
[#006] sha256:d0697a67550c6446e927b6d8fc6028798a05ddd4ae6ae7d82f845fbd6d7a20a9 - 0.33% (8.77 MB)
[#007] sha256:92d796cdccc2a5250dbbb20ea7d10add3df4a5f04b85f050553467a63dfc756e - 1.38% (37.2 MB)
[#008] sha256:e8b71634459a8073360e4f31414c35c49dab193d4f7b85130d09f325c8a20de3 - 0.2% (5.33 MB)
[#009] sha256:14b359d2872e660ed89e09af5553ce422a99c69416193a4c07b65ddc825d2cb1 - 0.58% (15.6 MB)
[#010] sha256:011bb8fe33186f57baacb74f5e01e9da61442d4572475aa6b8ae0b4ffdb5d61e - 0.47% (12.7 MB)
[#011] sha256:c7b0fb8cec3e2132314a15ad3f640ea525333c1fa3554af1f2ab8ec2bff875b8 - 0.0% (1.29 KB)
[#012] sha256:b8a4d30afab5ba27bfa0b7ecac7588988043eb7d2beb0829a1526d7cee836745 - 0.0% (1.27 KB)
[#013] sha256:5fd44444da39c31e2223b71b67486b58324c1e077d3bc7f25beece7dde2ed646 - 0.0% (1.27 KB)
[#014] sha256:0d57ada113478fe57d80cbfead1a4262b1fa5acb688912ba0ec3c836eb299e9b - 0.0% (1.3 KB)
[#015] sha256:93aac8270bb10a864874699b22eac7f806745aace08a66abf88e34000183a5b8 - 0.0% (1.29 KB)
[#016] sha256:3720cefd0fc77162ea50dd1b2e9f425b53bce0ae76bba8967cfad2e3baf29cd4 - 1.04% (28 MB)
[#017] sha256:d32362793785ca859e80121882206e8e4cc2064dd6adb7cb698648f0f06c5075 - 0.0% (1.27 KB)
[#018] sha256:e455d630341d48a25a6b4bb6c6024273ce1fd8f837ca80174143616cd03eb7c3 - 0.0% (1.27 KB)
[#019] sha256:b848414f847308a3c19af2642b5497f575d7a3fa22424b7c987e962a728c793d - 0.0% (1.26 KB)
[#020] sha256:cf8479ee2ec86b48691a9cd17844d71e2c634f0affbeb83546811628ebeafa7e - 0.0% (1.27 KB)
[#021] sha256:195812bc97321437240de8e8e336e61f8404eb1839aad215da864ba6c280f685 - 0.0% (1.27 KB)
Apply image 20H2-RTM-amd64
2021-08-01 08:20:33 UTCInstall update 20H2-amd64
2021-08-19 23:54:52 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-19 23:54:52 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-19 23:55:24 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-19 23:55:33 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-19 23:55:59 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-19 23:56:10 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-19 23:56:19 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-19 23:56:28 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-19 23:56:36 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-19 23:56:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-19 23:56:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-19 23:56:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-20 00:04:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-b39018f6f130591a994721b6fd8ecab7dd8b3e69-head
2021-08-20 00:04:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-20 00:04:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:14ff006ae93afc88cbb91014d3d68e7bd7a9c8a5d9cba29e13e0c5d13a0c60f4 in \etc\rancher\
2021-08-20 00:04:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-20 00:04:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-20T00:04:30Z
2021-08-20 00:04:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-20 00:04:37 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=b39018f6f130591a994721b6fd8ecab7dd8b3e69
2021-08-20 00:04:37 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.