Namespace
rancher
Image / Tag
rancher-agent:v2.6.3-patch2-rc4-windows-20H2
Content Digest
sha256:b25786f44b17014d451830ec8b4ccfbab73cb528e1d7bedca98ddb02d327b2d6
Details
Created

2022-03-14 23:58:53 UTC

Size

2.62 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2022-03-14T23:58:11Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    98b345916818d73aab599b321c9c3a75c6e17896
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.6.3-patch2-rc4

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.57% (1.4 GB)

[#001] sha256:06b127abbab45e5389c3fddfd5ce2f91ad3c64bfa2e224b621fa88aebae03e8b - 42.55% (1.11 GB)

[#002] sha256:12e04dc07e0f67e49f8fc0cf1b9cecf2a9c3575e5e24b5579e451f7992f7d8a7 - 0.0% (1.26 KB)

[#003] sha256:b07eca325837f64cb209b1b589c840aafae7ac22e3da7576009340e17c0327fc - 0.0% (1.32 KB)

[#004] sha256:c11f700bee2db0afe7decf25fa71875893c64936422018f3024764b9f020f76f - 0.2% (5.32 MB)

[#005] sha256:1a1e4d718c3743e71b473e3f4adef8f7a58429bf4dc51c5c5fa864a8cdfa49c8 - 1.87% (50 MB)

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

[#007] sha256:252662104db6a6939448607fceb3d6f024cabb73f1175da83ca86d1efd0c40c3 - 0.5% (13.5 MB)

[#008] sha256:38db2b950575029beb797549ac1c6a080ce5b67f78a921ecc2e11f70f033095a - 0.0% (1.29 KB)

[#009] sha256:3db92df69753aa681f7a839007bd2deb93f30c22752e6dcfee7a6c6089aaca78 - 0.0% (1.29 KB)

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

[#011] sha256:6ccb064a37ea42a010bfada44eb71ea57692b1a802d594f86e96cb3277d50116 - 0.0% (1.29 KB)

[#012] sha256:f865db5d5290a29cfed9d55cfd76aaaf49f77d6b20971e852315b907e8f6968a - 0.0% (1.29 KB)

[#013] sha256:69d3222cd49e1d4ce5bd5660ec06578e6d3b438e3ca9f330a353610b549ecbd6 - 1.11% (29.7 MB)

[#014] sha256:1eb0093af25a301c890b21b99eb5d64034ad211406b37f911a1c0346ac26260e - 0.0% (1.28 KB)

[#015] sha256:383d6df26e83e6831c08d9b59fb7de62c01ed132e8c2ae1fdba0da8a4202ed0a - 0.0% (1.28 KB)

[#016] sha256:cba71a38b25639e1969c5b54b6ff487e6c546c81810b0a28a395f46a6d6461c5 - 0.0% (1.26 KB)

[#017] sha256:44b72cf5de84357355b61b277df842f8f5a2dbd2f3fd1148c6a4452cf90bb26e - 0.0% (1.26 KB)

[#018] sha256:a4092658e84fe7fcbe296984c84378f4c52fff5d5ac7a8999afcb17dd05460ca - 0.0% (1.28 KB)


History
2020-09-10 20:40:05 UTC

Apply image 20H2-RTM-amd64

2022-03-03 08:25:37 UTC

Install update 20H2-amd64

2022-03-14 23:38:03 UTC

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

2022-03-14 23:38:04 UTC

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

2022-03-14 23:58:21 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-03-14 23:58:30 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-03-14 23:58:38 UTC

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

2022-03-14 23:58:46 UTC

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

2022-03-14 23:58:46 UTC

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

2022-03-14 23:58:47 UTC

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

2022-03-14 23:58:47 UTC

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

2022-03-14 23:58:48 UTC

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

2022-03-14 23:58:48 UTC

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

2022-03-14 23:58:50 UTC

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

2022-03-14 23:58:51 UTC

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

2022-03-14 23:58:51 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2022-03-14T23:58:11Z

2022-03-14 23:58:52 UTC

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

2022-03-14 23:58:52 UTC

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

2022-03-14 23:58:53 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