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

2023-03-31 22:43:51 UTC

Size

1.67 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2023-03-31T22:40:35Z
  • org.opencontainers.image.revision
    1c8f662d0f544f47d7e854cee22ad185935db2ca
  • 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-rc8

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:9d544046b1cdcaa3f8d6bbc0d22bac575707e7849f26d607e68b793a2b98614c - 17.8% (304 MB)

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

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

[#004] sha256:e8d2e1e90f57732a39ea3eb8b36a051ed4f766a35a2da3c36ac608ebca6b8fe0 - 0.71% (12.2 MB)

[#005] sha256:61c11460cffd9e7f291bf12bdfc49d801d9fe0dfb874f86ea7c52902b3c1c7ce - 3.01% (51.5 MB)

[#006] sha256:5e9fd8081798c6c8b7b0e18e296e7b66b50915c53de89617bdd3d2101eda403a - 0.7% (12 MB)

[#007] sha256:075191518d5376af8443d29f71afcbc49e21279087c0b1e28fe0ccd25a308b0e - 0.83% (14.2 MB)

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

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

[#010] sha256:3ee70b72a99121a57f2f20421c6f0f31a4ef83a5415e9b88c578d0ea70e1e58f - 0.0% (1.26 KB)

[#011] sha256:622e0899bcca55911fd3cd873f0ba6ef40212a63b54e471a5ba6882b6c8068e3 - 0.0% (1.26 KB)

[#012] sha256:7f4f88df63c999b4d5a315cc8aaceb0c6dfaea0817358177e2f71f6304c65036 - 0.0% (1.27 KB)

[#013] sha256:bd9af07167e1faeb5047af3abece7c9f9a090217250df3a42021aea2e8265e2d - 1.81% (30.9 MB)

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

[#015] sha256:a7e5349f48716149b0928cbbbec94ea2b87c65f3f1c73a5ebd8623a9dbdef915 - 0.0% (1.26 KB)

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

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

[#018] sha256:2248281ad96dc89a0ed9c914bc072f339c2b289b76a0a0cd8051aab69f7c6870 - 0.0% (1.29 KB)


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

Apply image 10.0.20348.1487

2023-03-10 06:37:36 UTC

Install update 10.0.20348.1607

2023-03-31 22:43:11 UTC

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

2023-03-31 22:43:12 UTC

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

2023-03-31 22:43:21 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-03-31 22:43: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-03-31 22:43:38 UTC

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

2023-03-31 22:43:45 UTC

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

2023-03-31 22:43:45 UTC

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

2023-03-31 22:43:46 UTC

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

2023-03-31 22:43:46 UTC

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

2023-03-31 22:43:47 UTC

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

2023-03-31 22:43:47 UTC

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

2023-03-31 22:43:48 UTC

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

2023-03-31 22:43:49 UTC

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

2023-03-31 22:43:49 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-03-31T22:40:35Z

2023-03-31 22:43:50 UTC

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

2023-03-31 22:43:50 UTC

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

2023-03-31 22:43:51 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