Namespace
rancher
Image / Tag
rancher-agent:v2.6.12-rc1-windows-ltsc2022
Content Digest
sha256:3636ee7a9478a7e0a8399c2ef4fa760ab8fe308905b5643279e1d217f1b40d5a
Details
Created

2023-04-18 21:22:35 UTC

Size

1.72 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2023-04-18T21:19:13Z
  • org.opencontainers.image.revision
    99201397504872f5ec1e27f166d0173698767e9b
  • 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.12-rc1

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

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

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

[#003] sha256:e6daa57f26a630bb863276a6411b8947aa8930cf0a5e644c8b745c04d120722e - 0.0% (1.3 KB)

[#004] sha256:c6850599ae7ffdc8ae6ffe21d618f3d4e35f77d276ce2c09d3261237dbfd163d - 0.69% (12.2 MB)

[#005] sha256:8ae579873c50e17973125556e0571ce2cadcc08f5fcb084fcb1f139e937f0716 - 2.93% (51.5 MB)

[#006] sha256:62786e02ab15a944804fd0f0392e141472b401987e2b73c03cd31e83c521c51e - 0.68% (12 MB)

[#007] sha256:801b66a65b4983f19ae464a239ace6e64df89f0ec6b135d50d7fcd7c9ceeec9d - 0.81% (14.2 MB)

[#008] sha256:7a74c263636712701541549b3977f3bbc5289f99238b6d0d02be6ae63ac6294d - 0.0% (1.29 KB)

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

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

[#011] sha256:15aa3d5d250278893cfdf52bf04c7d4abc011223c49ddd6a167fc51ab8ff9bd7 - 0.0% (1.27 KB)

[#012] sha256:5b1bc98499d86d920d510c5e95a6f1e2f50772aa8664164841fdfae74036e312 - 0.0% (1.27 KB)

[#013] sha256:40c90205a8dd1d0513005ac4bde65716eaf365f613ded2ebb0b4cb63984d363c - 1.81% (31.8 MB)

[#014] sha256:14db28ba1fd05e734a663de27936fad4097ed0bfaddd3bfa7a54f2d312f710b0 - 0.0% (1.28 KB)

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

[#016] sha256:3280f6feed4c1ebc4a9f18dcdf703a385ea4b81b1a3c4cd880d7511b139faacc - 0.0% (1.3 KB)

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

[#018] sha256:082a6482fe620c7f4ea0a62c0462415b3832fdf1c8f5d9e738ef58f1be6fdf81 - 0.0% (1.34 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-18 21:21:55 UTC

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

2023-04-18 21:21:55 UTC

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

2023-04-18 21:22:05 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-18 21:22:14 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-18 21:22:22 UTC

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

2023-04-18 21:22:29 UTC

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

2023-04-18 21:22:30 UTC

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

2023-04-18 21:22:30 UTC

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

2023-04-18 21:22:31 UTC

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

2023-04-18 21:22:31 UTC

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

2023-04-18 21:22:32 UTC

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

2023-04-18 21:22:33 UTC

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

2023-04-18 21:22:34 UTC

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

2023-04-18 21:22:34 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-04-18T21:19:13Z

2023-04-18 21:22:35 UTC

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

2023-04-18 21:22:35 UTC

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

2023-04-18 21:22:35 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