2021-08-21 01:03:31 UTC
2.28 GB
rancher/rancher-agent:v2.6-7700446ea3bc3dce6fa846535799925f874aa871-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.2% (1.14 GB)
[#001] sha256:c30e212b15b86121fb89bda60f21c14275762ea9c6c2d30c593c9ffecf605c40 - 44.3% (1.01 GB)
[#002] sha256:195c999a552cd152e0f58ec1f022120ab52476fad45ed280cf04108851011739 - 0.0% (1.27 KB)
[#003] sha256:9942ae934747b1fc5f547918836b7b709437596be7f3f40a989e1f1fb64fcb56 - 0.0% (1.27 KB)
[#004] sha256:587075374f508662e483f178982e36affc09de8da52ebcaca37b7441f8ef3dbe - 0.67% (15.5 MB)
[#005] sha256:31918ed27bbe1957f30395653479723668ccb56d5cc240b1784defe9de78d1c6 - 0.23% (5.28 MB)
[#006] sha256:938f2d1746095010e5a03862d50a3fd451ce604a13f2a0c62166c2b2e7a4bf43 - 0.37% (8.68 MB)
[#007] sha256:c37b0961eadbcebab03e290ebde217db5ca5eb22c267ed73d85a09ce1b3d12d3 - 1.6% (37.2 MB)
[#008] sha256:9272e66a3c5ba895351acf0b01465441f39afd9c937c146053914a6132b618e2 - 0.23% (5.35 MB)
[#009] sha256:ceb633c9f40d627c4c1fa629be43a8d302701a17a12d34e211429b73d8b0361e - 0.67% (15.6 MB)
[#010] sha256:295ba84e3ac683563fd65fd9dce259d31abf5c27611f189ff843765f9220d06f - 0.55% (12.8 MB)
[#011] sha256:903e1bb7fd655ca9934d5ef96cc866679d0520c991f3e63ff654c4f5d9cb5afa - 0.0% (1.27 KB)
[#012] sha256:add93f0684d97fbfbf4cd4200138c0810e61da6b72cd31f0ac30c26d646129ef - 0.0% (1.29 KB)
[#013] sha256:1782af823971423a30b3c05d6f1e41b62b71cfa81202efc44f39cd917d9851ce - 0.0% (1.3 KB)
[#014] sha256:83c4adaa3459cf49b8fe4c11d04891614a260e785be82cf28376ea870b709f09 - 0.0% (1.29 KB)
[#015] sha256:6ed4777a9c62324db04664a45f46f674aab99c6086277ae59ca86d33eb2e0c4c - 0.0% (1.27 KB)
[#016] sha256:7990c9e5e384d7989e16467724b60c10faaa5be93f4201c5236bcdf30cb69230 - 1.2% (28 MB)
[#017] sha256:998aed165dc78360cebd97fa2e96f17a7140d605c74708b2a44032829d1f38b3 - 0.0% (1.31 KB)
[#018] sha256:95976dd1956ca938b260695e425a86a7e1609a98289d6b2193114f8df5d8ffb1 - 0.0% (1.3 KB)
[#019] sha256:5d1a1d45341ca449d843a51631ee4571662e39213da14044799e6a2b2ded0980 - 0.0% (1.27 KB)
[#020] sha256:0c452bc105dbc8bae9f4555c60745679980cff51a5e7422773cf7382451911c0 - 0.0% (1.29 KB)
[#021] sha256:c5383feb1ad6e9b6d0f327c0f6c5ba8003d626c61cf7a8595c860734f37555c0 - 0.0% (1.31 KB)
Apply image 2004-RTM-amd64
2021-08-03 01:07:02 UTCInstall update 2004-amd64
2021-08-21 01:01:26 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-21 01:01:27 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-21 01:01:38 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-21 01:01:47 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-21 01:02:13 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-21 01:02:24 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-21 01:02:33 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-21 01:02:43 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-21 01:02:50 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-21 01:02:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-21 01:02:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-21 01:02:52 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-21 01:03:26 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-7700446ea3bc3dce6fa846535799925f874aa871-head
2021-08-21 01:03:26 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-21 01:03:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:f670b74d1775af93abdf0a5efe12d32fdc53e93f391c6aab1191317f5edcc243 in \etc\rancher\
2021-08-21 01:03:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-21 01:03:29 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-21T01:03:24Z
2021-08-21 01:03:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-21 01:03:30 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=7700446ea3bc3dce6fa846535799925f874aa871
2021-08-21 01:03:31 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.