Namespace
rancher
Image / Tag
rancher-agent:v2.6.3-patch1-rc2-windows-ltsc2022
Content Digest
sha256:956bbff62b3f1e732a534048d9350eec9aa1b47010ef479c74a546d77ea6c1c8
Details
Created

2022-01-24 19:36:28 UTC

Size

2.16 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2022-01-24T19:32:43Z
  • org.opencontainers.image.revision
    66d522468684bdaa8fac7c42b9b4c4469846b955
  • 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-patch1-rc2

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:0e02c12b1310e6c76c29fcd6f81905400fdb6a01caac9dc825939ad004baffef - 41.25% (912 MB)

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

[#003] sha256:39b8c7f43a9009515fa35fd5f663d8c5a59cc6ccc47efcd4527f304a424b9183 - 0.0% (1.25 KB)

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

[#005] sha256:9db609e637ab4f6698c806ec3e9119efe1578bc20108677858a7ce4409219695 - 2.27% (50.2 MB)

[#006] sha256:36ea28037c2cd227e4cdfae72206d3a3d9cb07c8fd24e237d0199300aa6df7d2 - 0.25% (5.47 MB)

[#007] sha256:09f969c272ec806efcf7f97d68f6e61f0d4694d8841d98a53386ce32e5f9f2a5 - 0.62% (13.6 MB)

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

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

[#010] sha256:74be67109ec509d11622eb15698ffe6ef91877bb314b843a269d956281ac7a14 - 0.0% (1.27 KB)

[#011] sha256:2a702d670c91878f3ac7b5acad48881aea037ebabce3653ba02d4d13fef6f000 - 0.0% (1.28 KB)

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

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

[#014] sha256:beaf7fe70422c87c5f8d33d01c614e1ed3505d94df9e6c51981265b844f6c29f - 0.0% (1.29 KB)

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

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

[#017] sha256:ff6440c39b1103020e811a79ac850e19c7f968a36dbfdd7f03b5aa1a906241ff - 0.0% (1.25 KB)

[#018] sha256:3d05a8dba30c3b3d245b430f322de30bc7f3df407be13411baec9caa0d071e8c - 0.0% (1.25 KB)


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

Apply image 2022-RTM-amd64

2022-01-16 05:17:24 UTC

Install update ltsc2022-amd64

2022-01-24 19:35:47 UTC

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

2022-01-24 19:35:48 UTC

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

2022-01-24 19:35:58 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-01-24 19:36:07 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-01-24 19:36:15 UTC

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

2022-01-24 19:36:23 UTC

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

2022-01-24 19:36:23 UTC

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

2022-01-24 19:36:24 UTC

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

2022-01-24 19:36:24 UTC

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

2022-01-24 19:36:24 UTC

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

2022-01-24 19:36:25 UTC

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

2022-01-24 19:36:26 UTC

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

2022-01-24 19:36:26 UTC

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

2022-01-24 19:36:27 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-01-24T19:32:43Z

2022-01-24 19:36:27 UTC

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

2022-01-24 19:36:28 UTC

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

2022-01-24 19:36:28 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