2021-08-19 19:55:47 UTC
2.28 GB
rancher/rancher-agent:v2.6-3012b38d54738b14ea88fd7f7ad328ad8088b4a9-head
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:a51a9f52dab06c1239371c65b2f4857325e4d2c3cedbc0fb88b02a959bd710db - 0.0% (1.27 KB)
[#003] sha256:66982b94ef6279e654ea4018b61619e69c776ba7028ecce56d6acb4169d0fce2 - 0.0% (1.27 KB)
[#004] sha256:649dde730fa01ecf051480253b2f19e645622f65f4d8ec4d8a853fd2bada768d - 0.67% (15.5 MB)
[#005] sha256:902de32212cc8bdb050f5683d0cee0335a86c32def552a550d371a129a93e829 - 0.23% (5.27 MB)
[#006] sha256:fe651f89b0dd57cf72ec7bfd8febece706f4ad752caf965cff00f6dd221154fc - 0.37% (8.68 MB)
[#007] sha256:d62bc66279be2f633c32618b3f0f6538272daa377abf8338ebfb38e6cba29f77 - 1.6% (37.2 MB)
[#008] sha256:e9d9a2d28c0091cb90f3ad481144ea6bb934907620e84da9adcc80213d10dcf8 - 0.23% (5.35 MB)
[#009] sha256:587e20ab1961b629024684ff7ccec7dba0c3806ab96d4e231c07142b55da9cfc - 0.67% (15.6 MB)
[#010] sha256:7240e7e19fd3eb9f61ba85dafe28e1dd79f8b517d8c1693ae16d2fd01dcfb869 - 0.55% (12.8 MB)
[#011] sha256:918ca3c454951dfcc10077741a2d22c52fb9c2120b66c65a44edc6b9eb1aaffc - 0.0% (1.27 KB)
[#012] sha256:d8e8f3e5eb4fb43b79ec52a4d3f53e3cf27fbf96915b839dca5a518e943be51f - 0.0% (1.29 KB)
[#013] sha256:40cae33f6ffcb89902b377f8a1538d8ce7f3091ce2eadec11424cbca0e827ea7 - 0.0% (1.27 KB)
[#014] sha256:b4bfc3dbc4e9b407dae755b04f9773f24e61977c3d390e3e4f9cf37dc0cbd21d - 0.0% (1.3 KB)
[#015] sha256:cbfd1c3c2a2b56cefae1f53c8e893a24997bf81496a44aaf5411b10bf8798239 - 0.0% (1.29 KB)
[#016] sha256:2021ed6402338bd212f2e1fde4b6d6064dc72b5eb0c8c73f04136d47cfd9e37f - 1.2% (28 MB)
[#017] sha256:f7508181c9e70ef87b505c2c171bf4568235ee4977e42ee4c8d5dec769bf83da - 0.0% (1.27 KB)
[#018] sha256:0a581038c24a9565fea23f0c85fdbaba222bcbd642a3640c1d419e8aae90f4d0 - 0.0% (1.26 KB)
[#019] sha256:0222840669aa4c613a3630e2a2b368651684f90eeb94500a461baefab677a180 - 0.0% (1.3 KB)
[#020] sha256:ef37edc841644adef419b36b4fbc9b5d7c9f95ee0f04155cec24bf84d6f636ce - 0.0% (1.29 KB)
[#021] sha256:c84bb9f0bf0bdb22647a87e62618997c752f573b28c5af16c20862e5f9db9067 - 0.0% (1.3 KB)
Apply image 2004-RTM-amd64
2021-08-03 01:07:02 UTCInstall update 2004-amd64
2021-08-19 19:42:33 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-19 19:42:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-19 19:42:44 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 19:42:52 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 19:43:17 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 19:43:28 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 19:43:36 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-19 19:43:45 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-19 19:43:55 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-19 19:43:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-19 19:43:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-19 19:43:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-19 19:55:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-3012b38d54738b14ea88fd7f7ad328ad8088b4a9-head
2021-08-19 19:55:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-19 19:55:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:cac437e63c503c847b40f201e46a0c7b292456386ad9b8bb9dd54f948736e5f8 in \etc\rancher\
2021-08-19 19:55:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-19 19:55:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-19T19:55:40Z
2021-08-19 19:55:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-19 19:55:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=3012b38d54738b14ea88fd7f7ad328ad8088b4a9
2021-08-19 19:55:47 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.