2021-08-09 15:38:42 UTC
2.63 GB
rancher/rancher-agent:master-e904efe724d97ee7d7da08e2d2a3f39cd288f68b-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 60.96% (1.6 GB)
[#001] sha256:f143c6fed32d477c35b660b2e108ea62e3593c03e44bd9ced208ce52b26b0841 - 34.31% (922 MB)
[#002] sha256:c39451e377f40a6420bb547d88c41cfa57de0aac0447580dd37cd228a9439498 - 0.0% (1.07 KB)
[#003] sha256:09c287c2f395cfffc15a181f5134289a9b66b0f0a6fa167a2ed68fbc508781c8 - 0.0% (1.06 KB)
[#004] sha256:abdd90ca45c100cb65f9278397c0468ac0a472caf7c0a9cf9de05fa08b38b978 - 0.58% (15.5 MB)
[#005] sha256:592c954f81dab7228497096f58196b08a2f8047f47b7443c57a521f5f0238299 - 0.2% (5.28 MB)
[#006] sha256:93f86441240df9c953087cd4dcb09f4394eb254d6fea3b7aa09703e922fe5162 - 0.28% (7.44 MB)
[#007] sha256:685240edacb86a6d503194817a530069cc6ed5c096b4ff424409675d49c64b8a - 1.39% (37.2 MB)
[#008] sha256:d8b43408399a398a8a129f478ef734fbc072bc87d4802eef14da4c6fa4857d8c - 0.2% (5.34 MB)
[#009] sha256:bc2cfff1960bcf567ecae94fcd1717ef6f68c277f1cce35cc8b5c655984e8b55 - 0.58% (15.6 MB)
[#010] sha256:655ab743c60cf27bd1388284f2e89004d20f3e85878174bc716f654fea7469b6 - 0.47% (12.8 MB)
[#011] sha256:146db61175e8e4c6d1b201ee1592dcac4e720ab21cb4bf07afd2aa5f104364af - 0.0% (1.07 KB)
[#012] sha256:8feff1123ad366170cdf9b704432df5254463209b1cecce7a24eb59a5e7d0076 - 0.0% (1.06 KB)
[#013] sha256:4ef1651c50aa20f2461c4cf34ca77bfcb011751e0ef0bbcd23a9f0d4f2c7d193 - 0.0% (1.09 KB)
[#014] sha256:64e4b12b552f808298522b5e77547b476fbec2903e9cdc924ac40cc8d5a26594 - 0.0% (1.07 KB)
[#015] sha256:64a0030f1ab59c5de36224a052a9b1163bde4db85279a2bec90490a0fcf0e5f6 - 0.0% (1.07 KB)
[#016] sha256:af35bbb5b863d0e628c1154899b1aed2c3d1d7c0f34c53af0d9ac9a46927c956 - 1.04% (28 MB)
[#017] sha256:9607ceda6bb018a62e9e5d766eb292a5c9907378ede556ed580675bc59dff12c - 0.0% (1.07 KB)
[#018] sha256:1c6192d0f8bdfaf8f6049a413bd8c7e7287e7ea4c4228524ecb31c2da36d5a5f - 0.0% (1.1 KB)
[#019] sha256:f76771dcb243e24d0b122147533d7abe4e3c45db20ae2848dc77ec514ab3c8a4 - 0.0% (1.1 KB)
[#020] sha256:095e62386de49170afa7f7d01c6d046e74b96bb0b957e8409d69376c313882cf - 0.0% (1.07 KB)
[#021] sha256:e1864cdaee157afe652bf652c14c0eab5ced0a4e4eddf3d1d70307da6e1f5be6 - 0.0% (1.07 KB)
Apply image 1809-RTM-amd64
2021-07-06 20:34:18 UTCInstall update 1809-amd64
2021-08-09 15:36:41 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-09 15:36:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-09 15:37:00 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 15:37:08 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 15:37:37 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 15:37:47 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 15:37:53 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-09 15:37:59 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-09 15:38:06 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-09 15:38:07 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-09 15:38:07 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-09 15:38:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-09 15:38:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-e904efe724d97ee7d7da08e2d2a3f39cd288f68b-head
2021-08-09 15:38:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-09 15:38:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:2c03972608ef80ac0714cd4f67d6bec52225b92541d9e0304e277e016220ce96 in \etc\rancher\
2021-08-09 15:38:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-09 15:38:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-09T15:38:36Z
2021-08-09 15:38:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=e904efe724d97ee7d7da08e2d2a3f39cd288f68b
2021-08-09 15:38:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-09 15:38:42 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
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.