Namespace
rancher
Image / Tag
rancher-agent:v2.7.2-windows-ltsc2022
Content Digest
sha256:986ba9db6cd86221c6faff755a14701a6bde6d4b5aab23b0c3bec72806b31d9e
Details
Created

2023-04-12 03:11:07 UTC

Size

1.71 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2023-04-12T03:07:46Z
  • org.opencontainers.image.revision
    64c5188a5394f7ef7858ebb6807072ad5abe0e80
  • 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.7.2

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:6a0972e4a21b1e21e65ee97fd7f7b548b42f85db2bcb8c941555d9a7111d7e22 - 73.18% (1.25 GB)

[#001] sha256:b7dc569720e147e391e83acee93ea9acada421dbbe760f64b920c685559359ec - 19.94% (350 MB)

[#002] sha256:e83b8af7854195769a4033fa2ff3fadd0c472e2ae9c9641763769e1aa3617945 - 0.0% (1.31 KB)

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

[#004] sha256:a0688f2ece7f752e82d65e16b00d14ad8c201cdec523f85b22d979ef81c345ed - 0.7% (12.2 MB)

[#005] sha256:22725b307e9fee115443784c53e8baa0f0fc3bd9a46ed9e568f28e484a95f834 - 2.93% (51.5 MB)

[#006] sha256:9722d3f4f0892700ceecfa05b7962727be4ab3eade1a55b16e56029625977427 - 0.68% (12 MB)

[#007] sha256:23f6adc72ad143d2dac4fcdd245b37523e1471461ca44a5dbb54c1d84e7488a4 - 0.81% (14.2 MB)

[#008] sha256:c39a003eaf6579a4789228814dd88cc8c1958f9054d0209cb29e2e1f32992ada - 0.0% (1.26 KB)

[#009] sha256:2c7478296fc490354f31ca37318df7407ac690d2f3afbd18033acbb5e3647d50 - 0.0% (1.27 KB)

[#010] sha256:0eeef48ff1a66770716478c49730042692746c8d7d7cf1555efc73420c871616 - 0.0% (1.3 KB)

[#011] sha256:7c64c5e9ba92178a879cf207c2181858c8cf3be253856304f54ca4dc24447570 - 0.0% (1.3 KB)

[#012] sha256:1fb341aa217a4fafd6df9de860ad6a2141fb50fa8a0cad475d6193104e6144de - 0.0% (1.26 KB)

[#013] sha256:10f0cf7c83da491584babb74c20868a210d5864cffb213fdf24e5bf8a39641b2 - 1.76% (30.9 MB)

[#014] sha256:e57e2be82cbe2ebf4bbb622058ce48729c3e72991b286d5803751304102466b7 - 0.0% (1.3 KB)

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

[#016] sha256:b2b880f915142c7c466dd819df4bb053669b22ae13d0e7d02c6de5e9a1569b63 - 0.0% (1.27 KB)

[#017] sha256:9b94fd6717217f5449528c63687cb1deabd36d2f9ec522ed5e94ab843709a8e3 - 0.0% (1.26 KB)

[#018] sha256:46215d3041195a776c6fe1ad090940764b527d67ff031b54b3fb9f116831160e - 0.0% (1.26 KB)


History
2023-01-06 23:47:40 UTC

Apply image 10.0.20348.1487

2023-04-05 00:38:27 UTC

Install update 10.0.20348.1668

2023-04-12 03:10:28 UTC

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

2023-04-12 03:10:28 UTC

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

2023-04-12 03:10:37 UTC

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

2023-04-12 03:10:46 UTC

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

2023-04-12 03:10:54 UTC

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

2023-04-12 03:11:01 UTC

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

2023-04-12 03:11:01 UTC

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

2023-04-12 03:11:02 UTC

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

2023-04-12 03:11:02 UTC

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

2023-04-12 03:11:03 UTC

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

2023-04-12 03:11:03 UTC

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

2023-04-12 03:11:04 UTC

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

2023-04-12 03:11:05 UTC

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

2023-04-12 03:11:06 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-04-12T03:07:46Z

2023-04-12 03:11:06 UTC

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

2023-04-12 03:11:06 UTC

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

2023-04-12 03:11:07 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