2021-08-25 01:19:21 UTC
2.63 GB
rancher/rancher-agent:master-9bf830a8c78aa79ef474f05c2684a2c297522af5-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 60.95% (1.6 GB)
[#001] sha256:c67ded6868b61d392a0c096f911563fd6bc0bc3ed4fe401d077b3718a1b0cdaf - 34.32% (923 MB)
[#002] sha256:503d0db67d9113f908932b44bb3d78c5cbb5097b91c56709e82f2692f88a15a6 - 0.0% (1.07 KB)
[#003] sha256:2dc1c1c78ff3bb6c60a3725f44a9f5617b9bc4b81ac45b981d7bfce65adba394 - 0.0% (1.06 KB)
[#004] sha256:31d396feca47ed5bbe6c46bef48524b8a11eae4d88372e412e123c329ed79d5b - 0.58% (15.5 MB)
[#005] sha256:8ac9f92a4953902208da391cdff674c855d413a29fb3d4252b142976858b1bf8 - 0.2% (5.28 MB)
[#006] sha256:24bd792ac738a3b5250d13c4b104be425bc0e70ba22846ee657826cc5122dd34 - 0.28% (7.43 MB)
[#007] sha256:eb9989dbc10c53286489a33e4fe31f88aa4e58689aa08e227d3108c9742ffba7 - 1.38% (37.2 MB)
[#008] sha256:a57cce76c4a990ae5aa0c16739b732b3fda946169646c2da437d5289406a7e7e - 0.2% (5.34 MB)
[#009] sha256:2bb871a09b8a83d1d48d7f4b6726ac87835cddc886d3b1124fe4ca4cbf872fb3 - 0.58% (15.6 MB)
[#010] sha256:cd0830e980a38fb6e11c66a4b3dd8f1eea8f7063577e173b15a3fe5d3b0c7fef - 0.47% (12.7 MB)
[#011] sha256:f9e2e44ba891d54e43266060e68d0ca9c3402ac8c195a30de16a88f2ab54fde8 - 0.0% (1.07 KB)
[#012] sha256:44bda807b79bd57aec5b2caac2ade11bc5d32ecc20187f9934dfdc5136b622a6 - 0.0% (1.07 KB)
[#013] sha256:ac5a6e270bf50f23291e91020b532d85fbcc82d4a8854fac4ba6e6e22b0a9260 - 0.0% (1.06 KB)
[#014] sha256:ac75f19d6cf7cee8c757b9f34631e188dea14440fdc31bdf26a0bca26ce707d4 - 0.0% (1.09 KB)
[#015] sha256:b5d46a715b2230f31fd7860fec4ad21ecadd0845971a1d1286ffe3fa561b495a - 0.0% (1.07 KB)
[#016] sha256:12d81c2035d0f6b2fb3a1d92de19f966180fe2f00923b678991bd68f800b7d6f - 1.04% (28 MB)
[#017] sha256:59dc4278bb2b1ef51ce60a58b0468b916631b2ac20b450ed7e09aa9e4f3cff7c - 0.0% (1.07 KB)
[#018] sha256:960786376c83eedbf1b32c16be987e48a763ebf090a49f69b6de5a0152c65de9 - 0.0% (1.07 KB)
[#019] sha256:2528ab1122b71ef23f411888fc639387108567e053a5c34e18b903a90cc4d5e4 - 0.0% (1.09 KB)
[#020] sha256:0ac809fb3f90e09b91c33b76e1aa377751e87a7ab232afc8840daecc2e1500a5 - 0.0% (1.08 KB)
[#021] sha256:d9e67536061c994fd8c3731f51b0302c8f1da4e1b7b550f2e2838f5e06ad57d4 - 0.0% (1.07 KB)
Apply image 1809-RTM-amd64
2021-08-05 19:44:34 UTCInstall update 1809-amd64
2021-08-25 01:17:31 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-25 01:17:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-25 01:17:51 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-25 01:17:58 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-25 01:18:20 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-25 01:18:28 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-25 01:18:35 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-25 01:18:41 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-25 01:18:47 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-25 01:18:47 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-25 01:18:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-25 01:18:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-25 01:19:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-9bf830a8c78aa79ef474f05c2684a2c297522af5-head
2021-08-25 01:19:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-25 01:19:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:403d8cddcf31f319213ffd039d0d24deda0bd52ecf37fab0d0a8b9bea6e3f7e6 in \etc\rancher\
2021-08-25 01:19:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-25 01:19:20 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-25T01:19:16Z
2021-08-25 01:19:20 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=9bf830a8c78aa79ef474f05c2684a2c297522af5
2021-08-25 01:19:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-25 01:19:21 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.