2021-07-28 15:42:56 UTC
2.63 GB
rancher/rancher-agent:master-21ab02cbdd0d50c7d5200e7f838c8bdbf9266535-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:9214146e9ac2e0c953e36b446cd712664d36af51b07f5dc5659ddef7f3b371ce - 0.0% (1.07 KB)
[#003] sha256:d4ac37fd06a643ace5517c998e9f33ef7401cb33cee4929e0d8f79965b7eb2a7 - 0.0% (1.09 KB)
[#004] sha256:f5f98b42a7b9a029729ee8e6b7ceff26b4529dbb94b82344f4057961c3b79808 - 0.58% (15.5 MB)
[#005] sha256:c62b87baccc5571ffc695d2f6aab89769c751793c621f3153befc65d1a02c150 - 0.2% (5.28 MB)
[#006] sha256:3cd224945d0aeb3baf7a46a6b4f9fc51e8d1ca0e4023da3b0bc2eaecdcf7bbd7 - 0.28% (7.48 MB)
[#007] sha256:42b487ec8b6c46499769532e79bcb32380579302ccaa78ddcfe7e4b9a77a846a - 1.38% (37.2 MB)
[#008] sha256:3f852c5aa64c268fa78fbcd9ad7c6d941e1f583f17bf32eaf218d5ad788694e8 - 0.2% (5.31 MB)
[#009] sha256:ec3858e6a25d02e6f82584cd691879664ee8ab7aba7f89676eb19a6563e22128 - 0.58% (15.5 MB)
[#010] sha256:31e4cd275958d9ee0169b3a580607379ec2983e868274b174e5350edf1078289 - 0.47% (12.7 MB)
[#011] sha256:59cb7df253a74aa22a1a4614f1829545a97db77104c8fcd35feaaeaeacb43c5d - 0.0% (1.1 KB)
[#012] sha256:d376b33e3184639429d74438db4abaf667824441d367208a84f5963c3bd2d22a - 0.0% (1.07 KB)
[#013] sha256:ba83a7a2c8b0bcff8a40ef44cf6fff0b722f70482038ec27a868b1c849eddfac - 0.0% (1.07 KB)
[#014] sha256:fa00a02baa60d07852a8cd5128849b19b5de30ff7f3995dad1b8dbf9e1e4573f - 0.0% (1.09 KB)
[#015] sha256:99f6210965834828a1638bae62687cc111a7f15c4de13cb8a9baf7e6d1dea23b - 0.0% (1.09 KB)
[#016] sha256:febb9325eb27965c90e25be4601080c35a5d830d5ad3d380b3a1b5c3d366a76f - 1.04% (28 MB)
[#017] sha256:105933c879f5c61bebed779dd4252f9d770bafe91c5fd60aa564f4c6987ef2c8 - 0.0% (1.06 KB)
[#018] sha256:261b3a18cdda5bbd8fe3bdfad840d76c1fd389f2b06a84236c38ea7a54845525 - 0.0% (1.09 KB)
[#019] sha256:e7ed4a07b15d7a7b0ecbdc9eda5971f6ae669e68d4de4fe8aadbc54563ee799e - 0.0% (1.07 KB)
[#020] sha256:214b78fe43cf611b00de394ab2b7019c6a79887f2a74c27486e234fa3b061f41 - 0.0% (1.07 KB)
[#021] sha256:9589b5aa8498ead3e90af3959dd48ba61303e5641829fcd2cfb745bc0a084bc4 - 0.0% (1.06 KB)
Apply image 1809-RTM-amd64
2021-07-06 20:34:18 UTCInstall update 1809-amd64
2021-07-28 15:37:45 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-07-28 15:37:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-07-28 15:38:05 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-07-28 15:38:12 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-07-28 15:41:54 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-07-28 15:42:04 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-07-28 15:42:10 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-07-28 15:42:17 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-07-28 15:42:23 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-07-28 15:42:23 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-07-28 15:42:24 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-07-28 15:42:24 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-07-28 15:42:52 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-21ab02cbdd0d50c7d5200e7f838c8bdbf9266535-head
2021-07-28 15:42:52 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-07-28 15:42:53 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:e8855a3b2ee4e7003e2316e8d49d1ef14a91c6ea557fa5c0002b6f72b994a008 in \etc\rancher\
2021-07-28 15:42:54 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-07-28 15:42:54 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-07-28T15:42:50Z
2021-07-28 15:42:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=21ab02cbdd0d50c7d5200e7f838c8bdbf9266535
2021-07-28 15:42:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-07-28 15:42:56 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.