Namespace
rancher
Image / Tag
rancher-agent:v2.6.4-rc12-windows-1809
Content Digest
sha256:974a5b2472ba153674e720210249fe42672f304c4378bde0a79a3b09118b80f0
Details
Created

2022-03-23 00:08:02 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2022-03-23T00:04:54Z
  • org.opencontainers.image.revision
    c2d8e324552a9287a726e0cb7df7fe5971169e9e
  • 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:v2.6.4-rc12

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:0a6173b79e25f2ebc0ed51b0ac32a6f65ca5a3bbfcbeab8b74a6c24324121dea - 35.31% (951 MB)

[#002] sha256:3e9a83fb95a5ae290c8db301928aa43460f3d1314f3e3c803ba008a75575bf11 - 0.0% (1.07 KB)

[#003] sha256:af5e7687f74fa7062adb9cc2128627daf2ec9892bfd6a0a69ec08b9e2c46d322 - 0.0% (1.07 KB)

[#004] sha256:76cbd1d022bfab22d8f2e11528bae301994b77c3e46b8e47a0f00e3c7f670700 - 0.2% (5.29 MB)

[#005] sha256:3c43882f536b2f0fa98b10cce210fac773cae08e3bbf23b737fc51c98420d9d7 - 1.86% (50 MB)

[#006] sha256:2ac1e1940809a8057487de50ef06cb04926568f8263ef6ef642919c72ce427e4 - 0.2% (5.27 MB)

[#007] sha256:bffccec41f5a4b7cdb1aad8d7cfe6fcde5f78122ef245c3e53c61ca301a0eac7 - 0.5% (13.4 MB)

[#008] sha256:15a212fdcc56c55198a332e7dcd9047ebdc22aeab6ace063b711fff56e725b85 - 0.0% (1.07 KB)

[#009] sha256:a2ab07166d6849f871f22cb12b90e986feda01ad6a1bfcc5fee60fe2e137a4d2 - 0.0% (1.12 KB)

[#010] sha256:e0058757cb36fa7093eee6307cfe47ff44da64dc7548349bb80e8dd427d0c5c6 - 0.0% (1.09 KB)

[#011] sha256:b4dfcf0c7e9fbcbd5c73010bfb996a065f711f2cb78e01ddd31c2beb1abf3814 - 0.0% (1.07 KB)

[#012] sha256:5ba54ea6e8c908c9f004d46dff783ef724bda8e2844aa6d040796e6a31d0178f - 0.0% (1.07 KB)

[#013] sha256:6c7588c4ec0399a4c2104e0e8abf65b8e4b4d9bd496f7db735ac4b63c1ac0348 - 1.08% (29.2 MB)

[#014] sha256:142d136923fa15f2c46dbcccd88107f8f57f8c4a947c4d54c9a65c1db83b681c - 0.0% (1.06 KB)

[#015] sha256:a84431005f26c316de01b0829bcb202b745b70fbd6729b1ea06eb5ee67bf52f7 - 0.0% (1.09 KB)

[#016] sha256:34497cc76f3d320ee6d47d80484910cc4b16dde372ab650c580471fa2b1d9644 - 0.0% (1.07 KB)

[#017] sha256:4c0eac830f507ff152b7629078dccf58b8a5df2becd9fea02ce06225619a0612 - 0.0% (1.07 KB)

[#018] sha256:1664e183a4da02311314b32543cb03c76b464bc3c03f188c102f358cc6ba6499 - 0.0% (1.07 KB)


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

Apply image 1809-RTM-amd64

2022-03-03 15:05:04 UTC

Install update 1809-amd64

2022-03-23 00:07:20 UTC

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

2022-03-23 00:07:20 UTC

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

2022-03-23 00:07:39 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); curl.exe -sfL $URL -o c:\wins.exe; Write-Host 'Complete.'

2022-03-23 00:07:46 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.21.3/kubernetes-client-windows-amd64.tar.gz'; Write-Host ('Downloading Kubernetes from {0} ...' -f $URL); curl.exe -sfL $URL -o c:\kubernetes.tar.gz; Write-Host 'Expanding ...'; tar.exe -xzvf c:\kubernetes.tar.gz; Write-Host 'Complete.'

2022-03-23 00:07:52 UTC

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

2022-03-23 00:07:58 UTC

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

2022-03-23 00:07:58 UTC

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

2022-03-23 00:07:58 UTC

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

2022-03-23 00:07:59 UTC

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

2022-03-23 00:07:59 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6.4-rc12

2022-03-23 00:07:59 UTC

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

2022-03-23 00:08:00 UTC

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

2022-03-23 00:08:01 UTC

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

2022-03-23 00:08:01 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-03-23T00:04:54Z

2022-03-23 00:08:02 UTC

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

2022-03-23 00:08:02 UTC

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

2022-03-23 00:08:02 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