Namespace
rancher
Image / Tag
rancher-agent:v2.7-bb02c692ae9dde2cc082d70eba15f73657dfd585-windows-ltsc2022
Content Digest
sha256:59cf2401a4266ed0e4ffff6b4f25e77ed614814ad7396ca64e6fae85bb4f2972
Details
Created

2023-06-27 21:06:02 UTC

Size

1.45 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2023-06-27T21:03:38Z
  • org.opencontainers.image.revision
    bb02c692ae9dde2cc082d70eba15f73657dfd585
  • 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-bb02c692ae9dde2cc082d70eba15f73657dfd585-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:0ce49598e7371c2c318cfa408f639c917d1f43843fb9e0a3316db1ba7fbb14db - 91.88% (1.33 GB)

[#001] sha256:00a2e483f5aa03d08da3feb8180e007e45995a45db582915690fe8a191caee9f - 0.0% (1.26 KB)

[#002] sha256:091570a3c04730718f3d06a510d09a193e8eb9bdbf435f2aaac57059b18801c1 - 0.0% (1.29 KB)

[#003] sha256:05c408e736334ece27e7a8111d3094ab3be8d031299c53a5bf6e8befcdbbbeec - 0.8% (11.8 MB)

[#004] sha256:7384d7f8447903f2817d98a59377c0c3d5bf9b91445e5e46753f3358339facbd - 3.46% (51.2 MB)

[#005] sha256:9bb1912f89c3e4c5b2a32ae6c5ea8d1b95f3e8f19b7bcd81967e8423471421e1 - 0.8% (11.8 MB)

[#006] sha256:7b2a96e77c1d7867cd7399c90b32cffba144eddcd74b85314d04a1c31963d99a - 0.94% (13.9 MB)

[#007] sha256:79a44983a9e439919d8603bfba91584a040222b3fa25185c85a6f7e91f249ee5 - 0.0% (1.29 KB)

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

[#009] sha256:9cc871b2a7f4bd7dbc7cd4e2b9b2580117aefe2bc1209213c832849316ba0609 - 0.0% (1.26 KB)

[#010] sha256:2f17e3b0441040c1b1287ab9a5c46fcee3b6c1ce391be5f0cd60e7349cb3694b - 0.0% (1.26 KB)

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

[#012] sha256:671061e87fa9044fd0bb46b2da1c58ba37d9b6e8e08c60812a1e14cf7aacf874 - 2.12% (31.4 MB)

[#013] sha256:b4b7ae6a3a203b9202dbf86b1dc6ba05d0e8d8072b3b6d2eee0bf142cd7e6ccc - 0.0% (1.26 KB)

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

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

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

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


History
2023-06-21 08:51:34 UTC

Apply image 10.0.20348.1787

2023-06-27 21:05:23 UTC

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

2023-06-27 21:05:23 UTC

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

2023-06-27 21:05:32 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-06-27 21:05:41 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-06-27 21:05:49 UTC

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

2023-06-27 21:05:56 UTC

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

2023-06-27 21:05:57 UTC

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

2023-06-27 21:05:57 UTC

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

2023-06-27 21:05:57 UTC

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

2023-06-27 21:05:58 UTC

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

2023-06-27 21:05:58 UTC

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

2023-06-27 21:05:59 UTC

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

2023-06-27 21:06:00 UTC

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

2023-06-27 21:06:01 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-06-27T21:03:38Z

2023-06-27 21:06:01 UTC

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

2023-06-27 21:06:02 UTC

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

2023-06-27 21:06:02 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