2021-07-22 17:04:04 UTC
2.25 GB
rancher/rancher-agent:master-9e0d1b2cdcf16822a6b756b5759216e065e5c6bf-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.8% (1.14 GB)
[#001] sha256:6907d97093063478e2c552549bbcd0b499d1dfba051bad994179f5a1d343fe58 - 43.65% (1010 MB)
[#002] sha256:e23027ea667eb06fa4d0786cb87eeda7e974faf735aaf465fcd9a5e86b83a5c1 - 0.0% (1.26 KB)
[#003] sha256:513f5d03839dffd90f9c422a5aea21e190ffee83173a8edd853511c369b3f020 - 0.0% (1.27 KB)
[#004] sha256:7504fbefbd0f594b8af0fe31ea98738826c04d4b456693d4f43becd409c592db - 0.67% (15.5 MB)
[#005] sha256:aab4e78914ecc6adbb77ff6b76eca0f67ca46acc811128ba953dae25a6c005ff - 0.23% (5.27 MB)
[#006] sha256:9583ebb0292883185fb8132acc18fb95494db0a74820ffff366c2126427bf8cf - 0.37% (8.64 MB)
[#007] sha256:53edf98895190cb2cc842ed37e14ff2bc42af5949621a54edc0aedcf745682c3 - 1.61% (37.2 MB)
[#008] sha256:3361983fd46c5240dba258362ba403a2166b58774cacaae34e598ace7e76daa7 - 0.23% (5.3 MB)
[#009] sha256:8f0f293ec44dcd7c48091cc88c976f3ff0d8d0038ac13c8aa7916f969d55b4aa - 0.67% (15.5 MB)
[#010] sha256:a9f2230ff08849eca30fdc74a1058803d432e617560ba365977e3c729372bb32 - 0.55% (12.7 MB)
[#011] sha256:592421a389b3e3b3199ece49a121c9657869c0bdc6a1b1ba98b0796a3461a2e1 - 0.0% (1.26 KB)
[#012] sha256:afd6c2cf5adb7574e66125571cc27126660a13d73252e1d6df4ad81fa3b66875 - 0.0% (1.27 KB)
[#013] sha256:1312340ff0fa75f1c0835844e0dceddcb9b5b3e200fc0e5fa56584c7588b86cf - 0.0% (1.27 KB)
[#014] sha256:136681c28923f68d8446c3cc4c8f86000ed14a2fe03e21c90616cd2a58b249f1 - 0.0% (1.27 KB)
[#015] sha256:13a3ab0c748adc5e026469f5d638dcfc3a4b5e5f60f882c1d76df8e3f4281cab - 0.0% (1.29 KB)
[#016] sha256:a547801cdbe658928b2f6ceb257f817d289ad298d541e5c88dba63c1079bd1ad - 1.21% (28 MB)
[#017] sha256:d7d28c11fba56f2c461a6474ec411488030fb36906f550c2156cca5cb44765ef - 0.0% (1.27 KB)
[#018] sha256:338e7c2766c0e75df905f7124e595452faf1721fc11bef863a961cfc5fa76c82 - 0.0% (1.27 KB)
[#019] sha256:3a372be9c88afd49e125eee0db1ff9f7f7da211ffaa4d6e2c9d30863425e30f1 - 0.0% (1.27 KB)
[#020] sha256:49e4218c43508a527cea564c3d13a29e493c090b77e47a017a27236cb96ef4fb - 0.0% (1.29 KB)
[#021] sha256:aea921b87e81c1726e7c49d08b322dfb0b5170c6d1bc37d990eab3d892f9e5f0 - 0.0% (1.27 KB)
Apply image 2004-RTM-amd64
2021-07-10 18:37:09 UTCInstall update 2004-amd64
2021-07-22 17:00:53 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-07-22 17:00:53 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-07-22 17:01: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-22 17:01:13 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-22 17:02:23 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-22 17:02:40 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-22 17:02:49 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-07-22 17:02:57 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-07-22 17:03:05 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-07-22 17:03:06 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-07-22 17:03:06 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-07-22 17:03:07 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-07-22 17:03:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-9e0d1b2cdcf16822a6b756b5759216e065e5c6bf-head
2021-07-22 17:03:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-07-22 17:04:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:3cd20e637827a8cbe3dfb837e0a72fd4d130a4461bba499d7a912885df81c36a in \etc\rancher\
2021-07-22 17:04:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-07-22 17:04:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-22T17:03:57Z
2021-07-22 17:04:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-07-22 17:04:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=9e0d1b2cdcf16822a6b756b5759216e065e5c6bf
2021-07-22 17:04:04 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.