2021-05-11 07:19:05 UTC
2.46 GB
rancher/rancher-agent:v2.5-3816d8b001e923a1ff4eb43183cda079036dd01f-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.0% (1.4 GB)
[#001] sha256:ad702b8ea1d861f6708801dfed7808856abc2c94d52e7805e2eee95f03a9281d - 37.8% (952 MB)
[#002] sha256:37521a7513d073a2435dd9b52f21519e86ec5e342352badb329c534c0065456b - 0.0% (1.29 KB)
[#003] sha256:65e9953881ef14a39f9d40487deb4511bbc64afee839f3a6218f608ea04adf2b - 0.0% (1.29 KB)
[#004] sha256:a7dd7203b571b84144f01476ac7fd7b323153c9dde05b56dc992366ca0f79efd - 0.62% (15.5 MB)
[#005] sha256:c4bdb3fe2ef918eb298714d933d2f9f65b0801c171e4bc3b49d7c3f5f4e8e4a0 - 0.21% (5.28 MB)
[#006] sha256:592540e89583b141a386e46a695c92b9d5aa07a2676225883c6fbc0326cccd46 - 0.31% (7.85 MB)
[#007] sha256:396a532fd24c3bb454858f360af15076ec8fcd45346d2fcfac639c25a19cc711 - 1.48% (37.2 MB)
[#008] sha256:568ab6613092d1d3632eee67ea4591255733b9a46587ab9a62e028abb533ec9f - 0.21% (5.34 MB)
[#009] sha256:dd05854f26f6c424c84712aeb36c00b4a46d255ca14e18ce8aaeb617bc1a9895 - 0.62% (15.6 MB)
[#010] sha256:bea68e84ea6671970d79b548acf38bea8a9598c1ec033604cfd40d988f716b03 - 0.51% (12.7 MB)
[#011] sha256:0bd671da5df65e94bb08d5a902220472411bd2d842c71e2996fd7b9c33f82cfb - 0.02% (434 KB)
[#012] sha256:870c30a2ed2564f88b459a582e3c63a9fc6a1f490cd04627f0855524f84ab8d8 - 0.0% (1.34 KB)
[#013] sha256:18cabbc043e7c320657f5ca7288978b2ace78538cb90f8b28feaf05215d3676a - 0.0% (1.27 KB)
[#014] sha256:4b25ce8435fdc68831662f55023d52d8dffe0d84fd1ef650e93c83a72e3d7a3a - 0.0% (1.26 KB)
[#015] sha256:eeb843c298d1cc0406b6d6aaa6459648ceb6f9fe9315d616dd5aaef4b0001717 - 0.0% (1.26 KB)
[#016] sha256:52b922e80de002c2598a62d2d740849b1796171845aa40b1749da6448ccb1ce9 - 0.0% (1.32 KB)
[#017] sha256:823eb46fa34759c71173fd607973fdc5938e9efafa7655dd64939e1633e9e803 - 1.23% (30.9 MB)
[#018] sha256:b234b0fce459e215f8d29b7bab3f272eaaf19c704ca44fc1de3c18fce9bdeb92 - 0.0% (1.26 KB)
[#019] sha256:e39436466585b1d1ac24e9a0194c9678f76f5e4d0b9ad8c469a745b2d9206b39 - 0.0% (1.27 KB)
[#020] sha256:842a210734b437aa066457d9c7abf11ef447b04e2d26cc5252d38a35826af86b - 0.0% (1.26 KB)
[#021] sha256:799f9d387592840d070053fbc84fca9e162825efeed01d5958a5648897dd8baa - 0.0% (1.27 KB)
[#022] sha256:c65dbdf39362367d9ef855352a02094ad3da32c0fc549734c46b9d7dfd603a2f - 0.0% (1.3 KB)
Apply image 20H2-RTM-amd64
2021-04-09 10:01:30 UTCInstall update 20H2-amd64
2021-05-10 21:11:18 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-05-10 21:11:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-05-10 21:11:30 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-05-10 21:11:39 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-05-10 21:12:06 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-05-10 21:12:18 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-05-10 21:12:28 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-05-10 21:12:37 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-05-10 21:12:46 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-05-11 06:55:15 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell
2021-05-11 06:55:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-05-11 06:55:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-05-11 06:55:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-05-11 07:19:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-3816d8b001e923a1ff4eb43183cda079036dd01f-head
2021-05-11 07:19:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-05-11 07:19:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:89f3924c375e00ec9d698b8411c39f90d731cfde428a02c17d8a3d9b5de44e23 in \etc\rancher\
2021-05-11 07:19:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-05-11 07:19:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-05-11T07:18:58Z
2021-05-11 07:19:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-05-11 07:19:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=3816d8b001e923a1ff4eb43183cda079036dd01f
2021-05-11 07:19:05 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.