2022-05-23 22:11:49 UTC
2.65 GB
rancher/rancher-agent:v2.5.14-rc2
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 52.89% (1.4 GB)
[#001] sha256:52eb12a90ff62c5c90193a827fcaf7cb3b7bc762dfb3326ad322ce1afece3728 - 42.21% (1.12 GB)
[#002] sha256:76e50a01f64e77ef7f9f58882e4f83cfd51fc7c2da6cf5820a441cef016e475c - 0.0% (1.26 KB)
[#003] sha256:650bbcf268e0dda5a1ee98b1c2afe8ba3ae75d36da086cd701818063224ef3d9 - 0.0% (1.26 KB)
[#004] sha256:299684bad9bf142477211c5046f9784ddf17199842ecfa0d6bf38c9869a8ab89 - 0.57% (15.5 MB)
[#005] sha256:28012b15191bcd0f7e69764de2c9e2d16be4dd9db929093c7c5cfb025718cc12 - 0.19% (5.28 MB)
[#006] sha256:024618884241e893f804e5859f2fef5b07724113ed3c52e6dd32f19a24b37a93 - 0.33% (8.83 MB)
[#007] sha256:d86da8fa00db6fb796ee870c32bc5e392912fc1ec0c5beac9b6abdd14fd2c3c9 - 1.37% (37.2 MB)
[#008] sha256:cb7b6f9a3c415540bd1ed9e2719647c902c0cfe168ef23dd6f8b4f9f9588d1e1 - 0.2% (5.34 MB)
[#009] sha256:fd0e2942ec8634cbe54fa401ccdae4d05d18c1c752154f48e586982e48036887 - 0.57% (15.6 MB)
[#010] sha256:0f7a2974513309d6737cef889f25ca3e36161469cb173d2229c07dd79682f925 - 0.47% (12.8 MB)
[#011] sha256:7e7c671a1b823d9a27fcdfc454a006eda2739c6437f8ac99f1ab8595a4681427 - 0.02% (440 KB)
[#012] sha256:33b167518b2bde437b81d53306286f0ae8113e33fc301ff690ac8fbbf1672ba9 - 0.0% (1.26 KB)
[#013] sha256:5b855d824523884127dabdc240baa1f8015f820f43391b31eb0c7d29993a0332 - 0.0% (1.26 KB)
[#014] sha256:20adbb84e4533e6e3ec35cedd01a0b56b9b352170f122ef4a38a0abb3b4386bf - 0.0% (1.3 KB)
[#015] sha256:f11548dcc9ce4cf1031c4975a9c9121e7e943f893dac177a39811e061c79eaab - 0.0% (1.26 KB)
[#016] sha256:208db2b1bcb6d20fd1cdf17db66d587dc7384b6acc7dc07d8c29b8ad6783afe9 - 0.0% (1.3 KB)
[#017] sha256:7419ffb69e3c597ae34654edcda0fd9a665adebc7dde93abc5f8fd5babdffa33 - 1.17% (31.8 MB)
[#018] sha256:53263d2de30d6d3ea9dafb13c62015a666880cb327f52823e76e96b6ba9da7dd - 0.0% (1.26 KB)
[#019] sha256:2fb3a103d69c2147e1c430ada976178d2c247128708a7f5837091f9613e08122 - 0.0% (1.26 KB)
[#020] sha256:d1915a5b940638024642148012f235d1498fe1e51f0d89b4c06bc6b1daf2f55e - 0.0% (1.26 KB)
[#021] sha256:6888321599ba5f4889d84bbaf5e92d100eb4581d1705b5a12e1a5079bc626fa3 - 0.0% (1.29 KB)
[#022] sha256:104c39d264bca32a215ce13167bee95b2f7a8d6d91c0fc560218227b2ab3dd3a - 0.0% (1.26 KB)
Apply image 10.0.19042.508
2022-05-06 22:46:53 UTCInstall update 10.0.19042.1706
2022-05-23 22:09:50 UTCcmd /S /C #(nop) ARG ARCH=amd64
2022-05-23 22:09:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2022-05-23 22:10:01 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.'
2022-05-23 22:10:09 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.'
2022-05-23 22:10:33 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; } }
2022-05-23 22:10:44 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.'
2022-05-23 22:11:16 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2022-05-23 22:11:25 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2022-05-23 22:11:35 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2022-05-23 22:11:42 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2022-05-23 22:11:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2022-05-23 22:11:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2022-05-23 22:11:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2022-05-23 22:11:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.14-rc2
2022-05-23 22:11:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2022-05-23 22:11:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:6de581968ebb58a9defb0f87272a3cc3bc1c193758b3f6eacc937eab879d892d in \etc\rancher\
2022-05-23 22:11:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2022-05-23 22:11:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2022-05-23T22:11:07Z
2022-05-23 22:11:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2022-05-23 22:11:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=52a8de7b63b181188cf4aeeacb59c79545af7312
2022-05-23 22:11:49 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.