2021-08-03 01:37:19 UTC
2.25 GB
rancher/rancher-agent:master-6c14c339a699af2c88d1c5ea075f8eedce07f55b-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:dfee9280eeb32a32f7911c727b5758312f27e3d789038fca60bd669bdf39fa55 - 0.0% (1.27 KB)
[#003] sha256:71105be63ddd28a5cf7e198bd484234b05fc897384e455d5b805d3afc5c789c4 - 0.0% (1.27 KB)
[#004] sha256:02af89f60fe53fbd1986cf7de1b87f973966ff2d812711f353a9f0a4ebfb6e3b - 0.67% (15.5 MB)
[#005] sha256:3b811c1c5b27d32a1dda5aa4014de40da7ff170d75ce2d14370455c3461c051d - 0.23% (5.27 MB)
[#006] sha256:1135d313333d7bda0deda53ddc5d443cdf14fd2aaa7e3666941b62c21d9a6710 - 0.37% (8.64 MB)
[#007] sha256:ab2fb91c36fa22cdfccea4779cd6c391c5eca687ec3884abe75e4d4637b141f1 - 1.61% (37.2 MB)
[#008] sha256:a252ccc31986429b192e3f71589a0aea9846dce72cf1e27e692802a931b17ab4 - 0.23% (5.33 MB)
[#009] sha256:1baade3beb854eb3b25f36b07f8a3989af1d5d228d9fc6c405963b914ff35da1 - 0.67% (15.6 MB)
[#010] sha256:977f776186f5506bc3c7b0efbbe5c38144521c0080b00640c1b18a1431ab8e8a - 0.55% (12.7 MB)
[#011] sha256:8f8b95dcad2b702b7449894cef34e9c718356130d3572e16be6d692ad2e0aa85 - 0.0% (1.26 KB)
[#012] sha256:b603cbdc8c6cb9fa7a54ef64ad65339959a73a7af31c2a0e6218207344bb527b - 0.0% (1.3 KB)
[#013] sha256:23bb45c6d49904d3acfc22c9a8475b6aa7bdf7d901fc57bda1e8589e31c57569 - 0.0% (1.3 KB)
[#014] sha256:7fc9ca9f25e14ded7290919e58e5a6a3d7fbf02c90b7eb8e6c763c6880e020b2 - 0.0% (1.27 KB)
[#015] sha256:6feb0c75a8c50eaf795fc7b368aefd7185d55000c07852526431a2522f4abc94 - 0.0% (1.29 KB)
[#016] sha256:17670063ace61258ec54095eb577b2a9cffd1c1af2f548a5ddffc147e4c1e269 - 1.21% (28 MB)
[#017] sha256:62b908a8d48ff24c4e789912858054a649c22178acc68a651cd728562f2dd9a8 - 0.0% (1.26 KB)
[#018] sha256:4f2dca438041cb2f2f447f251912bf39d16d33ab94288c96f78205d173b5dfc9 - 0.0% (1.29 KB)
[#019] sha256:5d22855d7ed9f0b8356da83a642be934c1b3b5db6a82063beeabcbe8eacf4598 - 0.0% (1.27 KB)
[#020] sha256:cb9f9640def96c5e84133d32562aa186ce6d281730bbfc7cc63592544c7b2197 - 0.0% (1.26 KB)
[#021] sha256:bd80a00b1c652f9243380060cc820350494976806ade036dc64d99a7c7198b3c - 0.0% (1.27 KB)
Apply image 2004-RTM-amd64
2021-07-10 18:37:09 UTCInstall update 2004-amd64
2021-08-03 01:27:53 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-08-03 01:27:54 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-08-03 01:28:04 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-03 01:28:12 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-03 01:28:38 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-03 01:28:48 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-03 01:28:57 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/
2021-08-03 01:29:04 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/
2021-08-03 01:29:12 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/
2021-08-03 01:29:12 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev
2021-08-03 01:29:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true
2021-08-03 01:29:13 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24
2021-08-03 01:37:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-6c14c339a699af2c88d1c5ea075f8eedce07f55b-head
2021-08-03 01:37:15 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-08-03 01:37:16 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:552d1b5fcf49c5a40edef55828d684173ecde602e3bba21b9672c8280392f7ff in \etc\rancher\
2021-08-03 01:37:17 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-08-03 01:37:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-03T01:37:13Z
2021-08-03 01:37:18 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-08-03 01:37:19 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=6c14c339a699af2c88d1c5ea075f8eedce07f55b
2021-08-03 01:37:19 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.