2021-08-17 14:43:34 UTC
2.63 GB
rancher/rancher-agent:master-fa2f332f5b9bbff94e473fc1eab4b9166c144324-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.33% (1.4 GB)
[#001] sha256:2c8cd6d97bfe5915dde26687cfdafcb1511808d9699b52da3be03323c75166aa - 41.89% (1.1 GB)
[#002] sha256:c8373a6fd7fca293e312b752cbc876eb7c804dd308840dcb9fd91287f5e79de5 - 0.0% (1.3 KB)
[#003] sha256:6d4794878e31487a1cee75e5176492066ebfa0c52200ad3635b4291855748c70 - 0.0% (1.27 KB)
[#004] sha256:dd735e9c1f459db880287e0db11a82d3593626c297ac7773529ccf65e9eca958 - 0.58% (15.6 MB)
[#005] sha256:c13ae38c846b723df1ac9455a523286513b16bca19e7bbbf199ac0136cb8fe8e - 0.2% (5.27 MB)
[#006] sha256:08b074e1b2742afbc251b51f3bd7b904b41b7dee5f1e12da48927fc329a47731 - 0.33% (8.86 MB)
[#007] sha256:7fef914b64c1adb6224772a760ca2038f596b90f74bb298178dc72cfeae32cff - 1.38% (37.2 MB)
[#008] sha256:782776fc7f9120c1192850fdd25a0ff2144cdc3138fd98998d7e7cb6a7a5937d - 0.2% (5.31 MB)
[#009] sha256:4f79c68352f6118f24789fc5c5dc559371e025faba78e4d99d6b4d5dcc0add52 - 0.58% (15.5 MB)
[#010] sha256:9c37c05955f9432f788d25f1b5d00066b33be19d01417823a321249c5e6806f4 - 0.47% (12.7 MB)
[#011] sha256:b02d34b875b1a1b92b971dcab2f990a1d714652614eda3e357076bc8c807e6e0 - 0.0% (1.27 KB)
[#012] sha256:c385543a77760172c64b4ca7d215f1fe99e1939a8e6a7165bc78feb222895055 - 0.0% (1.27 KB)
[#013] sha256:9903166916f226d0c2300332d7d89ff74ece39f700809010ead7e4ced2bab96b - 0.0% (1.27 KB)
[#014] sha256:4db276eca3c56b06406b5a587c69961621ca69a20a27b0e0d8d5946deb832ff7 - 0.0% (1.29 KB)
[#015] sha256:c87e7d13b8d40b20f8f4af0bf7feec5d5f47872c74d4a82c11e8e0405ff79a4c - 0.0% (1.3 KB)
[#016] sha256:7dab2c54be6fda6487e5c69a7239dc7af6cc930fe8eda980611c5f3b2aa1c561 - 1.04% (28 MB)
[#017] sha256:caeba48cd00c69a9ba6af65e5bc4e6e3fd2b3045d408664ea3001c885e3fb4dc - 0.0% (1.28 KB)
[#018] sha256:09d7d32679226152885e2baed8b56858a587a3aec64448334d5be72c9da4fe74 - 0.0% (1.27 KB)
[#019] sha256:81070d7711b88f8034d8110e0a100c77cf252d5bdc979a2500ddd50f1b1bc456 - 0.0% (1.27 KB)
[#020] sha256:8af27ab021db1cf458901e3900129afa214ff2a69907a2775d68338fd474b247 - 0.0% (1.27 KB)
[#021] sha256:576e6d7e9079b218f72de284f398c2f85412ccbfa56573ec73602bf77a44af48 - 0.0% (1.29 KB)
Apply image 20H2-RTM-amd64
2021-08-01 08:20:33 UTCInstall update 20H2-amd64
2021-08-17 14:38:47 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-17 14:38:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-17 14:39:19 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-17 14:39:29 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-17 14:42:36 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-17 14:42:51 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-17 14:43:00 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-17 14:43:08 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-17 14:43:21 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-17 14:43:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-17 14:43:22 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-17 14:43:23 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-17 14:43:23 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-fa2f332f5b9bbff94e473fc1eab4b9166c144324-head
2021-08-17 14:43:24 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-17 14:43:25 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:f765fbe83351bee05e3c7e544e2f2074a161b8c45cb2b9d9dd4751ef00adf299 in \etc\rancher\
2021-08-17 14:43:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-17 14:43:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-17T14:39:07Z
2021-08-17 14:43:33 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-17 14:43:34 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=fa2f332f5b9bbff94e473fc1eab4b9166c144324
2021-08-17 14:43:34 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.