Namespace
rancher
Image / Tag
rancher-agent:v2.8.3-rc8-windows-1809
Content Digest
sha256:685ebdb168b464646b49558bc0df072b17b1599a8691061d5d537b878c151c6e
Details
Created

2024-03-28 14:05:33 UTC

Size

2.1 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2024-03-28T14:04:08Z
  • org.opencontainers.image.revision
    904c2fb091373c12951a0c54d8ba10969d887369
  • 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.3-rc8

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:a22a88a4a0d197cb745939f382a7898094af0a089fce3173f283651a01da996b - 21.0% (452 MB)

[#002] sha256:f7cb11805036af3aa0cd3b8638c1ef36e3e2dd6ae64b5f164b8a49f502818197 - 0.0% (1.07 KB)

[#003] sha256:afd4279acaf91aec16c5f946706884702bdff508263c75f2c7d54ac1377d56dd - 0.0% (1.07 KB)

[#004] sha256:a7f65ff35245224368a3db29fb2d70b9b1836257127ca314157ce619cf77c871 - 0.55% (11.9 MB)

[#005] sha256:a8cfc6f06ad751580f4bfc942e5d87493cfd7d72b395581d11e61f810df308c3 - 2.47% (53.3 MB)

[#006] sha256:f426c03d08cc3189be33d1b15d2477c730a3c39b0f3e2848487a2b37819ad31b - 0.55% (11.8 MB)

[#007] sha256:d18f49da74a22fa54b5176c316ff0b3c7d95443d2de5bad6569b7c8fc0ef5217 - 0.67% (14.4 MB)

[#008] sha256:469fa04b7e4d9f0921a416a963ced319fa18379fb0923499f98b37c365332ddb - 0.0% (1.06 KB)

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

[#010] sha256:21c41325193a4eeb647a1b8e29e470b839e991710b8ecdb162245e0f0b0566f0 - 0.0% (1.07 KB)

[#011] sha256:40bef5d2c172f9d95da469aa36c8c10f093ac3a5b8df6c616a5b237225ae50cf - 0.0% (1.09 KB)

[#012] sha256:d3011aac711e2b99ec1329e2f24f71bffb8ed0da030ed3b442f49cf6f20842b9 - 0.0% (1.09 KB)

[#013] sha256:b4a62dfa17f84f94c8a9003f8456b312664c1c69e91d543167ba91125452ba17 - 1.7% (36.6 MB)

[#014] sha256:658f360ac46b4d5fdad797aa1071bcc8b3f75eeadbc910af115b035d4a328381 - 0.0% (1.07 KB)

[#015] sha256:7830df4b3a02545c97a7e20f07cfe93ca87ee4a0b4e25044b61d878fade2224c - 0.0% (1.06 KB)

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

[#017] sha256:6b12ffc8795d6f7e256e3634b9be4eb9cf6889da465aa4e00edb4579878f9d06 - 0.0% (1.06 KB)

[#018] sha256:257a7a2b7c8b49afada44a93f2aee173ceacfc0f5c8a2ee81a010f82f7d653c3 - 0.0% (1.06 KB)


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

Apply image 10.0.17763.4499

2024-03-04 01:18:21 UTC

Install update 10.0.17763.5576

2024-03-28 14:04:10 UTC

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

2024-03-28 14:04:10 UTC

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

2024-03-28 14:04:33 UTC

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

2024-03-28 14:04:58 UTC

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

2024-03-28 14:05:20 UTC

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

2024-03-28 14:05:27 UTC

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

2024-03-28 14:05:27 UTC

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

2024-03-28 14:05:28 UTC

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

2024-03-28 14:05:28 UTC

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

2024-03-28 14:05:29 UTC

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

2024-03-28 14:05:29 UTC

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

2024-03-28 14:05:30 UTC

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

2024-03-28 14:05:31 UTC

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

2024-03-28 14:05:31 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2024-03-28T14:04:08Z

2024-03-28 14:05:32 UTC

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

2024-03-28 14:05:32 UTC

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

2024-03-28 14:05:33 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