Namespace
rancher
Image / Tag
rancher-agent:v2.8.0-rc3-windows-1809
Content Digest
sha256:0ccb8edf7baff58e1e645c1e6c8d3ee75c69a205a951dd4b6413802a9f334071
Details
Created

2023-10-26 15:29:54 UTC

Size

2.01 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2023-10-26T15:24:58Z
  • org.opencontainers.image.revision
    1f119bc2c048cbcab5717bbc0da6b05a6843417c
  • 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.8.0-rc3

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 76.36% (1.54 GB)

[#001] sha256:1af2bcb37edaec1dd87fc4a6f7c9129ca37bf1f91b65eb365ba9d4c70473beea - 17.62% (363 MB)

[#002] sha256:b808d8a099f1d03a2bd8bad5bc9eca5e6c67487ec1caeb728dc9a90997b9fd5e - 0.0% (1.12 KB)

[#003] sha256:1a33cba6fbe15c31ec2519b6234de6505ac65824fb83bbe088743a147952bbcb - 0.0% (1.06 KB)

[#004] sha256:9799c5f9141428782dea1e2a9272697ab9a46d454bba072dcb585629af166174 - 0.58% (11.9 MB)

[#005] sha256:715e84526ae14f62233a4773d03d0b10cd2e208fbc27b8023b68b8fd39c5be07 - 2.48% (51.2 MB)

[#006] sha256:c4d4bfe0efce32aadc966178f57b33a97fc3b96c71d203a728fac4272955e704 - 0.57% (11.8 MB)

[#007] sha256:a55f00db1c053446a4e382ebbcc896823c7973a530a8b4fee54b00b0e07c6654 - 0.68% (13.9 MB)

[#008] sha256:76eec66b4205d485c41921cfb7181047a0db2755df865d5d8fe72bb03d0cc1f0 - 0.0% (1.09 KB)

[#009] sha256:8eb10f9b173e06d51d748b3609077cc6c32d32f0765940f1565cdce37777cb1c - 0.0% (1.07 KB)

[#010] sha256:b13661af076c9161e2c98bd6f18987f0c2e50e2dc62c9c526337a41e44cdaaf4 - 0.0% (1.06 KB)

[#011] sha256:a91324bf15a62ecf6a235c163b8d1a7de185b6f14aaf7386d0823447fd2839bc - 0.0% (1.06 KB)

[#012] sha256:cb7cc5f4136f6513809c8cbffca880a5c716bdbd333535b607a7272db1f2f426 - 0.0% (1.06 KB)

[#013] sha256:3e7accb4c3e0ad518edec0cc5dad6b6957527a79f045d41e3f41c6eb63e3196e - 1.71% (35.2 MB)

[#014] sha256:0a2e2ed9a1bcb216e0fe62269342b71c625517df87200ad1fa994dfe95d6fea9 - 0.0% (1.07 KB)

[#015] sha256:c4976373a7e005e917b9c8dd61bc9acd5b15e0e4a904ed0deeb2b2ccc75f722e - 0.0% (1.09 KB)

[#016] sha256:c9be4e85f835e0540c1b4af91e9da75e6887d274e6e2e659303efeec5c59d261 - 0.0% (1.09 KB)

[#017] sha256:2b2ffcab6c5ff475339f0c94bece0c46021aa07117c845685e7a43ffca8a4528 - 0.0% (1.07 KB)

[#018] sha256:94e73943f2013e8823ae60bfe02f570393d7926a1415e96df942be606a63fc39 - 0.0% (1.07 KB)


History
2023-06-08 12:58:24 UTC

Apply image 10.0.17763.4499

2023-10-02 08:29:38 UTC

Install update 10.0.17763.4974

2023-10-26 15:28:18 UTC

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

2023-10-26 15:28:18 UTC

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

2023-10-26 15:28:38 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-10-26 15:29:02 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-10-26 15:29:25 UTC

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

2023-10-26 15:29:48 UTC

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

2023-10-26 15:29:49 UTC

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

2023-10-26 15:29:49 UTC

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

2023-10-26 15:29:49 UTC

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

2023-10-26 15:29:50 UTC

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

2023-10-26 15:29:50 UTC

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

2023-10-26 15:29:51 UTC

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

2023-10-26 15:29:52 UTC

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

2023-10-26 15:29:52 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-10-26T15:24:58Z

2023-10-26 15:29:53 UTC

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

2023-10-26 15:29:53 UTC

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

2023-10-26 15:29:54 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