2021-07-07 14:39:20 UTC
2.25 GB
rancher/rancher-agent:master-5b0da3db6732afb54a4b0181713a9c7c2be1e067-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.88% (1.14 GB)
[#001] sha256:409e8c9a2688a1824ab167e0815af899280d336440100aab9c47f99ce3e0de07 - 43.55% (1000 MB)
[#002] sha256:205627efe5cf0d1061c041beaccbac8852ba3ecbb79d2c3d4bed8fb5710a04a5 - 0.0% (1.26 KB)
[#003] sha256:7a9cb8eda5e7251745aae3812d5d58d46560c64a49b08626618de0e59ea8f318 - 0.0% (1.33 KB)
[#004] sha256:e8c768c9f6cfc4f716b18857d6b5b1b225854578b083f67b12b64e9e88e1d45a - 0.67% (15.5 MB)
[#005] sha256:36dbc097153dc5d5e33f389591ed4b04b505f2342b6afcc0a7f085a6b759e501 - 0.23% (5.27 MB)
[#006] sha256:c8fb5f5ef92901742785133584f165a11f87fb3c95367b7eed5806220a6876e4 - 0.37% (8.61 MB)
[#007] sha256:7761bb7080169fc3e3c141dd744b13fb5e7dfa5ff196a366cf3586801591fb40 - 1.62% (37.2 MB)
[#008] sha256:6399c013814a17b52cfb768c53149a5a2983a7326cfec032bfea15c6d6355752 - 0.23% (5.34 MB)
[#009] sha256:e4815553160a333884ec2a5caacc06a097a88df607e567b9e574d932715a41d1 - 0.68% (15.6 MB)
[#010] sha256:35c479800516d083c49415681a2a35c4b9aea540edd0ee9dbfaae1d0a24cd11e - 0.55% (12.7 MB)
[#011] sha256:562fcea667a2dee59a8e62ee6594bf9964db832ebb74b8e75442dd8157600b05 - 0.0% (1.27 KB)
[#012] sha256:1c781f572513b3bec96dc7af9904563e5d91ae9d07aff67d0d6065596790f539 - 0.0% (1.27 KB)
[#013] sha256:9e945371312f046ee94c75321438e081522a37c0d3bdf5b63db23407311fb732 - 0.0% (1.29 KB)
[#014] sha256:2925534baa1d8eb6fc70a37b276469c4e9b06cb96e5984e9647935d7fd0adbc4 - 0.0% (1.27 KB)
[#015] sha256:f92c27564f2f72dde4c45971b358eaa897e5fa40156004f72f88bae5da7a700d - 0.0% (1.26 KB)
[#016] sha256:b55526e7a72109e9cd4d1a469359a15d97b8cc98a4b1da982a1a31aec5d711df - 1.21% (27.8 MB)
[#017] sha256:f0a8a92f99971b8acf85796888ed0b38b5c030d8fee145822a2789f8faa3b709 - 0.0% (1.26 KB)
[#018] sha256:602504bb8c0a3a16225a4bf8327584211caecc0838df3700a17509bb80cc96e8 - 0.0% (1.26 KB)
[#019] sha256:ccefe9581ea88b138739fe70640d74803a7f7b94ca5808b792e9f8c79dcd903c - 0.0% (1.27 KB)
[#020] sha256:bd7128d081ab9278b1dab3177f25c7a5fb2867c076c9be467dd66525b6a84d20 - 0.0% (1.27 KB)
[#021] sha256:3fe2e2529c6a976d1cf4e5ae4a2ed4d7b3b86c8ea5b874655e51b727e08cb73e - 0.0% (1.29 KB)
Apply image 2004-RTM-amd64
2021-06-06 19:51:57 UTCInstall update 2004-amd64
2021-07-07 14:36:40 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-07-07 14:36:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-07-07 14:36:54 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-07-07 14:37: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-07-07 14:37:30 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-07-07 14:37:43 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-07-07 14:37:55 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-07-07 14:38:12 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-07-07 14:38:27 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-07-07 14:38:27 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-07-07 14:38:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-07-07 14:38:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-07-07 14:39:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5b0da3db6732afb54a4b0181713a9c7c2be1e067-head
2021-07-07 14:39:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-07-07 14:39:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:0fd81da42e2ec5c2b81f958cb4505a64d583b6a61a1bb8a2804be0dedb8c9c34 in \etc\rancher\
2021-07-07 14:39:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-07-07 14:39:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-07T14:39:11Z
2021-07-07 14:39:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-07-07 14:39:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=5b0da3db6732afb54a4b0181713a9c7c2be1e067
2021-07-07 14:39:20 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.