2021-08-09 19:58:33 UTC
2.6 GB
rancher/rancher-agent:master-0512d12ae41e1078c5ad5884018755f736805a69-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:d67d0761baad2653071fa1320b0fdf20f5bf067b216f1b7841001454fa1f7273 - 0.0% (1.34 KB)
[#003] sha256:1f91be74f38740310938a8a35a89d5a6c83dc9e15752e5be3b96a8946fcaab54 - 0.0% (1.32 KB)
[#004] sha256:20520c2515b8e108aed71b34daab258381a462de52c7c81c4e5db935a22a78b9 - 0.58% (15.5 MB)
[#005] sha256:c6747d26ed49630e53eab1dd75ef787ebdbb6b46c0fb3a1ac11d09e535b97164 - 0.2% (5.27 MB)
[#006] sha256:23d4d013a83c2cf4f79da5509d3650c2eb5e2fecb4e14254161a061a4775ec34 - 0.33% (8.75 MB)
[#007] sha256:481cb608b66309db62b07a9120addbdd6f61fcfd1807544a77f2308f20e17ff0 - 1.4% (37.2 MB)
[#008] sha256:8079588d5aa1f7eb6f02be4039ccea456bcf53f8745ed610876df5f184e38462 - 0.2% (5.33 MB)
[#009] sha256:abee01b431f9d18224243e890ca3707573501b6f91fb693800d2c929d6d1afc6 - 0.58% (15.6 MB)
[#010] sha256:68903d09f02c93db5762154285a5224ead22728188dbaedee8e3e89ed71f4f4a - 0.48% (12.7 MB)
[#011] sha256:af4b90bf1f1079beb325e5467e6c82b24d9e0032461b9dfcc25792c94ecc8fc5 - 0.0% (1.27 KB)
[#012] sha256:d6c4f93b39655ee73e763864bb228a03885eda529b7f753cc64894470e0f4fc6 - 0.0% (1.27 KB)
[#013] sha256:21ef36dfca755e746a974a642599621a4a98a7775a64a3e6524756113cff702c - 0.0% (1.27 KB)
[#014] sha256:388175d357aaed80f37de55f59ecef57bbc6b00e7ec84bd1ba5269ddf76a2bfa - 0.0% (1.27 KB)
[#015] sha256:f01ae4060bcb61cf707523f45c9341d30b27b3f9e6ae403c4273142d5304b211 - 0.0% (1.31 KB)
[#016] sha256:97c0d9c407adac033d9c867cdbb73319e23040b99124d0bfcb818a050b054a82 - 1.05% (28 MB)
[#017] sha256:4d78d0375e76863feed2fd5a0cf1d4b2b5affe295c3dbddf4059687ae4354524 - 0.0% (1.3 KB)
[#018] sha256:74bec29ea974a83efcb17f93b72ccf6cc1b2ecf68bb37d1dd3059a3e98fe3ff4 - 0.0% (1.27 KB)
[#019] sha256:85c5b62bb416d66a8d76555f7b688983c47dce3952fe51a402740e86e78ea1e6 - 0.0% (1.27 KB)
[#020] sha256:c16b2aee55377910b84fe6a8bf33b583166d556cdc0c24dc59d542674b4113b5 - 0.0% (1.27 KB)
[#021] sha256:3eb726ece76d6691dfbb605eb35419a9b5871757b09e54674ddd2dfaeadb15bf - 0.0% (1.26 KB)
Apply image 20H2-RTM-amd64
2021-07-10 18:29:59 UTCInstall update 20H2-amd64
2021-08-09 19:56:30 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-09 19:56:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-09 19:57: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.'
2021-08-09 19:57: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-08-09 19:57:40 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 19:57:54 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 19:58:07 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-09 19:58:15 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-09 19:58:24 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-09 19:58:24 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-09 19:58:25 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-09 19:58:25 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-09 19:58:25 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0512d12ae41e1078c5ad5884018755f736805a69-head
2021-08-09 19:58:27 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-09 19:58:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:09a078a19f994feae876d1f99a0dea4ce8ffd3bdb1df2635160b5546f2d8366e in \etc\rancher\
2021-08-09 19:58:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-09 19:58:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-09T19:56:48Z
2021-08-09 19:58:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-09 19:58:31 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=0512d12ae41e1078c5ad5884018755f736805a69
2021-08-09 19:58:33 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.