2021-08-09 20:11:52 UTC
2.6 GB
rancher/rancher-agent:v2.6-0cdce973f5e6959cf421c2c31d339d0558b7038b-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.88% (1.4 GB)
[#001] sha256:58774ea6a2cebd62d24073292e71120a3b5e2bb74dc7b2358b29eedfa30b5a8f - 41.29% (1.07 GB)
[#002] sha256:eb0e4027fdf5a120dc1954b6446b5a08b0302d4694d7fd79e8f24d3903406e64 - 0.0% (1.32 KB)
[#003] sha256:608bb6e9fc7d726e2fa0375e3a9bc599bd64916a156aacf765b07f14a61055a6 - 0.0% (1.29 KB)
[#004] sha256:6e2a74aca58d71a596de47e31409209ddb658e2e56825593a7957a3e21336928 - 0.58% (15.5 MB)
[#005] sha256:86f58d5aa53438c002d355b070118935f195ff9490a8df783c216fadec4a2154 - 0.2% (5.27 MB)
[#006] sha256:d35f2bdf403563cf9201d98a052595e9126d984017b20fb30c2af4fb406cb8e9 - 0.33% (8.74 MB)
[#007] sha256:55d1c19ac3d58bc9d8fe5b45d3ed284690c23b92b9c0444e4b04ff7b59b93020 - 1.4% (37.2 MB)
[#008] sha256:59dfbad2fbb0acdbdb223c8742c5ccdf54184410710d087b7d09a9980e4a9965 - 0.2% (5.33 MB)
[#009] sha256:f38b57262c060e9091e5d8052011b4a4860fa005a1c58879a79b0b3c8ce0e2db - 0.58% (15.6 MB)
[#010] sha256:b31649987dfec13afa27f28ed9aa8fe48decaaf5f0b711473c08964fa52bfe7f - 0.48% (12.7 MB)
[#011] sha256:589441ffae4fcd8359d8d45eb0d5de422d6e2e268681a44cacd7a08a89f31e43 - 0.0% (1.27 KB)
[#012] sha256:e8b1521bb3b0595080c4e3cae81b5f715b0b913844ff5af3f5c4b32c3a5d5d39 - 0.0% (1.27 KB)
[#013] sha256:2c312b89a673d3e247d3da761f085952b6e3a65de8440ed916993db4c6f9253c - 0.0% (1.31 KB)
[#014] sha256:7664a255f9b9c59fe731dab88e327cfc3e94bc6f24575fdaabe88865ef60ab73 - 0.0% (1.31 KB)
[#015] sha256:1d815e28a103910d7313db97ea96cd6d97018c634abf0ca50bf3d00c46d4f0f9 - 0.0% (1.29 KB)
[#016] sha256:b061e1abaaebe0dee268a0064e815de8ebc1c564f5b134b4145e7867107087a3 - 1.05% (28 MB)
[#017] sha256:982ef2cd1774f3bd859178a0a3324bd7db05bee8be94a154c0d1d4ee625fc8ef - 0.0% (1.27 KB)
[#018] sha256:1ebaec5dd04bf40187e36b20a63ece66603ff7326e0382121b57ffdcef54bbae - 0.0% (1.29 KB)
[#019] sha256:e2ff48199609ab9159f501e5d4ea66c34e6c2fb5b16a50701f109c6f097484d2 - 0.0% (1.26 KB)
[#020] sha256:60c248608bd9582adefdee4986b086d9a479f74ffde0022c9707aed0bbd70dd3 - 0.0% (1.29 KB)
[#021] sha256:2bb3b912d6f7ab113ec2ac5d6752ba30fdb3e6116c883428f93ae84493b2642d - 0.0% (1.31 KB)
Apply image 20H2-RTM-amd64
2021-07-10 18:29:59 UTCInstall update 20H2-amd64
2021-08-09 20:00:36 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-09 20:00:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-09 20:01:06 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-09 20:01:15 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-09 20:01: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-08-09 20:01: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-08-09 20:02:02 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-09 20:02:11 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-09 20:02:19 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-09 20:02:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-09 20:02:20 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-09 20:02:20 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-09 20:11:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-0cdce973f5e6959cf421c2c31d339d0558b7038b-head
2021-08-09 20:11:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-09 20:11:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:b57e40e5a181c60175fa4f15264e9f83184ac0f58e3b61355b4fe5b1443412f7 in \etc\rancher\
2021-08-09 20:11:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-09 20:11:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-09T20:11:46Z
2021-08-09 20:11:52 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-09 20:11:52 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=0cdce973f5e6959cf421c2c31d339d0558b7038b
2021-08-09 20:11:52 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.