2021-08-11 23:47:51 UTC
2.63 GB
rancher/rancher-agent:master-5265a92f089b51e793aa37cba229ebf2a6d69e8e-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:7f72001aea6ce9a73794affdcff5299eec7ada63c3ebf6394a933c988550003f - 0.0% (1.06 KB)
[#003] sha256:c6993afc25b4c6c8b2b06e38b61b7257e03a7de217ecf933e9389a325a62d8b8 - 0.0% (1.07 KB)
[#004] sha256:55a24704e91edbd6b484ff0ecd7e0f3a500201f051fbd4a6e18e120effbadfce - 0.58% (15.5 MB)
[#005] sha256:b78651e37fd9239403c24a122d7dae51b4ea4ee3036b38eaafbd2c9e70f41544 - 0.2% (5.26 MB)
[#006] sha256:d264902d5219d6a9a00834dadd059282c4faacd55046f3d203fbba47d63a8159 - 0.28% (7.42 MB)
[#007] sha256:8043784b339622c4f61516931214d10f342f174bd134a85d3f999d9d296016e5 - 1.38% (37.2 MB)
[#008] sha256:a72a7b263d6cd1d992fbd9051af6cdb9498f55b9fd2503adb1e47bb00a6fb623 - 0.2% (5.32 MB)
[#009] sha256:cb9141203ea2758ab15b6b5f6ada499e4a0ec4721f3439339b29eada0ca6f9e4 - 0.58% (15.5 MB)
[#010] sha256:439bc570ce29112962d6a8d8d39a2b88bc14f20d826a532cd205f2c90b8bd135 - 0.47% (12.7 MB)
[#011] sha256:c897e98efe337c3b84f72273871db9f9ec4eabc6886109918417d06b16727e11 - 0.0% (1.06 KB)
[#012] sha256:09fe171481d044a74bd8821751b7e6be71f1cecb3808936a8d484d1b6c38f330 - 0.0% (1.07 KB)
[#013] sha256:a884d60dbd31eae8854b4eeddd196af9a451ebba2477c7a6917b9a56f531e455 - 0.0% (1.07 KB)
[#014] sha256:fde14003a4654394351993b57da34dd30ef3b77500c2f5ea144051b9eebd7d48 - 0.0% (1.1 KB)
[#015] sha256:269a22114a9940912eb59941fc0359a3acd46568db6a17c9dbaf32d0d56c296e - 0.0% (1.06 KB)
[#016] sha256:ff3c9c2f71ea072a3e17492ebe67cb8479c8718d740f68f3b652f42429aaa8ee - 1.04% (28 MB)
[#017] sha256:48fbcd04324974092bdad62478ee2357d9488e051784c810b824ed9dd56c9f5d - 0.0% (1.06 KB)
[#018] sha256:9196f1711bc0c711edfd6b26c5e5b2231cbc7c8ff22cad64f41980208fd865ba - 0.0% (1.07 KB)
[#019] sha256:3727e645814919f31112a1b4fd6ccef80355c413760cd92daa9f4ca0bd21e7e0 - 0.0% (1.07 KB)
[#020] sha256:bb2c5cf3fd04b39a0f400f155e0e9ed6392219dfd3968ae150394e45d856469a - 0.0% (1.07 KB)
[#021] sha256:2b3189982a1b4fdf954fb8dc7a20711c3ec34da231674283a2e63a1ee115f012 - 0.0% (1.06 KB)
Apply image 1809-RTM-amd64
2021-08-05 19:44:34 UTCInstall update 1809-amd64
2021-08-11 23:46:08 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-11 23:46:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-11 23:46:26 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 23:46:33 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 23:46:54 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 23:47:03 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 23:47:09 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-11 23:47:15 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-11 23:47:21 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-11 23:47:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-11 23:47:21 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-11 23:47:22 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-11 23:47:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5265a92f089b51e793aa37cba229ebf2a6d69e8e-head
2021-08-11 23:47:48 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-11 23:47:49 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:4fd5b4e6e02660c18602914c736a8ab7bb616f1f3a59ec6b2fd966442186b0df in \etc\rancher\
2021-08-11 23:47:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-11 23:47:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-11T23:47:47Z
2021-08-11 23:47:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=5265a92f089b51e793aa37cba229ebf2a6d69e8e
2021-08-11 23:47:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2021-08-11 23:47:51 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.