Namespace
rancher
Image / Tag
rancher-agent:v2.6.13-windows-ltsc2022
Content Digest
sha256:535b6413d406e8553361eb10f75fcfb597ecdc82e23b8dd631572a0789613ef8
Details
Created

2023-05-31 23:54:52 UTC

Size

1.73 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2023-05-31T23:51:19Z
  • org.opencontainers.image.revision
    e91bb053386b32864bbbb306f39061e9f2e287ae
  • 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.13

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:fcfdcf7069fa97d174a5fc8b1cfffbf4f15099246e0d53770bf40a7268bd9b77 - 20.45% (361 MB)

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

[#003] sha256:63303d91f10d4113713b7855d896cab93db5d726a8195fc5740304843230348a - 0.0% (1.27 KB)

[#004] sha256:b0c3f916e2ef2fa3151b691192f179dd17a9c99d12445552acd2d416372decb0 - 0.67% (11.9 MB)

[#005] sha256:6e0d94c37f0d7f864cbb1d69f48803b4ec1346bdfed71dded208ebdcf53a7961 - 2.9% (51.2 MB)

[#006] sha256:44ed63eef3e5dc60080855604f544728a4721c55186a2041ecc36a90322a14cb - 0.67% (11.8 MB)

[#007] sha256:9649d5d3db5149115325a5a78124d9352a234310c44f32822c684cb93acdfe6c - 0.79% (14 MB)

[#008] sha256:1f9c08cb7400fd429387f1d251000de3e30bd0bb75dedc09ce2c947d91d36654 - 0.0% (1.27 KB)

[#009] sha256:d65c6a487f455e8fae6f0617b712131105d9ed5eb3ab240703bb45338533e1bc - 0.0% (1.29 KB)

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

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

[#012] sha256:60e747fad696590dd04775c7f211c84e06e51481bd00373559226d2c9c5f179f - 0.0% (1.26 KB)

[#013] sha256:5233c3fe0fb1080a445620de06d5c3b9f7b65d2e55a16bb319a99403e1383ecd - 1.8% (31.8 MB)

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

[#015] sha256:f6225463b9821d146ad781301cbd7dbd826749b217517dcf9aed34d4496fb42c - 0.0% (1.3 KB)

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

[#017] sha256:4f1cbd3cc0943feacdaef6751379c5bb106824f5b79baa33adb05baaf678ec32 - 0.0% (1.27 KB)

[#018] sha256:80153ed4532939dc543fe65bfda961ecdb21142ce37792c515923b5f3db6e79f - 0.0% (1.27 KB)


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

Apply image 10.0.20348.1487

2023-05-05 13:22:05 UTC

Install update 10.0.20348.1726

2023-05-31 23:54:10 UTC

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

2023-05-31 23:54:10 UTC

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

2023-05-31 23:54:20 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-05-31 23:54:30 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-05-31 23:54:38 UTC

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

2023-05-31 23:54:46 UTC

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

2023-05-31 23:54:46 UTC

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

2023-05-31 23:54:47 UTC

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

2023-05-31 23:54:47 UTC

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

2023-05-31 23:54:48 UTC

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

2023-05-31 23:54:48 UTC

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

2023-05-31 23:54:49 UTC

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

2023-05-31 23:54:50 UTC

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

2023-05-31 23:54:51 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-05-31T23:51:19Z

2023-05-31 23:54:51 UTC

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

2023-05-31 23:54:52 UTC

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

2023-05-31 23:54:52 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