2021-08-11 18:55:07 UTC
2.63 GB
rancher/rancher-agent:master-04446db9ee342c76c6bf7ba3a2867e1c5f7876e7-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:4271d098e555882e89ce60e294b2da8dda8c459e76232a9f20049fabcf71b4d8 - 0.0% (1.09 KB)
[#003] sha256:1798991a53d4bbca9889d1244338c8816153a3b80fab4b950bebd6302df664e1 - 0.0% (1.07 KB)
[#004] sha256:6764a902d338a92cc87b9794ddb1bf7520e3616df689e0b71da3e85792d00de5 - 0.58% (15.5 MB)
[#005] sha256:13830985a0a95901f65238176a710567a67bed6e13f0df4a3ca29bca004cdf33 - 0.2% (5.26 MB)
[#006] sha256:910282264aa67c43636b4676b49039246e5608caf8349c03cbafe010372b1adf - 0.28% (7.42 MB)
[#007] sha256:6b303511a0793b09817db62aa71c7d0048aeb45d3a092450444b2e2312b9845a - 1.38% (37.2 MB)
[#008] sha256:4be229abe2e11a9c258394a08a4814b4d0b35aea4ee5a70e7be20205c4dc690f - 0.2% (5.32 MB)
[#009] sha256:7563c2c798b2236278c6c89e85c9d202421425057ef38fd871a593799a93eec8 - 0.58% (15.5 MB)
[#010] sha256:b72124a6f773ab7e3e1d77fd57c71cb040fc441a4e661df6c3a0a48f81de6339 - 0.47% (12.7 MB)
[#011] sha256:1e5df4e2643bc09ed5f5404826401ea964995a2717518ca4b0f7f7b851a66c9a - 0.0% (1.09 KB)
[#012] sha256:0bd215c114e902c23cd56c51949b0579e31db484bbabfcbec92b757c1d19b1cf - 0.0% (1.07 KB)
[#013] sha256:51707ff08f12e86fc148b20017b6becf12351fb7e494d4ffa9c5986b815f911a - 0.0% (1.09 KB)
[#014] sha256:8edb3121083cb464419072dd468250cf968537fe01accbe8602d3e877310abf2 - 0.0% (1.06 KB)
[#015] sha256:6080a29bfa4735a7bf8970dfcc5e7970ba1e5decca3ff6c2dc3922053bfa5b7f - 0.0% (1.06 KB)
[#016] sha256:eb0746884a9dd6bf885ac75a8ae5262c1e81544137d6390fbf9a6c60d8e6c102 - 1.04% (28 MB)
[#017] sha256:6f4c34939dbd7ae95563b9fc07d574262dcfbc5b513e6e80bfdd98830e37d051 - 0.0% (1.07 KB)
[#018] sha256:444ad5369bbdfdd20fa8dde831f8d69290b326715d6d2b56a180714140777468 - 0.0% (1.06 KB)
[#019] sha256:a98aa527a38aa14db424719da9fefa2503ff3c43fba3bfc376276d17174a6813 - 0.0% (1.06 KB)
[#020] sha256:19e18a3f7604215557ac6f91c0fdbbb9ea5eb39661697edbfdec70cceb1746e4 - 0.0% (1.07 KB)
[#021] sha256:9127310094052f3a988cc491816cbd9f65b67111db7314607b130f957011fdda - 0.0% (1.07 KB)
Apply image 1809-RTM-amd64
2021-08-05 19:44:34 UTCInstall update 1809-amd64
2021-08-11 18:42:32 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-11 18:42:32 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-11 18:42: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-11 18:42: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-11 18:43: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-11 18:43:29 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-11 18:43:36 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-11 18:43:42 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-11 18:43:48 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-11 18:43:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-11 18:43:49 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-11 18:43:49 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-11 18:55:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-04446db9ee342c76c6bf7ba3a2867e1c5f7876e7-head
2021-08-11 18:55:03 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-11 18:55:04 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:bb5b4df055abd20d2b751b4b170dc49dd78a79b86696389ede784573dc716c97 in \etc\rancher\
2021-08-11 18:55:05 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-11 18:55:05 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-11T18:55:01Z
2021-08-11 18:55:06 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=04446db9ee342c76c6bf7ba3a2867e1c5f7876e7
2021-08-11 18:55:06 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-11 18:55:07 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.