2021-06-28 16:07:21 UTC
2.6 GB
rancher/rancher-agent:master-7a2fc74f9598b41b98f2ac5d644a677d29e83e45-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.97% (1.4 GB)
[#001] sha256:98622c7525a40dec3c88fac81718f4f208a70f5347eb4faf74f15a78149114df - 41.21% (1.07 GB)
[#002] sha256:3373446c9de554a2142301c9c5d06f3763c49bbbcf2eeb3bdb3be82cd0c517fa - 0.0% (1.26 KB)
[#003] sha256:3255427bd23b8c8d463df6f5e025e179bd0927ba8138217089acabfda4359aa7 - 0.0% (1.26 KB)
[#004] sha256:7c3db051e9cd1f0ec9039d08a378b406064be835101b09084de37546ea2bd930 - 0.58% (15.5 MB)
[#005] sha256:807502dee6f2a4f883409f5c88146568dc55719c1214f8eab13927b0f9305a1a - 0.2% (5.27 MB)
[#006] sha256:2d35e55d5c3bd7d6fcb826406819537b4f40dc38175fa3bd5189e6d3e4ce8712 - 0.33% (8.72 MB)
[#007] sha256:86c5b2d02bbc9e5ee8736f27569c343cc6ff658a64fece26d0142f94cf697a9e - 1.4% (37.2 MB)
[#008] sha256:514c97ed697d558654e55c1eb5bce05d3633e347ced452cabd8b4b7ff0cdcde4 - 0.2% (5.32 MB)
[#009] sha256:0f17ff0fe65b3c752c6b541b7ed7ddfcf90eaae310ece3458c75bf8bb69f0265 - 0.58% (15.6 MB)
[#010] sha256:b55a60cf94ba9bcfb9decec9baf789c5ec008b45768a7a3a234b5afc315fe7eb - 0.48% (12.7 MB)
[#011] sha256:20cdd37696b695997da974ac4722d663ac5e1656c8432008377e7c25874d6f6f - 0.0% (1.27 KB)
[#012] sha256:8efb4bf020b865a9c5480870d2613afbc7b649a44c561a047f31ebb8cb59731e - 0.0% (1.26 KB)
[#013] sha256:fb43040e256a6bfe6a0ed2044ab36e95e4c22b2030f0f6b3ce3a4718b26dde9e - 0.0% (1.26 KB)
[#014] sha256:18b173de4a8f8e0c5e59d0bd70931de45f361295368815cf40fb335aed253be5 - 0.0% (1.29 KB)
[#015] sha256:27e137c5a49bb099abcd10fa93c5981cabe0c6a7133c1495d14e0805f97d1481 - 0.0% (1.27 KB)
[#016] sha256:5d7676e1ee511ce4f1dd1941846e5cf4e14f1865be3f2b7a6f03322a7d98b8ed - 1.05% (27.8 MB)
[#017] sha256:619809ceae1cb4accc614adad66e8a6179fa8470ffe9acf68fbc7878fa45010e - 0.0% (1.26 KB)
[#018] sha256:9df53cdd1d5d329e1b54fbe21e353558457348aea08ed79b508e93264f3766c9 - 0.0% (1.27 KB)
[#019] sha256:f4ef31d34bfaa8b29836865776e1443000fe78279afc38095fdc408e65ec331d - 0.0% (1.27 KB)
[#020] sha256:d0f24bc648612c63f02922a590a9927f9feb5e6c1412d8a88df53d195a57db87 - 0.0% (1.3 KB)
[#021] sha256:7d7805e1a7c84aaafca1498a1d6c85e6ebefce9eaa546cbc05c52786c7f14ace - 0.0% (1.29 KB)
Apply image 20H2-RTM-amd64
2021-06-06 19:49:44 UTCInstall update 20H2-amd64
2021-06-28 16:05:22 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-06-28 16:05:23 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-06-28 16:05:54 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-06-28 16:06:03 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-06-28 16:06:39 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-06-28 16:06:50 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-06-28 16:06:58 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-06-28 16:07:07 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-06-28 16:07:15 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-06-28 16:07:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-06-28 16:07:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-06-28 16:07:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-28 16:07:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-7a2fc74f9598b41b98f2ac5d644a677d29e83e45-head
2021-06-28 16:07:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-28 16:07:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:2e8394ae777c4dd74a7e4ea75cd3f4d3ca36e9b15e3f6e1edfcf841e256cac28 in \etc\rancher\
2021-06-28 16:07:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-28 16:07:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-28T16:05:42Z
2021-06-28 16:07:20 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-28 16:07:20 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=7a2fc74f9598b41b98f2ac5d644a677d29e83e45
2021-06-28 16:07:21 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.