2021-08-04 20:00:48 UTC
2.63 GB
rancher/rancher-agent:v2.6-72425d85e6daef4db4529d50e2925e02a84a3a91-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:b892c5238f7a4ff97cef1a4ffbbe269f7f7648b817fe6bd30fb456f0d546686e - 0.0% (1.06 KB)
[#003] sha256:3222ec1f5656e2e38090b75650c8e01505f1bacfe45491d7f5a744e0997622a4 - 0.0% (1.07 KB)
[#004] sha256:864a8474b80c68a48ea50f129db33c78ffe439ba113195d49abbad592c73abcf - 0.58% (15.5 MB)
[#005] sha256:cb98f5daf5e6474f022aac71bf3c68b56f69323bc11445c8b1833cca58e0d394 - 0.2% (5.28 MB)
[#006] sha256:a47ad1639386f15002bc4455c9c6c54cb948c0d01044d32ac08aa75d9504fa5f - 0.28% (7.44 MB)
[#007] sha256:ba3558f988b25e7c4e755b8d3d48bdb457e3bf3c71660ff6182d66446d515cf4 - 1.39% (37.2 MB)
[#008] sha256:aca67b3a8cf2f5f471c3d864d2a34a8d1dc6208cea590a0314fb86eaa35efc78 - 0.2% (5.34 MB)
[#009] sha256:9f4119f81a127072c011eb2ef79094ee2ae0d9174efbe789ce76b29824b75748 - 0.58% (15.6 MB)
[#010] sha256:7af768d4820c7628945916b0de476e20ed3d480238b987219fb89d4756ca954d - 0.47% (12.8 MB)
[#011] sha256:d6e46cb3e28baacc79bbaa238cbf121441ec84e04f2e2f3b66a38ba1e27fdba5 - 0.0% (1.1 KB)
[#012] sha256:c0e6e2119a180ab6e50440a1154d96c1e40151b6808898fc2320b9e2576b2b81 - 0.0% (1.09 KB)
[#013] sha256:168f3c1901c1b33777dac8a447ac774f8bb580f86cb14577b4a6118c79d8804a - 0.0% (1.06 KB)
[#014] sha256:9e5662bb27d5dd7ed431c77725f63f17cd06dc0d660cd4d5d2534866582a91d7 - 0.0% (1.07 KB)
[#015] sha256:daf8f0adb41776a8577dbacc9ff1e396a7a048b050c75d29f4c67d67780e0bc7 - 0.0% (1.09 KB)
[#016] sha256:b02a06d062ebd94010c4fed6e4995191cdfcaa35329b030a88f9934b4b736d3b - 1.04% (28 MB)
[#017] sha256:b0ebbbc92a8ab59d36e5a6f4f8107bd6cf6db6a9d19ab42ecf4ea90027cc0c34 - 0.0% (1.07 KB)
[#018] sha256:a1c15e39c2964e3dafc8d9b2b2c6968925227c6079f966750298955ff4b1131b - 0.0% (1.06 KB)
[#019] sha256:77f5907901835d428b9d73c6d1412c29fb281ce93b0c10e72acef134f91860ef - 0.0% (1.09 KB)
[#020] sha256:8016adfab8c50e3552b515ab1e1968cce81dc902cb9e978eaedd45067e272f75 - 0.0% (1.07 KB)
[#021] sha256:90f36a5d68480c9b40004c095375129a1ee41b1f6daf2703dfb814e474638daa - 0.0% (1.1 KB)
Apply image 1809-RTM-amd64
2021-07-06 20:34:18 UTCInstall update 1809-amd64
2021-08-04 19:58:56 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-04 19:58:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-04 19:59:16 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-04 19:59:24 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-04 19:59:47 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-04 19:59:56 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-04 20:00:02 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-04 20:00:09 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-04 20:00:15 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-04 20:00:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-04 20:00:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-04 20:00:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-04 20:00:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-72425d85e6daef4db4529d50e2925e02a84a3a91-head
2021-08-04 20:00:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-04 20:00:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:12f683085fa76b7887a521ecbc32309f291c12af0c54b0ee5d965adbcc0b2b69 in \etc\rancher\
2021-08-04 20:00:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-04 20:00:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-04T20:00:42Z
2021-08-04 20:00:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=72425d85e6daef4db4529d50e2925e02a84a3a91
2021-08-04 20:00:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-04 20:00:48 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.