2021-08-04 19:57:21 UTC
2.25 GB
rancher/rancher-agent:v2.6-7282631e3a6a9cd8ac626c510ee0e58db795ac8e-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.79% (1.14 GB)
[#001] sha256:6907d97093063478e2c552549bbcd0b499d1dfba051bad994179f5a1d343fe58 - 43.64% (1010 MB)
[#002] sha256:3c7d933d54ee99800deecf36b25a6bcd02b0d3329d14329a448f51aefa0a8417 - 0.0% (1.27 KB)
[#003] sha256:22e90458438188442aadbd084ff6bcb7cd08538b61ceae645a81069d0d20cc77 - 0.0% (1.3 KB)
[#004] sha256:e86f59223e9345c6d01dd68ea505158b7f80a1b4f5aea8f519109c77244acd84 - 0.67% (15.5 MB)
[#005] sha256:6bf973552b4b16e16587e65d54228155deef29f6047d902b56b8c5a1da1a2070 - 0.23% (5.27 MB)
[#006] sha256:91d0baaa56404db4fca0fd8ac6bebf96d5122e31c579deffab7c8170cfab2f6f - 0.37% (8.64 MB)
[#007] sha256:7695e2b77cd5a7736cecdbaa28574b5557c6dfa7c0d6ddc20f51a4c61f98c089 - 1.61% (37.2 MB)
[#008] sha256:21bee256e08d578e94215794d19bb42c8ed043525b4d343553c8fa19d9618cd6 - 0.23% (5.33 MB)
[#009] sha256:e698891f2cefee63a1f7586c606465a291ff95451dc5469e79d1918d677f71fe - 0.67% (15.6 MB)
[#010] sha256:cd9fb8e97ab5a80838aa50d3e32340395b0f1002555a2ebe23c61a1c243831ea - 0.55% (12.7 MB)
[#011] sha256:fd74988a1a27503474fe4ebca9b35a3253a415444f20158da361d2b6bf8ff382 - 0.0% (1.27 KB)
[#012] sha256:97165e46c566883fbfee41c4fc185ce5588bebd1c87ff890f408f8c33291fa77 - 0.0% (1.26 KB)
[#013] sha256:615066f23a14902e5a8252a43c5551c09f28feacf19b523ac495c6fa6c5e1e6e - 0.0% (1.26 KB)
[#014] sha256:0054df02ea3a71cff0742c361ca5083727aa55caaf454ffd58c6afb32c1cde23 - 0.0% (1.27 KB)
[#015] sha256:ea037c1b98f0959e1df531f17753fb41db2a61fbf55396b1915ed4be487a26fd - 0.0% (1.27 KB)
[#016] sha256:a83322be2a793d92722ec568593ec726a31b6772c07bd374cc263cca522aa047 - 1.21% (28 MB)
[#017] sha256:cc17c4865df070da74519331ce55edbc31693885f8646c322a52565b2cf58f09 - 0.0% (1.29 KB)
[#018] sha256:783670abb268048cb682c5c885beff02dd016937ce44ccbfe099cf778856038d - 0.0% (1.31 KB)
[#019] sha256:4ee4b442ef4ab07910e3c698db9b7ff915ecbec34700f83b8050f71ba5ae9c78 - 0.0% (1.27 KB)
[#020] sha256:ab810d6b24da065545cb8e7885606a77eb59962f99720d37c3eb6b9369622d2b - 0.0% (1.27 KB)
[#021] sha256:8992b0ecc1dac05526585589fd92f6b9516926885b0d32fc2d9f79efc1e72199 - 0.0% (1.26 KB)
Apply image 2004-RTM-amd64
2021-07-10 18:37:09 UTCInstall update 2004-amd64
2021-08-04 19:54:49 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-04 19:54:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-04 19:55: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-04 19:55:21 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 19:55:48 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 19:56:03 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 19:56:14 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-04 19:56:24 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-04 19:56:33 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-04 19:56:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-04 19:56:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-04 19:56:35 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-04 19:57:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-7282631e3a6a9cd8ac626c510ee0e58db795ac8e-head
2021-08-04 19:57:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-04 19:57:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:c41a74c8bb04b66d9c2751db8b0125e52019624f12fc57824cfb8126e38392bc in \etc\rancher\
2021-08-04 19:57:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-04 19:57:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-04T19:57:14Z
2021-08-04 19:57:20 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-04 19:57:20 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=7282631e3a6a9cd8ac626c510ee0e58db795ac8e
2021-08-04 19:57:21 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.