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

2023-12-06 18:40:11 UTC

Size

2.04 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2023-12-06T18:35:00Z
  • org.opencontainers.image.revision
    72f58378bf03122a9651c9bd3b4c143a57e8fdaa
  • 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

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:4f7bb9e009deb881cb90e8b4318258e03882de9bc9b312b763654b59cd13d0bb - 18.6% (388 MB)

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

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

[#004] sha256:7a497a57fb3c0fd4fbe7abbc7a2524b08633eaf98a1f0c490b07215c9e4a9b3b - 0.57% (11.9 MB)

[#005] sha256:725122162fcfd5ac90952a929f22c3edfd8ad6fdf7aee5825809e6f30c38be8c - 2.45% (51.2 MB)

[#006] sha256:62b9bb6e2743319a4bdf83a3337b1c0724012a630ec4a5daa4611a845dabaf6a - 0.56% (11.8 MB)

[#007] sha256:a3de0275895dcf57c4f620b70330a4173c47fbbe69582a2085e877a705431e00 - 0.67% (13.9 MB)

[#008] sha256:589343c42da8569f8a48bd4c5dedec10ed3e7773c03be16b3a3ee2a559553b88 - 0.0% (1.07 KB)

[#009] sha256:c43c9147cf4a533be0d5c4a638803cdf1111a8c9d19f622f41b25c04a5af5d84 - 0.0% (1.06 KB)

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

[#011] sha256:598a075743559551e608b38a8e42a2a229e51e87cf0d9492c57e9c914e053d8e - 0.0% (1.07 KB)

[#012] sha256:a7ed35b7af7b03e83d524e244543c24cade26949c35e3d4e2c5ae5119a48a0a2 - 0.0% (1.07 KB)

[#013] sha256:06183895b04e4c5512460b48c8c7a449090bb4582397adb971422c0b3cfa19a8 - 1.69% (35.2 MB)

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

[#015] sha256:c49945b4518629ed7ee11492276f4b690e7ce5d2e37557be8d8184c88164a48c - 0.0% (1.07 KB)

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

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

[#018] sha256:30bb8243f48551f51e9dc5a39dfcabd7c9d1da376abcc8e20f66c132fdd95d6b - 0.0% (1.07 KB)


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

Apply image 10.0.17763.4499

2023-11-09 17:56:40 UTC

Install update 10.0.17763.5122

2023-12-06 18:38:27 UTC

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

2023-12-06 18:38:28 UTC

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

2023-12-06 18:38:49 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-12-06 18:39:15 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-12-06 18:39:41 UTC

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

2023-12-06 18:40:04 UTC

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

2023-12-06 18:40:05 UTC

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

2023-12-06 18:40:05 UTC

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

2023-12-06 18:40:06 UTC

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

2023-12-06 18:40:06 UTC

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

2023-12-06 18:40:07 UTC

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

2023-12-06 18:40:08 UTC

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

2023-12-06 18:40:09 UTC

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

2023-12-06 18:40:09 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-12-06T18:35:00Z

2023-12-06 18:40:10 UTC

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

2023-12-06 18:40:10 UTC

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

2023-12-06 18:40: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