Namespace
rancher
Image / Tag
rancher-agent:v2.8.3-rc7-windows-1809
Content Digest
sha256:87fbdc5b64958ddf1ae186192c941b65716ef34ab48f7506da649d202ffde8b8
Details
Created

2024-03-27 21:09:23 UTC

Size

2.1 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2024-03-27T21:07:36Z
  • org.opencontainers.image.revision
    055e2f455873cfe1e6afe41c929d3804411640da
  • 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-rc7

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:95eaaf0d1f1029f3e82df7800a946caef53da24f8205bf2f0ba22e7f6a5108ad - 0.0% (1.1 KB)

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

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

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

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

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

[#008] sha256:4496d3739ab344bd0a482a5d984ef5ad667cc1b9f179b3b66e5edc9f03f375a8 - 0.0% (1.06 KB)

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

[#010] sha256:61681085e939b41cb4b17d240aaef7e6bbaa6b6f7e29b84239780cfb4ac84d97 - 0.0% (1.09 KB)

[#011] sha256:8f9671c2e147adf63de71271c39fec8b83900444b761b1ca7f8d59c73e011786 - 0.0% (1.09 KB)

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

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

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

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

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

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

[#018] sha256:94750726398276d4498e5675301c116290c09412b58a8c6a7554bedbb67606ae - 0.0% (1.07 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-27 21:07:38 UTC

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

2024-03-27 21:07:39 UTC

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

2024-03-27 21:08:04 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-27 21:08:30 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-27 21:08:54 UTC

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

2024-03-27 21:09:17 UTC

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

2024-03-27 21:09:17 UTC

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

2024-03-27 21:09:17 UTC

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

2024-03-27 21:09:18 UTC

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

2024-03-27 21:09:18 UTC

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

2024-03-27 21:09:19 UTC

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

2024-03-27 21:09:20 UTC

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

2024-03-27 21:09:21 UTC

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

2024-03-27 21:09:21 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2024-03-27T21:07:36Z

2024-03-27 21:09:22 UTC

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

2024-03-27 21:09:22 UTC

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

2024-03-27 21:09:23 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