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

2023-01-04 00:20:11 UTC

Size

2.39 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2023-01-04T00:20:09Z
  • org.opencontainers.image.revision
    8062f1e3ab7bff870dfab195ff699a308644168a
  • org.opencontainers.image.source
    https://github.com/rancherlabs/embargoed-security.git
  • org.opencontainers.image.url
    https://github.com/rancherlabs/embargoed-security

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.7.2-rc1

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:97f65a0ec59e643faf84024aa713a9be059322380315fda829756bbbd96d6258 - 56.04% (1.34 GB)

[#001] sha256:f02a459b6762581b68b0bcef54424185a63dc797b7e39eba476c61ac1f423863 - 39.04% (955 MB)

[#002] sha256:3e121975f0697e5ae2d9700a297a972e5378a016b03be91b89e7525c841a46a2 - 0.0% (1.29 KB)

[#003] sha256:833a19ac9fe07308691a1b2c2752452cfdb64386d1ac73538812728a1c5ac17d - 0.0% (1.26 KB)

[#004] sha256:af17623fec9cc5e6bdc68ffdcb75dbf2ce8542cac7a112075690888a44879fea - 0.49% (12 MB)

[#005] sha256:7099b7fb7250990268cc97bffa5d2ad7633027bd9e3e790300c479550dccf366 - 2.1% (51.4 MB)

[#006] sha256:d495efb41dbc8992429c1f6ed5b98d46bf61d9face46971f017fe35e0a462856 - 0.49% (12 MB)

[#007] sha256:79201f3bc18bb597a3c5cce3bd1243270e9a93725cd8137ba3a8aef95d03d0d8 - 0.58% (14.2 MB)

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

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

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

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

[#012] sha256:7463d441c5fa09c13db96d52c82cc7b63d216d663628f2deeee30901ce0e42f1 - 0.0% (1.27 KB)

[#013] sha256:ca6b38dc7c1f1407a7e6d898114fc5eb0fc4a5af205c1f7a88b68ab1141ea313 - 1.25% (30.6 MB)

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

[#015] sha256:5b5b5de6b60f363b64993b6ba08042177d725fed110e6c97d6b07db422069937 - 0.0% (1.32 KB)

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

[#017] sha256:5a1c16973d60e52595fcca460a7d599c53c5ebc414f3cb047b292903beb2917b - 0.0% (1.29 KB)

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


History
2022-04-22 01:12:09 UTC

Apply image 10.0.20348.643

2022-12-09 09:36:47 UTC

Install update 10.0.20348.1366

2023-01-03 21:41:43 UTC

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

2023-01-03 21:41:43 UTC

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

2023-01-03 21:41:55 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-01-03 21:42:04 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-01-03 21:42:13 UTC

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

2023-01-03 21:42:21 UTC

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

2023-01-03 21:42:21 UTC

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

2023-01-03 21:42:22 UTC

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

2023-01-03 21:42:22 UTC

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

2023-01-03 23:52:05 UTC

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

2023-01-03 23:52:06 UTC

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

2023-01-03 23:52:07 UTC

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

2023-01-03 23:52:08 UTC

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

2023-01-04 00:20:10 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-01-04T00:20:09Z

2023-01-04 00:20:10 UTC

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

2023-01-04 00:20:11 UTC

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

2023-01-04 00:20:11 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://github.com/rancherlabs/embargoed-security

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