2021-07-06 18:53:03 UTC
2.25 GB
rancher/rancher-agent:master-737b7de2747006df86f3ed4041df5a2c4816b8e6-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.88% (1.14 GB)
[#001] sha256:409e8c9a2688a1824ab167e0815af899280d336440100aab9c47f99ce3e0de07 - 43.56% (1000 MB)
[#002] sha256:37d1390ec81555bb1ae9adb3ae8a98ea7fa4a3909cdb662635e44f7a2e90fa43 - 0.0% (1.3 KB)
[#003] sha256:a31171b693f75f4ad7640a82d0a0cc179bf88161c8d52fe6d6fbf3c003d6ddd5 - 0.0% (1.27 KB)
[#004] sha256:962be1162b731dce90c7bd6314e43a82ee0dfeef8672c66c6fe4caadee991f20 - 0.67% (15.5 MB)
[#005] sha256:1b9dee9c7aa6006239dbd3f0cd575cd67897cf9ae69bf51cee32590fe22a6a3f - 0.23% (5.27 MB)
[#006] sha256:d76a4546c7ec030b4a70b25d78e9810e1db527f26158fc0baaed801b80caa401 - 0.37% (8.6 MB)
[#007] sha256:4636b9e8f01972c626233e6cbd83d1548bf591097decfeb5e30dcf37d0b5426e - 1.62% (37.2 MB)
[#008] sha256:59dfc4076e2d2d7ef56201744e49bb406af626ab7f9bb5e59d790997d7d199bf - 0.23% (5.33 MB)
[#009] sha256:188012304b624fc8ff781018b8c907513ef8c08de048b97d474ae9b5cff6d8ec - 0.68% (15.6 MB)
[#010] sha256:c15b00b4fa8b4a9c27072f429bfc9ee44c9f127b5f891015c774df55b18d692b - 0.55% (12.7 MB)
[#011] sha256:c87f14b9e482b13095ea52d6c0ad62604d17e33130de20d574f41056f887b0a1 - 0.0% (1.3 KB)
[#012] sha256:40c71b94afdd6ae04854ad6d354558506e255fda6624e44743d0c8341a411b4d - 0.0% (1.26 KB)
[#013] sha256:51a5917e7863bfdae762eb581da5d21a86aca93b6ab92e34f4f8b897cc7866e4 - 0.0% (1.29 KB)
[#014] sha256:14023ec584a940cdb3433b6b0d7c72e93df327d6ebf6b6850403dd7c2c8c2853 - 0.0% (1.29 KB)
[#015] sha256:e196fe07cacd617a45c4a82329c7985b20ef95009d2dfd7ca4a938f9dcf06195 - 0.0% (1.27 KB)
[#016] sha256:e24b22d4464cc469fa847de01bb7cf5bdc2738d86046d173adc8989113e1e240 - 1.21% (27.8 MB)
[#017] sha256:f4bd1257d169e7757e4914214fbfee1730bc8d2c6a27d023ba218af39b9715a2 - 0.0% (1.27 KB)
[#018] sha256:9098650ea54010cbcbdd2bba3c43e26fdfad782dc01e298e872eacc9a4510e96 - 0.0% (1.27 KB)
[#019] sha256:6f4d0ae1b4a03e96112b88cbf266086013bfaed9b1da8ad55880d8fd63b3e4f2 - 0.0% (1.27 KB)
[#020] sha256:6d8d5d6dde2d98ee3fe61cfaba7755819ffd61fd77de42810d2adaed1b941376 - 0.0% (1.29 KB)
[#021] sha256:115bd18cd88d57d5f45fc129eb0d026bd91fdf3712812f31eb8062d49f8c774e - 0.0% (1.26 KB)
Apply image 2004-RTM-amd64
2021-06-06 19:51:57 UTCInstall update 2004-amd64
2021-07-06 18:50:43 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-07-06 18:50:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-07-06 18:50:58 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-06 18:51: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-06 18:51:42 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-06 18:51: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-07-06 18:52:01 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-07-06 18:52:09 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-07-06 18:52:17 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-07-06 18:52:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-07-06 18:52:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-07-06 18:52:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-07-06 18:52:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-737b7de2747006df86f3ed4041df5a2c4816b8e6-head
2021-07-06 18:52:59 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-07-06 18:53:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:baf3bcd72b46c4db107b4b3432a4b84629b559cf5862bd42d23dceb0f7dd2590 in \etc\rancher\
2021-07-06 18:53:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-07-06 18:53:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-06T18:52:55Z
2021-07-06 18:53:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-07-06 18:53:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=737b7de2747006df86f3ed4041df5a2c4816b8e6
2021-07-06 18:53:03 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.