2021-07-31 00:37:40 UTC
2.25 GB
rancher/rancher-agent:master-2f5bcfa62ebc5ff22475a5a24610afc418e0034a-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.79% (1.14 GB)
[#001] sha256:6907d97093063478e2c552549bbcd0b499d1dfba051bad994179f5a1d343fe58 - 43.65% (1010 MB)
[#002] sha256:228561b46089fd116a036cf0d043ea81105b3236e777cf60fad65a34529b0412 - 0.0% (1.26 KB)
[#003] sha256:165ebc3db291b6c6947a579831cfd73572bf50f116ef8041c097f2328d19a382 - 0.0% (1.27 KB)
[#004] sha256:0c69cc000fde737389bf625f10966693a8c9853ef17f2abcfcd40c188e5643a6 - 0.67% (15.5 MB)
[#005] sha256:a8d08ee350582bb3b1ae35713c3b3812d85d65a83cbd793344ef2b080152350c - 0.23% (5.27 MB)
[#006] sha256:9d904b6ab128af1b8f744d2c16b129344b7c4ba5ef3a4be32e8ebf6ae8a97c3d - 0.37% (8.63 MB)
[#007] sha256:3d82c52578e22871c3b9c9546af22d1e9774cd6ccb417c30cbffdfa6430cb201 - 1.61% (37.2 MB)
[#008] sha256:251a001dca00c2ca6608d6598c6b9f80f3b17db45ef58d8f7f2d70deb8a34b62 - 0.23% (5.33 MB)
[#009] sha256:d8e453b692abc3b52b5725e4a33b71fd36d802e39924bca68d242d6b322f3a50 - 0.67% (15.6 MB)
[#010] sha256:aba2ccbff13bea4658ffd9d494e8801efe24d29ecc161d7cb67e4e7b8473cae9 - 0.55% (12.7 MB)
[#011] sha256:1abcf9f360561a769e33e1ed0f6b42e63cde7767c7f18102403a253268616e2b - 0.0% (1.27 KB)
[#012] sha256:6ea684453615ffeebe0aa8982bf3ab6ca0f6ff3c4a5be9f4a1f90bdb5e9d8af4 - 0.0% (1.27 KB)
[#013] sha256:919d72dbf12455cbfc39a93d96e5fff9ebe04015f79da409d1ce97059c5bcd32 - 0.0% (1.27 KB)
[#014] sha256:a1d48d561e2a3a028ff7ab322f2a893425e4125f4f59e447645e91f52b1d3bf1 - 0.0% (1.29 KB)
[#015] sha256:fd63513a0d91fa17ef4249402b382bccfba9cc0a8377513fc983827f0c446640 - 0.0% (1.26 KB)
[#016] sha256:05840772f27a37e9f8e92268ff2bef9146c98e323c729d490aaec86e876b30b7 - 1.21% (28 MB)
[#017] sha256:18fea6609081e7f16d8ed52eb59180dab94aefbaac6f36496e89fddeb7559c65 - 0.0% (1.29 KB)
[#018] sha256:323239c28810466b8f1b274d75f4b549561317e3ad68a9df13543c4a17005359 - 0.0% (1.29 KB)
[#019] sha256:4195365e89e526904d8a7dafd8286b96d2afa59caae85116ee9bf9a35cad6b30 - 0.0% (1.27 KB)
[#020] sha256:07f914012d703945fdc34928af52812030aabc62a02530dcd10bac45999cb4da - 0.0% (1.29 KB)
[#021] sha256:0be14de4ff07cfa8924abd34723f83b3fedd21455bb99ca5261ba53bfe6ac357 - 0.0% (1.27 KB)
Apply image 2004-RTM-amd64
2021-07-10 18:37:09 UTCInstall update 2004-amd64
2021-07-31 00:35:36 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-07-31 00:35:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-07-31 00:35:48 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-31 00:35:56 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-31 00:36:25 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-31 00:36:36 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-31 00:36:44 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-07-31 00:36:52 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-07-31 00:37:00 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-07-31 00:37:00 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-07-31 00:37:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-07-31 00:37:01 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-07-31 00:37:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-2f5bcfa62ebc5ff22475a5a24610afc418e0034a-head
2021-07-31 00:37:36 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-07-31 00:37:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:1a45a44a5b9d634059e1636686687c3d6a0a9c681a43b42b87028a712e8f47a0 in \etc\rancher\
2021-07-31 00:37:38 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-07-31 00:37:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-31T00:37:34Z
2021-07-31 00:37:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-07-31 00:37:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=2f5bcfa62ebc5ff22475a5a24610afc418e0034a
2021-07-31 00:37:40 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.