2021-06-16 16:26:57 UTC
2.25 GB
rancher/rancher-agent:master-e4f97694845e947a5e5d3f8f74dad47ba650a3f2-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.88% (1.14 GB)
[#001] sha256:409e8c9a2688a1824ab167e0815af899280d336440100aab9c47f99ce3e0de07 - 43.56% (1000 MB)
[#002] sha256:297e91e6eb414120080059dba4ae82b17e16b465a32c15f617cc67e7e9219827 - 0.0% (1.26 KB)
[#003] sha256:6d74dcd3ca4a752770f2dcc0959800c9593c7932652a9df900cc216709a56467 - 0.0% (1.27 KB)
[#004] sha256:8d71293f632c52b7ee867428a844dc0722c649ca1fb21a553de2a400f9fd77f4 - 0.67% (15.5 MB)
[#005] sha256:399ad1ea49cf6b3cb99f6b2e0abaa72402f9e5ccfeb11f83b981ff516ee3187f - 0.23% (5.27 MB)
[#006] sha256:bc65d32270ff2057aaec8294a84b99b8836e00ff9a201f4a3046e4bcef3ecfc6 - 0.37% (8.61 MB)
[#007] sha256:baccfe25a1d1a3283d0af1d27b016000fbba1c0f763dce56e5357490bb1e6e55 - 1.62% (37.2 MB)
[#008] sha256:5e7e65f573d288e29e49b43dafcffd0e98741a55132e2403d54f2cc596f46a95 - 0.23% (5.34 MB)
[#009] sha256:610c71922a60c57d986c35013b5c6cbe786d3fe4aaecc8067f7c8141feb3e7b8 - 0.68% (15.6 MB)
[#010] sha256:fbf976a28cff97e369671702fdcf4577fb13cd8501f9cc30f65514c076827550 - 0.55% (12.7 MB)
[#011] sha256:6c45ba8f489a3d7a2a62aadf718c7a0956768d55ad160cc8501044d13ec932ed - 0.0% (1.29 KB)
[#012] sha256:439b99355bf54c5b612af34c3cf2d56e20ad04c33fceefc8b8006a7b0ec623e6 - 0.0% (1.27 KB)
[#013] sha256:297eb1ccf15290c538af9c9065a59a9e1c616f2bd49575a91b59d2fc4fc9c2eb - 0.0% (1.26 KB)
[#014] sha256:f4d7094c15565d8757ce84ee005565d76ec3da9b868918024708193efd10e6d7 - 0.0% (1.27 KB)
[#015] sha256:ef02dd370f59e3c552fa7f4e5354a1e5cd5b49ba8c2a93be94690bd194f90900 - 0.0% (1.27 KB)
[#016] sha256:7fdabab2e93313ba98e01e06dc58d8818a5e2ae20a42e87c8f6b5d015ea3d086 - 1.21% (27.8 MB)
[#017] sha256:2858509a47ed882bb161593f29e3b510f42e621f3aabbe208e541917363d648f - 0.0% (1.27 KB)
[#018] sha256:f7decf42ba961634fa865c44b84b8c82bd0180a3f391c888ba85470b6d6f5c95 - 0.0% (1.26 KB)
[#019] sha256:df860a37deec40b8bb05ae1f594e143b625575bb4223f5016921e5c0735f85d0 - 0.0% (1.32 KB)
[#020] sha256:c5e4016d89e0e7be1660f4cd6797d2b51aa75e694f3ca32176b8a6f0facbf4eb - 0.0% (1.26 KB)
[#021] sha256:6439b960cc12870501fe45c074a25c4732f331bb7bfa5d62d711fae11d08eff8 - 0.0% (1.26 KB)
Apply image 2004-RTM-amd64
2021-06-06 19:51:57 UTCInstall update 2004-amd64
2021-06-13 23:18:43 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-06-13 23:18:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-06-13 23:18:55 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-06-13 23:19:04 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-06-13 23:19:29 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-06-13 23:19:41 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-06-13 23:19:50 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-06-13 23:19:59 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-06-13 23:20:07 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-06-13 23:20:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-06-13 23:20:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-06-13 23:20:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-06-16 16:26:53 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-e4f97694845e947a5e5d3f8f74dad47ba650a3f2-head
2021-06-16 16:26:53 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-16 16:26:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:112258a391bdf7089e0ee5fd93209b59352418bcee3adad32e2abef251af4f49 in \etc\rancher\
2021-06-16 16:26:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-16 16:26:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-16T16:26:51Z
2021-06-16 16:26:56 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-16 16:26:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=e4f97694845e947a5e5d3f8f74dad47ba650a3f2
2021-06-16 16:26:57 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
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.