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

2022-01-28 01:55:11 UTC

Size

2.16 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2022-01-28T01:51:14Z
  • org.opencontainers.image.revision
    f979e0dffdbbf71aebd1f757eabf131cb39c2749
  • 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

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:d2f50c6ac643b08eed89297170085962c2c6dd048f2b3bdb324c4ef1636d2492 - 0.0% (1.28 KB)

[#003] sha256:95f8d8c43f57a697bcc93938b819fe5777c7e2fce004c348f0d4ca17a58e05f1 - 0.0% (1.25 KB)

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

[#005] sha256:1d1fa86d4e03a05c9420ac9a29097233d4212b40b8c320ec80fcd3e3c1c24f03 - 2.27% (50.2 MB)

[#006] sha256:53a8f7d11b6c43849a9997ad749582c7c437f33db179c4b2e8c71f635e7631c0 - 0.25% (5.47 MB)

[#007] sha256:3549b1158d5936d3ef73f80cd412193eed1603593bf1e95426e651112c9c7c86 - 0.62% (13.6 MB)

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

[#009] sha256:4e99592a17f7b89e545275c1990edb7687af40e668a6b72f48cee6a0c686cafb - 0.0% (1.26 KB)

[#010] sha256:05ab1d5ec7f38bbbc93985852811ba5be27f089ea43db8368d45727ed5c1a228 - 0.0% (1.29 KB)

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

[#012] sha256:6645cc358f6577b440d43dca7ca2798d8f70f929cd4ca7f457369d89a29de9aa - 0.0% (1.25 KB)

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

[#014] sha256:892768c2c313220dcc10a1a43432a14b2a2ee4eff65ab4a6a8a650a974a88e1e - 0.0% (1.26 KB)

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

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

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

[#018] sha256:a330e42ddc4b34a0b89531dcb1ee82c6c01b6252be7ccd2ced6a315820203b41 - 0.0% (1.26 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-28 01:54:26 UTC

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

2022-01-28 01:54:27 UTC

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

2022-01-28 01:54:37 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-28 01:54:47 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-28 01:54:56 UTC

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

2022-01-28 01:55:05 UTC

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

2022-01-28 01:55:05 UTC

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

2022-01-28 01:55:06 UTC

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

2022-01-28 01:55:06 UTC

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

2022-01-28 01:55:06 UTC

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

2022-01-28 01:55:07 UTC

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

2022-01-28 01:55:08 UTC

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

2022-01-28 01:55:09 UTC

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

2022-01-28 01:55:10 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-01-28T01:51:14Z

2022-01-28 01:55:10 UTC

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

2022-01-28 01:55:11 UTC

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

2022-01-28 01:55:11 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