Namespace
rancher
Image / Tag
rancher-agent:v2.6-138c77127617d3d2d19dfd70fdbfb8ad8a80cdc1-windows-ltsc2022
Content Digest
sha256:ea0f379daeee051a30211bff8893d03af5e5c1be0457c4f675be92a91572f306
Details
Created

2023-02-09 12:18:12 UTC

Size

1.37 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2023-02-09T12:16:04Z
  • org.opencontainers.image.revision
    138c77127617d3d2d19dfd70fdbfb8ad8a80cdc1
  • 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-138c77127617d3d2d19dfd70fdbfb8ad8a80cdc1-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:23f2619975fbe61f27af0ed741d0bfc52ed00b371dd078820e7772ea0b6d8c6c - 0.0% (1.27 KB)

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

[#003] sha256:f391484fb3703328cc3dac769cf5a0aabd6b7d51dc81a103837d133338f9ee24 - 0.86% (12.1 MB)

[#004] sha256:33f9b09b96e82ebaad272fa36ca45433ded241681602b836b6b60969d0e95b0d - 3.66% (51.5 MB)

[#005] sha256:3a98ac8a52322442c666f18dcf8ede0c013b73ff9f54f7bfb08c4f18011eecb4 - 0.86% (12 MB)

[#006] sha256:4d133580a822d4dd6df8d0e0d089c570e2d9e2f7880f1ea506f26bc3182f1db6 - 1.01% (14.2 MB)

[#007] sha256:c6cd585b121219ca31e62a95e4b4b71ef2626e9e70e0d54a3e6020863469ef26 - 0.0% (1.26 KB)

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

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

[#010] sha256:0a2eff409f42f5349afbded820d77a56444663070f553f8b6817a5d37474e04a - 0.0% (1.26 KB)

[#011] sha256:d8846e17bf5d393382f37225cd4bcb757a9b3ebbee9a1a53e3cfa645c3bd5250 - 0.0% (1.26 KB)

[#012] sha256:f0f47256d0a16f003f91221e7761ed9ecba9d9f8755fb9d10dd03e7076b60780 - 2.25% (31.7 MB)

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

[#014] sha256:449b8bf2b81dffa4f10d3b817ac5bbf4c6fb416561040d138ddbda68397dc406 - 0.0% (1.27 KB)

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

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

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


History
2023-01-06 23:47:40 UTC

Apply image 10.0.20348.1487

2023-02-09 12:17:35 UTC

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

2023-02-09 12:17:35 UTC

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

2023-02-09 12:17:44 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-02-09 12:17:53 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-02-09 12:18:00 UTC

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

2023-02-09 12:18:07 UTC

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

2023-02-09 12:18:07 UTC

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

2023-02-09 12:18:08 UTC

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

2023-02-09 12:18:08 UTC

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

2023-02-09 12:18:08 UTC

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

2023-02-09 12:18:09 UTC

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

2023-02-09 12:18:10 UTC

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

2023-02-09 12:18:11 UTC

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

2023-02-09 12:18:11 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-02-09T12:16:04Z

2023-02-09 12:18:12 UTC

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

2023-02-09 12:18:12 UTC

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

2023-02-09 12:18:12 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