2021-07-21 21:06:14 UTC
2.25 GB
rancher/rancher-agent:master-0a0d07a4757fb6955d2a91068ff352bb3008599a-head
DOCKER_API_VERSION1.24
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.8% (1.14 GB)
[#001] sha256:6907d97093063478e2c552549bbcd0b499d1dfba051bad994179f5a1d343fe58 - 43.65% (1010 MB)
[#002] sha256:8c1325fc7935c6b439f9e47616a049ed98415b84fc5e3fb6838f9c98bb333d8b - 0.0% (1.27 KB)
[#003] sha256:01aba3c573da8249046508862a27f3b01a3eff758712684e48b1043ffcd18163 - 0.0% (1.3 KB)
[#004] sha256:7775ee723a9c0026ec87dfe2135f8b9d77c531ad128c813ee3d2d2ae1fc7483f - 0.67% (15.5 MB)
[#005] sha256:ea8717d2c388bd821d24d5ca492b0e3e9ab98976818e683c2983d97bc9fe5175 - 0.23% (5.27 MB)
[#006] sha256:58cd3e74bd7f8222c6b2fb99921bea99c2af7f1dbef0845e032d6c7c685c7e1b - 0.37% (8.64 MB)
[#007] sha256:e18341d949304cad92f8805a26d781dd3e67d157ac28ffbb2d578f9fff45b2ab - 1.61% (37.2 MB)
[#008] sha256:e9d8b15ee5cee4c021974b1a7728b6dfecc82be078b9be08f5fc7276bfe7a716 - 0.23% (5.3 MB)
[#009] sha256:dce6e87edad7b65f9324cdae9e61ea821d689235706fd0d64625a32c7985668c - 0.67% (15.5 MB)
[#010] sha256:a780eb63c3ffe8fcdc532f4b3e096cc50dd95d658fd9ce40838c981a72cfac4d - 0.55% (12.7 MB)
[#011] sha256:218e8de3b9631275f7b3d2427ab7809ae0ef7b9eb14238983e90f0a3704e9c37 - 0.0% (1.26 KB)
[#012] sha256:00a981c4b300c5323f336e681424879eee46095ec47d1d5c4078dbb0018baf08 - 0.0% (1.3 KB)
[#013] sha256:739fb7ac147e6ce93a595d72b1fe2e65b70cdc5e52e2103566c349d9a57e3d2b - 0.0% (1.29 KB)
[#014] sha256:98489706e3396687924e2ff690c1c406cf8adec685b76bd6c7357a0bc2cee61e - 0.0% (1.26 KB)
[#015] sha256:1c0e834ad00ac105e794cffbdb31348292bf6ca0061dcc210bb8020af1ad4843 - 0.0% (1.29 KB)
[#016] sha256:e6047ecf3ab7bf1254117f101c2c6dda2bae957442f688da4b45070decaed669 - 1.21% (28 MB)
[#017] sha256:89ffc64ecd6b369437916ab2357f834225aac8069673b31dac75bd28ecf6b224 - 0.0% (1.27 KB)
[#018] sha256:baaae00cb1a2e7646ee246d2488bc8a737677f74957003d62340ed208af13b52 - 0.0% (1.26 KB)
[#019] sha256:b62ec5481cc1234e00d76dc3465ec3c3d6e42d4f1ed6ae912e6ba43230633662 - 0.0% (1.27 KB)
[#020] sha256:8fdbec8751a4b7b0454afff6db99144915249f0b4cb807d99622b56cfe2eaf05 - 0.0% (1.3 KB)
[#021] sha256:58985bc592adb909533a6c169e4c1d9e2c42f09357c984691ca09dc5059dc773 - 0.0% (1.26 KB)
Apply image 2004-RTM-amd64
2021-07-10 18:37:09 UTCInstall update 2004-amd64
2021-07-21 21:02:39 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-07-21 21:02:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-07-21 21:02:52 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-21 21:03:01 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-21 21:04:48 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-21 21:04:59 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-21 21:05:08 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-07-21 21:05:18 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-07-21 21:05:27 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-07-21 21:05:27 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-07-21 21:05:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-07-21 21:05:28 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-07-21 21:06:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-0a0d07a4757fb6955d2a91068ff352bb3008599a-head
2021-07-21 21:06:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-07-21 21:06:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:e2f582b50de09f0836a048f26b4a3051853857d9259756c9f6c95a7f65ba0e00 in \etc\rancher\
2021-07-21 21:06:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-07-21 21:06:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-21T21:06:06Z
2021-07-21 21:06:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-07-21 21:06:14 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=0a0d07a4757fb6955d2a91068ff352bb3008599a
2021-07-21 21:06:14 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.