Namespace
rancher
Image / Tag
rancher-agent:v2.6-c8114a946563c4ca902881de703c6e4b55b72cb5-windows-20H2
Content Digest
sha256:e1f5ce2bfe3d33ce4046e81714ff6702f8be61922ecd53b7cbc07a3488e81d20
Details
Created

2022-04-19 18:08:48 UTC

Size

2.62 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2022-04-19T18:08:40Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    c8114a946563c4ca902881de703c6e4b55b72cb5
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.6-c8114a946563c4ca902881de703c6e4b55b72cb5-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:44a67477f4527a660f9271ec7f5a8689e9fce5f21a892acc7037d6821bbf1392 - 42.57% (1.11 GB)

[#002] sha256:fb487111c317101493c952feb2e41243dc0ba74c76213561cbc08d3a01f03edf - 0.0% (1.3 KB)

[#003] sha256:21eb848a73c50a965041f75265b3a9989de5c79b2360485ff0df11dadfa351ae - 0.0% (1.29 KB)

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

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

[#006] sha256:a068a524a92b6fba2001a00f7791d186ed2bff0c001db8dd8c5ae6cbf34236f1 - 0.2% (5.29 MB)

[#007] sha256:3611df923a4e4ccc170fb0c610be8771489651ec17a8c4532b63bf84ea9bcc8a - 0.5% (13.5 MB)

[#008] sha256:c884caae82fe561ee879d41092e4fe8667eef487512d9f901aff22856d023e4d - 0.0% (1.26 KB)

[#009] sha256:db2c7ff32a561fa1aec2a7ef6e9b16f0f761e150fa2504aa958193aab8566c1d - 0.0% (1.26 KB)

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

[#011] sha256:1d58a2d88eb8101c2e1624dc58a0ef9aef1289917d0db220859db691bd8c77b2 - 0.0% (1.25 KB)

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

[#013] sha256:d0c18cba8014ce3d27fbe40b930a85c2dfb89fbe549c68f5b7fcccd45d0b1c0c - 1.09% (29.2 MB)

[#014] sha256:00cbaf607a6911dd128e9ceb800b0e0a7e3e4ef0ec0ef01fd4d759be05ef2888 - 0.0% (1.26 KB)

[#015] sha256:553037f03c700dfa150417f9f2ac10395cf771c71f7e4e2da3198f7005610421 - 0.0% (1.26 KB)

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

[#017] sha256:49d1009fd27e09065469951a8941cacb0f738ce68d9b63d51bed39139aea4180 - 0.0% (1.26 KB)

[#018] sha256:bbf34c3668cec293a42f4658f44cdbd187b8fa70504815c3c258b29dba5c1558 - 0.0% (1.26 KB)


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

Apply image 20H2-RTM-amd64

2022-04-03 09:05:21 UTC

Install update 20H2-amd64

2022-04-19 18:00:12 UTC

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

2022-04-19 18:00:13 UTC

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

2022-04-19 18:00:25 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-04-19 18:00:37 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-04-19 18:00:46 UTC

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

2022-04-19 18:00:54 UTC

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

2022-04-19 18:00:55 UTC

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

2022-04-19 18:00:55 UTC

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

2022-04-19 18:00:56 UTC

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

2022-04-19 18:08:42 UTC

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

2022-04-19 18:08:42 UTC

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

2022-04-19 18:08:44 UTC

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

2022-04-19 18:08:46 UTC

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

2022-04-19 18:08:46 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2022-04-19T18:08:40Z

2022-04-19 18:08:47 UTC

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

2022-04-19 18:08:47 UTC

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

2022-04-19 18:08:48 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