2021-06-16 21:27:11 UTC
2.25 GB
rancher/rancher-agent:master-1b39299f052ceb2fa5fab1420f459cf9727b4d99-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:869838d2d5c9fc1295039f2094064f650e64839ed8e688a3e3833f14ffe146d3 - 0.0% (1.39 KB)
[#015] sha256:9c1ffe160921f7dcbeb6fbfeb021b6a991ab813c3c9ec0aef4da8e265975816f - 0.0% (1.4 KB)
[#016] sha256:fd4ef43e2cb8fe6723eabd0d004114a64b45455f0d5467563db7ddf0591e8cbf - 1.21% (27.8 MB)
[#017] sha256:e58b21be303fee504a7da5b4fc988943111765f507a9c4c5199004ecb5cb4a2d - 0.0% (1.35 KB)
[#018] sha256:ea65224ac58146d61396ff128d3921b950e2edfc696a13fb6fa3e072b3e43a94 - 0.0% (1.4 KB)
[#019] sha256:9832f65b083bf111fed664046020a6457eff1f9b220b0b19cda9d6028d60da3c - 0.0% (1.38 KB)
[#020] sha256:11d9c91c62b14d75007bab1ab0b90343d0e859e573e614dc6881b24a42544e9e - 0.0% (1.3 KB)
[#021] sha256:284805941aa527b2ec592e7776ef584a1ed7cd4add4c9212883dea28dc9bb05e - 0.0% (1.29 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 21:26:54 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-1b39299f052ceb2fa5fab1420f459cf9727b4d99-head
2021-06-16 21:26:55 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-06-16 21:27:05 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:706b5949cdabdc70148a3f01d60950b28e8c59f91179c8ec2306f98f16d95cce in \etc\rancher\
2021-06-16 21:27:07 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-06-16 21:27:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-16T21:26:44Z
2021-06-16 21:27:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-16 21:27:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=1b39299f052ceb2fa5fab1420f459cf9727b4d99
2021-06-16 21:27:11 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.