Namespace
rancher
Image / Tag
rancher-agent:v2.6.1-rc4-windows-2004
Content Digest
sha256:69c79e0b419ec9d01ab56065ff8780a5a2c9c7842bbd43a86d3daeb61fa119d1
Details
Created

2021-09-28 19:47:52 UTC

Size

2.23 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-09-28T19:47:49Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    10dfee4974b196c0d3d8a33bc80f5d750c0272f2
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.6.1-rc4

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 51.28% (1.14 GB)

[#001] sha256:5910daff7c6f0ae5d1a60dc8e9d8df82ee69bf446b1f43631347890156782373 - 45.38% (1.01 GB)

[#002] sha256:4e218ae612267dd993020c1a0051cc4b1b21742b988a2d4f32a206542fcd2649 - 0.0% (1.36 KB)

[#003] sha256:e0d6e2be827496a88e5c0984aac6445a6924e61b71f59713c84aaafc517916f0 - 0.0% (1.31 KB)

[#004] sha256:7a2ccde230fd3a9367f10048e233c7b5bab3a9411c023264a28768228d0fdd72 - 0.23% (5.33 MB)

[#005] sha256:1021526721aba780feb9cd263509950ec75db2e3314ce92a0c9589d91395e787 - 1.09% (24.9 MB)

[#006] sha256:7bd0ac46192106cbbaa8506e0058af3c1627308f64a02851e619807533087abc - 0.23% (5.3 MB)

[#007] sha256:82d12bb635a68c2db5683e03aa69f1ec75cfebfaf9bf06f7abafbe9b426c44a7 - 0.56% (12.7 MB)

[#008] sha256:70ef474fbf28c5011cea3bf404c745d3ab51dc974f29b360ace587a17c25261c - 0.0% (1.27 KB)

[#009] sha256:ace9adf11902f403648a66e50fe51422477b18977d0ae71043c8af259a61afb9 - 0.0% (1.28 KB)

[#010] sha256:192a2f4735b06325c94177d985050d92fc902a80c38be17d6b764401b8cb0bab - 0.0% (1.29 KB)

[#011] sha256:0ffbd39713503913bc143cbc956fd883e385b0a2a4cad5a5512ef73f6d760422 - 0.0% (1.3 KB)

[#012] sha256:4882ef86ea06d9717eaf3176e9eb3332fa78a7485c0b77b39bb515c26bcca4b4 - 0.0% (1.27 KB)

[#013] sha256:46961c23124c50e12467683ee23257f03108652dc17b7ff45549515ed9e7a6a4 - 1.23% (28.1 MB)

[#014] sha256:092d7497908bbad27aefaff1af8d95005ffa3da90479d6a3f353096c29aeb672 - 0.0% (1.27 KB)

[#015] sha256:c1e9e5a1379e638d48e5beed861dfe089299278cb4fda5b10a5a524e0d64dcd7 - 0.0% (1.27 KB)

[#016] sha256:4e480c7a2e6e380209668e49c0cd5adf05f08e4e805a73a20254041f26fdbf0a - 0.0% (1.27 KB)

[#017] sha256:b1bfb3cb8bde778c6b731771d8b177f2646164647c866e3a03eb8afd62af8714 - 0.0% (1.3 KB)

[#018] sha256:2458c49a02898b7985355b812efd9f84331830bc6b016f1b0542b8247b812e14 - 0.0% (1.29 KB)


History
2019-12-07 09:28:27 UTC

Apply image 2004-RTM-amd64

2021-09-13 06:11:38 UTC

Install update 2004-amd64

2021-09-28 19:46:48 UTC

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

2021-09-28 19:46:49 UTC

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

2021-09-28 19:46:59 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.'

2021-09-28 19:47:09 UTC

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

2021-09-28 19:47:17 UTC

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

2021-09-28 19:47:25 UTC

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

2021-09-28 19:47:25 UTC

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

2021-09-28 19:47:26 UTC

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

2021-09-28 19:47:26 UTC

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

2021-09-28 19:47:27 UTC

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

2021-09-28 19:47:27 UTC

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

2021-09-28 19:47:28 UTC

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

2021-09-28 19:47:34 UTC

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

2021-09-28 19:47:51 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-09-28T19:47:49Z

2021-09-28 19:47:51 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0

2021-09-28 19:47:52 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=10dfee4974b196c0d3d8a33bc80f5d750c0272f2

2021-09-28 19:47:52 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

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