Namespace
rancher
Image / Tag
rancher-agent:v2.6.3-patch2-d5d54bf9a8094742c5bea5acd8a9b4de7cecf913-windows-ltsc2022
Content Digest
sha256:d7fa4c214865f2c4856a92ab5bd9588a465a13da165e2d625d87724d7d732dc1
Details
Created

2022-03-03 18:33:38 UTC

Size

2.16 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2022-03-03T18:33:32Z
  • org.opencontainers.image.revision
    d5d54bf9a8094742c5bea5acd8a9b4de7cecf913
  • 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.3-patch2-d5d54bf9a8094742c5bea5acd8a9b4de7cecf913-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:8f616e6e9eec767c425fd9346648807d1b658d20ff6097be1d955aac69c26642 - 53.85% (1.17 GB)

[#001] sha256:898469748ff68223ab87b654b29fb366c1f4f2b7cfad7a37426346ea16db8dfa - 41.44% (919 MB)

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

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

[#004] sha256:f35ee577fceeb98e020b51fa4746d1b328a4163abf7a2e86111558d386476cc8 - 0.25% (5.53 MB)

[#005] sha256:f4161f8b18a17444a5aac180eabdf2a53e242115385b59fde628de5124500082 - 2.26% (50.2 MB)

[#006] sha256:500b6de7f32d0d29a0d003bd015083acc4ca1652d7cfbb9055d7f715db6ffcdf - 0.25% (5.48 MB)

[#007] sha256:e52b321065454477c170358ff6c1594aff4b7ccb1c4b52d1729ef315770df973 - 0.62% (13.7 MB)

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

[#009] sha256:c18982381734b95e49b930b4ff086da36ff11a3ef1dff413173cc727cf92a60d - 0.0% (1.25 KB)

[#010] sha256:8b10a260bdabbd44ed5cf44e43f5e4c4118c840f0d72676f64b0e56340fc8bb8 - 0.0% (1.28 KB)

[#011] sha256:a86866379166c5fce1b8290aa4885f611e739788eb6f7eef72ebcb18040b9587 - 0.0% (1.25 KB)

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

[#013] sha256:6b49e6cbbd5ab3356a719b085b5c2475ea4ac63a01bf5534a22271185da07f5b - 1.34% (29.7 MB)

[#014] sha256:b1d4aa606948796057286760484ccbf54ff2a98529385f17fe6cb48260e67622 - 0.0% (1.25 KB)

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

[#016] sha256:a880e54522549e7e3183d96108d0dccef6d01e3a8edae5563541a2e7df503ae0 - 0.0% (1.28 KB)

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

[#018] sha256:4b6ffad1d935009d4216c555132a56317259eaef0fb6eb3ef40d000c3617b634 - 0.0% (1.26 KB)


History
2021-05-08 09:40:24 UTC

Apply image 2022-RTM-amd64

2022-02-01 02:49:40 UTC

Install update ltsc2022-amd64

2022-03-03 18:24:26 UTC

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

2022-03-03 18:24:27 UTC

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

2022-03-03 18:24:38 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.1.1/wins.exe'; Write-Host ('Downloading Wins from {0} ...' -f $URL); curl.exe -sfL $URL -o c:\wins.exe; Write-Host 'Complete.'

2022-03-03 18:24:48 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.21.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.'

2022-03-03 18:24:57 UTC

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

2022-03-03 18:25:06 UTC

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

2022-03-03 18:25:06 UTC

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

2022-03-03 18:25:07 UTC

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

2022-03-03 18:25:07 UTC

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

2022-03-03 18:33:33 UTC

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

2022-03-03 18:33:34 UTC

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

2022-03-03 18:33:35 UTC

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

2022-03-03 18:33:36 UTC

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

2022-03-03 18:33:36 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-03-03T18:33:32Z

2022-03-03 18:33:37 UTC

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

2022-03-03 18:33:37 UTC

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

2022-03-03 18:33:38 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