Namespace
rancher
Image / Tag
rancher-agent:v2.8.3-rc4-windows-1809
Content Digest
sha256:648e16f85f657d970cb9601b33a9ea322237c0344f3b4de25e47ae18c0056b44
Details
Created

2024-03-14 19:52:33 UTC

Size

2.1 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2024-03-14T19:50:49Z
  • org.opencontainers.image.revision
    0d0e3e202ca43fbf3592de3c63b039f7dd3f6364
  • 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.3-rc4

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:a22a88a4a0d197cb745939f382a7898094af0a089fce3173f283651a01da996b - 21.0% (452 MB)

[#002] sha256:63eb7a15fdb303c2266993a6d09ad1cea46fea9771bf21cd6aa93f9759b25990 - 0.0% (1.07 KB)

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

[#004] sha256:827fd82e44667d3df4eb2ef9668bc120abdf7b3757f28c93316871a966d0a15c - 0.55% (11.9 MB)

[#005] sha256:033975178688464766aa3c7f66cac6b778cd413b45a05d13e3fc249f8209c308 - 2.47% (53.3 MB)

[#006] sha256:26314a8b6632a6fba61ea834a6321fc56ff72fa17d1f9cbc834a2ca6976f21fd - 0.55% (11.8 MB)

[#007] sha256:f2cd4bc8a51fccb3cbec730ff27a2c1d18da610d5dc7f9c2eddec17652275849 - 0.67% (14.4 MB)

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

[#009] sha256:ad0cd911e96448e915411f4fadac447a73f11f3fc297c3ccd3225f7500022de6 - 0.0% (1.08 KB)

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

[#011] sha256:3b958de2cb6241753a537115abffe337b40147d1a7839867ab0f379f45175cdd - 0.0% (1.06 KB)

[#012] sha256:66840441cec3aede3ff6b006a3ea8c34b4d30475ce25bc43f4d901378c7f7847 - 0.0% (1.09 KB)

[#013] sha256:45b8a931ced848669dbc41914547f2a3184678b5f110d4a3f4faa26950013995 - 1.7% (36.6 MB)

[#014] sha256:3278dfe79c4bb32d1872c10e790202300283113e0dbd8cc06270e2417078a7d3 - 0.0% (1.09 KB)

[#015] sha256:4ee8625dd5d9430f7966f4fab8d55f67900b98db00fb11e92cbbd88205075d0c - 0.0% (1.06 KB)

[#016] sha256:8860fb821d13ba17241ad04d91335f84b2a41c547934ba6cb1feef8e4bc109f8 - 0.0% (1.08 KB)

[#017] sha256:ae6829b13640f174c20c9ea8458506761c1821bf2a308d87c8269383a3f83746 - 0.0% (1.09 KB)

[#018] sha256:8036bf9006363fe37c5f7aa74d43c6608c657c4114d0829d30aee954b15eebad - 0.0% (1.07 KB)


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

Apply image 10.0.17763.4499

2024-03-04 01:18:21 UTC

Install update 10.0.17763.5576

2024-03-14 19:50:51 UTC

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

2024-03-14 19:50:51 UTC

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

2024-03-14 19:51:16 UTC

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

2024-03-14 19:51:40 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-03-14 19:52:03 UTC

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

2024-03-14 19:52:26 UTC

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

2024-03-14 19:52:27 UTC

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

2024-03-14 19:52:27 UTC

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

2024-03-14 19:52:28 UTC

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

2024-03-14 19:52:28 UTC

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

2024-03-14 19:52:29 UTC

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

2024-03-14 19:52:30 UTC

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

2024-03-14 19:52:31 UTC

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

2024-03-14 19:52:31 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2024-03-14T19:50:49Z

2024-03-14 19:52:32 UTC

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

2024-03-14 19:52:32 UTC

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

2024-03-14 19:52:33 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