Namespace
rancher
Image / Tag
rancher-agent:v2.6.4-alpha2-windows-1809
Content Digest
sha256:0e1c123e9130c91c8419e0de8b86edf3474b5cd56abcdaf57212c2d151a3c9ef
Details
Created

2022-01-22 00:50:25 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2022-01-22T00:47:18Z
  • org.opencontainers.image.revision
    4763f8de071847d4303a610b196120bf26846c4a
  • 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-alpha2

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:567fd00846e9a9f44eea5925b497356dda00fe89b8335d2a3b2a8b9d84b0bb69 - 35.26% (949 MB)

[#002] sha256:433a8acb42a4b7f2a19f4ec6a2622c2620f17a0b52edb04e25f2fdbed971dd97 - 0.0% (1.07 KB)

[#003] sha256:c4b0f2b6a170bdc83f0feb982d312512054fdbdcfe4188b36967e1b6a7adf2ee - 0.0% (1.1 KB)

[#004] sha256:a134c92642d19eaa303405b05fbdd38d52eb60abb3e32e8b9bfc63ed4108823c - 0.2% (5.28 MB)

[#005] sha256:1b474bc34d6c8c4442c8cf585b2a24ef8bdad863e41f256a9b913e3d9e449989 - 1.86% (50 MB)

[#006] sha256:a269b1201b2fedd6949dd5644c88af0f8b5f8db88012bfff61e5258142f8d9b8 - 0.2% (5.26 MB)

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

[#008] sha256:3643ccbbf8c44f6ef4b180b90775c6f3075010076febf5ed5192d973d29b30ec - 0.0% (1.06 KB)

[#009] sha256:25310f663c5b6ebaafb80159ce34b6e018cd7ade99d34ec3de26aa84d66c2687 - 0.0% (1.07 KB)

[#010] sha256:d21cdd0fe18c7e1612ec3090673cd8f461ae870bf54a52e77c37c4e7d0643634 - 0.0% (1.1 KB)

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

[#012] sha256:9511d419f54cb853b782b91ed42b9a082d93258c4a633191abeec7b5b7023e0f - 0.0% (1.07 KB)

[#013] sha256:377ed81254f30afff9e5a42ab74ae40c41f92451d76ed87edc102ae42bb46f94 - 1.11% (29.8 MB)

[#014] sha256:1bd8c00be97ce4a980ceb2e1adb9d2a40f2645d2b69bc9d504747bdce0ebd937 - 0.0% (1.07 KB)

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

[#016] sha256:1df1e9843f38963d950940be5b371d97a6048391254f14f0296a65f93ab8f41b - 0.0% (1.07 KB)

[#017] sha256:5825e1678e8993f0760c6230fcdc4ebc02e6f7e2b04fc996b8c191c58a820c5f - 0.0% (1.07 KB)

[#018] sha256:3996606d27c3e4781da6ecd58d750f8da5bcc8e88a09c45b1ce110c4dc9a3d87 - 0.0% (1.09 KB)


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

Apply image 1809-RTM-amd64

2022-01-18 01:52:23 UTC

Install update 1809-amd64

2022-01-22 00:49:44 UTC

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

2022-01-22 00:49:45 UTC

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

2022-01-22 00:50:02 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-01-22 00:50:09 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-01-22 00:50:15 UTC

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

2022-01-22 00:50:21 UTC

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

2022-01-22 00:50:21 UTC

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

2022-01-22 00:50:21 UTC

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

2022-01-22 00:50:22 UTC

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

2022-01-22 00:50:22 UTC

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

2022-01-22 00:50:22 UTC

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

2022-01-22 00:50:24 UTC

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

2022-01-22 00:50:24 UTC

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

2022-01-22 00:50:24 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-01-22T00:47:18Z

2022-01-22 00:50:25 UTC

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

2022-01-22 00:50:25 UTC

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

2022-01-22 00:50:25 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