2021-08-30 23:23:11 UTC
2.28 GB
rancher/rancher-agent:v2.6.0-rc10
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.2% (1.14 GB)
[#001] sha256:c30e212b15b86121fb89bda60f21c14275762ea9c6c2d30c593c9ffecf605c40 - 44.3% (1.01 GB)
[#002] sha256:f514716bf6d0d4eeaf2a2fd9ad20cf7e3ae2240e62d2a86884072302670f1fd8 - 0.0% (1.27 KB)
[#003] sha256:08cd53dbda4081b7138b0aeb1388747adabd02404376aeb0784571c2162694a7 - 0.0% (1.29 KB)
[#004] sha256:6a4cbd029b4ab6e88ee6b687cc5c00f0d59d94393ebac9c35a922fcb5f52551b - 0.67% (15.5 MB)
[#005] sha256:1e3d32c2dc7513587da1a3199554ae5b97e79d9d2eae50c7df95ce196dfe5a16 - 0.23% (5.27 MB)
[#006] sha256:240f90b848939ab006831fbbf947c806007b9dd5e2648254bad6dd74111da030 - 0.37% (8.68 MB)
[#007] sha256:e525fa45266a310faa129a85aa07f6c094809acf4d56c62d7553a9499301db75 - 1.6% (37.2 MB)
[#008] sha256:759fe8c43cbbacdb31e3e2ba89b26a4b412dbbf2f57c9c2a7c6c6e7e3eb50193 - 0.23% (5.35 MB)
[#009] sha256:af0767a63acb6dc299ce3924c13c6255f2266998f48b69183ce8457a1bf36590 - 0.67% (15.6 MB)
[#010] sha256:75bd57647de4ef09960e58180de358ced09f2deedbabedf997556353bf7c5e0d - 0.55% (12.8 MB)
[#011] sha256:8baf1f3c943128e604991d746d92996948435ccf8a5ff48d3fdd690490021dda - 0.0% (1.27 KB)
[#012] sha256:54ce9b32a5bf925755556f0c176eeaf6214d23aa2dab34ef75be90a9b348f09b - 0.0% (1.3 KB)
[#013] sha256:7cc5d34c951fe4284220acfe31f98716b286baebf79588dbad6624e9bf8613ee - 0.0% (1.27 KB)
[#014] sha256:0e1b82042bf5736e84158b3da49c08b38ef84385c176506161556f10ae06948f - 0.0% (1.27 KB)
[#015] sha256:9e3799c71a91961b26fa5176645bcabca7f8f9e8352829427c69761db49a46f7 - 0.0% (1.27 KB)
[#016] sha256:01ab4281da77886ae2f5c886c425c9524ea76d07f2c0c764f00d6213640f73d3 - 1.2% (28.1 MB)
[#017] sha256:d80633050f6b322a6276c94a30c45f3a582da9bbc854539440fa9eb14f38072e - 0.0% (1.26 KB)
[#018] sha256:8f92f64bc08560a75ceb403f4d42fa251d6ba388c7c21e9eed8ad9cc957147e3 - 0.0% (1.27 KB)
[#019] sha256:446b448001daaae12a7d73e53aceb918c8e62c7ae4d238c1eb48792de4dcf4d8 - 0.0% (1.27 KB)
[#020] sha256:0c225a24e8492a6c9428795bccbb989f43caf9994f5b369136143c2dbbe89f9e - 0.0% (1.26 KB)
[#021] sha256:c839a0cfd95289668fc3db9e55e7e52af122f1bd86ff0d2867fcb866d6af78d3 - 0.0% (1.27 KB)
Apply image 2004-RTM-amd64
2021-08-03 01:07:02 UTCInstall update 2004-amd64
2021-08-30 23:20:57 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-30 23:20:58 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-30 23:21:09 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-30 23:21:17 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-30 23:21:41 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-30 23:21:53 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-30 23:22:01 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-30 23:22:09 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-30 23:22:17 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-30 23:22:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-30 23:22:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-30 23:22:20 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-30 23:22:22 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6.0-rc10
2021-08-30 23:22:24 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-30 23:22:26 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:b9cf0921fda92f63c0f5646ddd6f8c407bedd68312157383135b76de55947be4 in \etc\rancher\
2021-08-30 23:22:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-30 23:23:07 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-30T23:23:04Z
2021-08-30 23:23:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-30 23:23:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=df2432ad895c9d6be0e47e0d6d62a4c3dc8f08e5
2021-08-30 23:23:11 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.