Namespace
rancher
Image / Tag
rancher-agent:v2.8.6-alpha3-windows-1809
Content Digest
sha256:19d52add65a73ffb4aa06cef8e6c208cb84e9c7ea000d7ce338e62076cb78edd
Details
Created

2024-07-04 18:40:41 UTC

Size

2.19 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2024-07-04T18:39:07Z
  • org.opencontainers.image.revision
    7749c6f7760ca27ae3ca311e62c3be573d95f308
  • 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.8.6-alpha3

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 70.05% (1.54 GB)

[#001] sha256:56a5fd77f8cb6921d3e283f98213bf8c163d3502a75b4a8e4a809a15654f7d1a - 24.19% (544 MB)

[#002] sha256:4dc0d88749401dde78b3fbe447b6efb6df6c1f66a02441de5d776d985239ac57 - 0.0% (1.07 KB)

[#003] sha256:d92fedebff667e4579a6cbfdab4fad8fcb4f96d6fbe658b0fce9c54fd1fc0ff7 - 0.0% (1.06 KB)

[#004] sha256:e903e757e5dc509381a0100f2fec2569d69ed1bf16ec814bfb8a8ad9a5496555 - 0.56% (12.5 MB)

[#005] sha256:7e73550c06055e70e2921b77024f2cf702b6036d6055d7ec1c0355b765b228ba - 2.37% (53.3 MB)

[#006] sha256:8c5c76e7461bb89b959bddc6fe66efb9fbadcfa83aff19e98fc9a0e43f9d765b - 0.55% (12.4 MB)

[#007] sha256:5cb6ba92e921019dd6bf94c07c440d3ccc769500c03817dfaed3594b206a15e4 - 0.64% (14.4 MB)

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

[#009] sha256:bf88db8f2db440c28fa504aa988cbe494389982ed0e37c03a1fe5807b1a51ec5 - 0.0% (1.06 KB)

[#010] sha256:7fb38844556a45762da41cb721cdffff67c4412734b8c9642dffc24dc2f9f3d8 - 0.0% (1.07 KB)

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

[#012] sha256:e3957d0c060eec7dcf7265e1ddb2f676c3ed43f5e851e9d42b930fc0dc9431fb - 0.0% (1.06 KB)

[#013] sha256:b3d0f44baedd9332148761401aa92c5bee47f9b0e9d509911734220273d3ed56 - 1.63% (36.7 MB)

[#014] sha256:5ecd1bf0ef669ecd6d5e645b458a898f3d7a8ee0454ffdf3f10a8e067d581392 - 0.0% (1.07 KB)

[#015] sha256:ac7aae6960cc238a5de0fe9525e556c71b3a6a9c9cfc3147ef0a577dd088bb74 - 0.0% (1.07 KB)

[#016] sha256:b2942bd4836e9362f06f8b0200798592da19e7a10849b04cf4549c38d03583fc - 0.0% (1.09 KB)

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

[#018] sha256:977a95264ecf0c18152dc5be7a873f0d99d5e6c6a2b06c025795ec29ba0b735e - 0.0% (1.06 KB)


History
2023-06-08 12:58:24 UTC

Apply image 10.0.17763.4499

2024-06-07 11:19:50 UTC

Install update 10.0.17763.5936

2024-07-04 18:39:09 UTC

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

2024-07-04 18:39:09 UTC

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

2024-07-04 18:39:31 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.4.16/wins.exe'; Write-Host ('Downloading Wins from {0} ...' -f $URL); curl.exe -sfL $URL -o c:\wins.exe; Write-Host 'Complete.'

2024-07-04 18:39:53 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.25.12/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.'

2024-07-04 18:40:14 UTC

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

2024-07-04 18:40:34 UTC

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

2024-07-04 18:40:35 UTC

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

2024-07-04 18:40:35 UTC

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

2024-07-04 18:40:36 UTC

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

2024-07-04 18:40:36 UTC

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

2024-07-04 18:40:37 UTC

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

2024-07-04 18:40:38 UTC

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

2024-07-04 18:40:39 UTC

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

2024-07-04 18:40:40 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2024-07-04T18:39:07Z

2024-07-04 18:40:40 UTC

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

2024-07-04 18:40:41 UTC

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

2024-07-04 18:40: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