Namespace
rancher
Image / Tag
rancher-agent:v2.6.4-rc3-windows-1809
Content Digest
sha256:7aa9de608952d2c9e1df9168cb8592ea2f66cdec6f573a4019b614b08fcd4ba2
Details
Created

2022-02-14 23:42:32 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2022-02-14T23:39:05Z
  • org.opencontainers.image.revision
    d540651a7614b5377f9fe1bb3534b5029c57722e
  • 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.6.4-rc3

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 60.88% (1.6 GB)

[#001] sha256:1bd78008c728d8f9e56dc2093e6eb55f0f0b1aa96e5d0c7ccc830c5f60876cdf - 35.26% (949 MB)

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

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

[#004] sha256:b9e978afce21f7d9f5b05da6b95adaed0da1e17d1460c72a44a0c090d1c840a7 - 0.2% (5.3 MB)

[#005] sha256:79c634fe9e2bde644d5762d55470a448acb8e8a680cae7d13615d8350acfd79b - 1.86% (50 MB)

[#006] sha256:9c29b7ee864174d52904dc70899df766743403321e3bf37d7c5c93e4aeeacd99 - 0.2% (5.28 MB)

[#007] sha256:f6bb334c8ac5ff5ce396eb7dd8de0f7c17a61e960a9ff9e6f57483320699b39c - 0.5% (13.4 MB)

[#008] sha256:1584fe371f6c4a6279f9181ef168227f94cd319324c1b987cea705db548e5084 - 0.0% (1.07 KB)

[#009] sha256:471e433e7263355a6e6c0c1e02660b907946b750817a7affb26cb47cb0a9cc70 - 0.0% (1.09 KB)

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

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

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

[#013] sha256:99bb3c8fa4df1d0f7c65d9485ac26695ef0ce49df1138851646b1a7b9dfcf252 - 1.11% (29.9 MB)

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

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

[#016] sha256:3179bf9a09bb86b8e2de6fe80da3d1af787e6c1e9af4c15d1eb207a2ea4afd98 - 0.0% (1.07 KB)

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

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


History
2020-05-07 05:09:25 UTC

Apply image 1809-RTM-amd64

2022-02-02 19:28:56 UTC

Install update 1809-amd64

2022-02-14 23:41:48 UTC

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

2022-02-14 23:41:48 UTC

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

2022-02-14 23:42:07 UTC

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

2022-02-14 23:42:15 UTC

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

2022-02-14 23:42:21 UTC

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

2022-02-14 23:42:27 UTC

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

2022-02-14 23:42:27 UTC

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

2022-02-14 23:42:28 UTC

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

2022-02-14 23:42:28 UTC

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

2022-02-14 23:42:28 UTC

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

2022-02-14 23:42:29 UTC

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

2022-02-14 23:42:30 UTC

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

2022-02-14 23:42:31 UTC

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

2022-02-14 23:42:31 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-02-14T23:39:05Z

2022-02-14 23:42:31 UTC

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

2022-02-14 23:42:32 UTC

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

2022-02-14 23:42:32 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