Namespace
rancher
Image / Tag
rancher-agent:master-b2dfd8e0da2a07c5ad70baf7dd43db613c321b62-windows-1809
Content Digest
sha256:c3da7147c83296fcc3a61b0d97ebf1b3d86812f1f18e8957b87476e747edc4ef
Details
Created

2021-06-08 21:22:41 UTC

Size

2.57 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-06-08T21:17:03Z
  • org.opencontainers.image.revision
    b2dfd8e0da2a07c5ad70baf7dd43db613c321b62
  • org.opencontainers.image.source
    https://github.com/rancher/rancher.git
  • org.opencontainers.image.url
    https://github.com/rancher/rancher

Environment
AGENT_IMAGE

rancher/rancher-agent:master-b2dfd8e0da2a07c5ad70baf7dd43db613c321b62-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 62.24% (1.6 GB)

[#001] sha256:639bb6bb2beb4cfdcacb9f0844344448fe26494665d5fe78a494419f86fbb18f - 33.44% (880 MB)

[#002] sha256:c480474dcbc13e6ca1ca595d940117aaed40512929c28ab3bca19ba6b546e5b5 - 0.0% (1.12 KB)

[#003] sha256:0e25b223d9d56cd1098cf1c14551f7bb10986f8dab96e1557a8d3823fcb2b27f - 0.0% (1.12 KB)

[#004] sha256:a11dcfebc4510c0ec32f66746dec506b39c1b73b63e56a33b65970a9b13b8be4 - 0.59% (15.5 MB)

[#005] sha256:d69e5d5fc42c33b0f942fc6bf0e07f7609934d1d9b56edcbfbe39f332c58fa4a - 0.2% (5.26 MB)

[#006] sha256:6c09b1117b52904715a54fda555a8c8e9d499a1d765f9dca9e567d919ad8e6af - 0.28% (7.42 MB)

[#007] sha256:1b3f076c3db731cf409c85600b76ebb906fc951e2a3327b2ffdc157c07d66cab - 1.41% (37.2 MB)

[#008] sha256:cc5d946095a9c3349c25e0b453b41d4c42c2633b2b7122078da8b3126a47f067 - 0.2% (5.32 MB)

[#009] sha256:5030b58a538fa1a4bcd8f4caae5b8284da754f4f6a591f607a75357bdc678260 - 0.59% (15.6 MB)

[#010] sha256:679a31cd371263e6146783fc20b873ca1261a58ee0e383ec315c2d9a2d4383b2 - 0.48% (12.7 MB)

[#011] sha256:6a93aabdb5276a6aea9652377bd55ec7e60eb97015f567146626dbee975a936f - 0.0% (1.09 KB)

[#012] sha256:ccbfde20f44d7809562185a5251f63912f777fe7811b6536190b070fa2ecbfc4 - 0.0% (1.1 KB)

[#013] sha256:b06047fa49a48e03c343ee063e571e16d822d43414dfcf467637799ba4279764 - 0.0% (1.09 KB)

[#014] sha256:5a8bd560045501a148a7fee867284cb0265be4edb399bd8b5a10f40c29897248 - 0.0% (1.09 KB)

[#015] sha256:5f579ada4d68f52b0d2f4a2e33a15850f086f72b1af60beca0054b6836108855 - 0.0% (1.1 KB)

[#016] sha256:2d1deba3bbfdaae8d12273ecb1cfb035188880a4b198f97564f62f5c1c4e2987 - 0.55% (14.5 MB)

[#017] sha256:412f0136138b31ddf89faac8425b1209c566363304512d9d8dbd6e83e316a6ba - 0.0% (1.1 KB)

[#018] sha256:5443a314c959c8d52a3586d6ed57ad796b90244a00369efa4cd0cc189be25e4e - 0.0% (1.09 KB)

[#019] sha256:2fc8898a3188b42b4143560123fbce1204aaab411c42ab1bac64165a18b3c400 - 0.0% (1.14 KB)

[#020] sha256:edd9ee2ad9417c17d19dc159c3a195867a53229616f0b87e9acde9d8b2cfb592 - 0.0% (1.1 KB)

[#021] sha256:bb575941ded6e266be1ada64f0fb86dac3d8980a4e28ed685bfb0f405da60792 - 0.0% (1.12 KB)


History
2020-05-07 05:09:25 UTC

Apply image 1809-RTM-amd64

2021-06-06 04:28:43 UTC

Install update 1809-amd64

2021-06-08 21:20:55 UTC

cmd /S /C #(nop) ARG ARCH=amd64

2021-06-08 21:20:57 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]

2021-06-08 21:21:11 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-06-08 21:21:21 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-06-08 21:21:47 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-06-08 21:22:03 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-06-08 21:22:12 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/

2021-06-08 21:22:23 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/

2021-06-08 21:22:33 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/

2021-06-08 21:22:34 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev

2021-06-08 21:22:34 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true

2021-06-08 21:22:35 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24

2021-06-08 21:22:36 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-b2dfd8e0da2a07c5ad70baf7dd43db613c321b62-head

2021-06-08 21:22:37 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs

2021-06-08 21:22:39 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:d277368bbb482054cc020b39346d669310b827ab6df93ee04d3616772e190a40 in \etc\rancher\

2021-06-08 21:22:39 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]

2021-06-08 21:22:40 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-06-08T21:17:03Z

2021-06-08 21:22:40 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=b2dfd8e0da2a07c5ad70baf7dd43db613c321b62

2021-06-08 21:22:41 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git

2021-06-08 21:22:41 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher

Danger Zone
Delete Tag

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.

Delete