Namespace
rancher
Image / Tag
rancher-agent:v2.9-b5c545edac4eb1a40aabf1cfbc06ce9c143bed0e-windows-ltsc2022
Content Digest
sha256:8b47045da6149e1c57a583c561b0d7e0b110aab975d7c157c268c8b27e88e227
Details
Created

2024-01-18 21:44:50 UTC

Size

1.89 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2024-01-18T21:44:02Z
  • org.opencontainers.image.revision
    b5c545edac4eb1a40aabf1cfbc06ce9c143bed0e
  • 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.9-b5c545edac4eb1a40aabf1cfbc06ce9c143bed0e-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 68.27% (1.29 GB)

[#001] sha256:a97a84f9ecb04e6f34ca7d17667bf0abbd83ea39301725226a2352330b4402d3 - 25.15% (488 MB)

[#002] sha256:fe79142fe9c74117bd80f027d7852ea98631208744c15377beb31c21843cafdb - 0.0% (1.26 KB)

[#003] sha256:dde45c0a87327a3beaacce0ea6df9d87da208e5f587ac27fa38d27c4fd328173 - 0.0% (1.29 KB)

[#004] sha256:6b52c79fa836da52e0b278ec9bebad17afa3ca9e53d7eb1427cbef259c608497 - 0.62% (11.9 MB)

[#005] sha256:ea9ce78b68bfcbbc553f763f1f09cdde0e3fb25634bc8cb5f3601c57dadf077b - 2.75% (53.3 MB)

[#006] sha256:445680986e0ccc8b60c0ce2ef55710d134bfbf7332bc5fd8f82f222a0f621d7c - 0.61% (11.8 MB)

[#007] sha256:83434ff72fcd47750c858b7a6839b850f6cf7fa33a0f9bfc5b77bd26d5733905 - 0.74% (14.4 MB)

[#008] sha256:e561d9cc3ef8d5ef1b9c693308560079dacde06b4e9d9c0785544f5a5f128e2f - 0.0% (1.29 KB)

[#009] sha256:6415a555eede097a7cfc4881bbc8b7a4f2d98c8d2adf15d724af325ec07c7771 - 0.0% (1.27 KB)

[#010] sha256:aaf2ab0722d599d2d89207b4915525fd2815a8f72553c2234071cce83b65b13f - 0.0% (1.27 KB)

[#011] sha256:b43f0e01385ece13120c8c763da2ae1e162a263b6ed357d5f71257f257a2c151 - 0.0% (1.29 KB)

[#012] sha256:e4eb0b51accae78f6a78a08434d0b9b39c186ed269894f95a728f375ab37daeb - 0.0% (1.3 KB)

[#013] sha256:6d7fb35a0512bf0e6480a2526121bcd032315b37c64614baf78c71c85ce32e64 - 1.86% (36 MB)

[#014] sha256:968aac3e3b1f7152e544c821b6cd5472a2a74bcd3da05d93f89e83089b9a5b77 - 0.0% (1.27 KB)

[#015] sha256:cfb3a2fbf6a230ee57cf614d5e684d5a967b65c736beb4a1c08a3fb48a2b2cb0 - 0.0% (1.29 KB)

[#016] sha256:7d5a1fb913d4ee50f1a8fb7d61db9e6c3e34f6e94a4a429bf243d743c5474e5c - 0.0% (1.26 KB)

[#017] sha256:0452d22b9afb0e5c39c2d282728ce533de67f8062224b2a31fb659ceb970dcdb - 0.0% (1.31 KB)

[#018] sha256:8bb31f0bb960b77557dd5f4c6869214d3cf83f36dade6ca66c3f29b20c60b55d - 0.0% (1.3 KB)


History
2023-06-08 12:55:20 UTC

Apply image 10.0.20348.1787

2024-01-04 03:43:51 UTC

Install update 10.0.20348.2227

2024-01-18 21:44:04 UTC

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

2024-01-18 21:44:04 UTC

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

2024-01-18 21:44:14 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-01-18 21:44:24 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-01-18 21:44:33 UTC

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

2024-01-18 21:44:42 UTC

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

2024-01-18 21:44:43 UTC

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

2024-01-18 21:44:43 UTC

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

2024-01-18 21:44:44 UTC

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

2024-01-18 21:44:44 UTC

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

2024-01-18 21:44:45 UTC

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

2024-01-18 21:44:46 UTC

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

2024-01-18 21:44:48 UTC

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

2024-01-18 21:44:48 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2024-01-18T21:44:02Z

2024-01-18 21:44:49 UTC

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

2024-01-18 21:44:49 UTC

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

2024-01-18 21:44:50 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