Namespace
rancher
Image / Tag
rancher-agent:v2.9.0-alpha1-windows-1809
Content Digest
sha256:1bf4417cce73eca335f46581e6089ca783f98ecd8e02403198567774dad366ee
Details
Created

2024-04-09 00:16:00 UTC

Size

2.1 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2024-04-09T00:14:20Z
  • org.opencontainers.image.revision
    0b1d2a9bd0b9782d9adcd2e9f15c7811996d18d8
  • 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.9.0-alpha1

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

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

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

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

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

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

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

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

[#008] sha256:57c83338fbdfc2cbf226d7f9471a5c5a87f2ef6a625abb6f6b12d4e55cb06ef4 - 0.0% (1.07 KB)

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

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

[#011] sha256:15084267c35ad22fcc3c71e5c44edec4b2988b37c78dec402615edd7252cc874 - 0.0% (1.07 KB)

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

[#013] sha256:4d3578342f1fd6a3c1f730b837c32474f823c67e5a7e768bffb2e93a9daed898 - 1.67% (36.1 MB)

[#014] sha256:c50133dd8b702c40dde866335a139cf7aad69bdbe418ac97b3ed72350fd46a4c - 0.0% (1.06 KB)

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

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

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

[#018] sha256:263bd052f6221f6042c02cea7e2a2e13f5ab35a93564202d93395710edf63b4f - 0.0% (1.11 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-04-09 00:14:22 UTC

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

2024-04-09 00:14:22 UTC

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

2024-04-09 00:14:45 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-04-09 00:15:10 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-04-09 00:15:32 UTC

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

2024-04-09 00:15:55 UTC

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

2024-04-09 00:15:55 UTC

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

2024-04-09 00:15:55 UTC

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

2024-04-09 00:15:56 UTC

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

2024-04-09 00:15:56 UTC

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

2024-04-09 00:15:56 UTC

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

2024-04-09 00:15:58 UTC

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

2024-04-09 00:15:58 UTC

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

2024-04-09 00:15:59 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2024-04-09T00:14:20Z

2024-04-09 00:15:59 UTC

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

2024-04-09 00:16:00 UTC

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

2024-04-09 00:16:00 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