Namespace
rancher
Image / Tag
rancher-agent:v2.6.4-debug-1.23-windows-ltsc2022
Content Digest
sha256:183da8696dc93f70c977c9a45f1cda6283b80bfc30d669c6cd17917f547ecd77
Details
Created

2022-06-10 23:49:16 UTC

Size

2.19 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2022-06-10T23:45:24Z
  • org.opencontainers.image.revision
    2c1871b8840a332578126562053fdcad7380bd12
  • 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-debug-1.23

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:97f65a0ec59e643faf84024aa713a9be059322380315fda829756bbbd96d6258 - 61.23% (1.34 GB)

[#001] sha256:12fb50a031bdc8d2b65d86d694a4ed20e937852ed1bd3c433d8f2f60279cecc7 - 34.12% (764 MB)

[#002] sha256:77383e62a0e25cf830a707734819efa8144af36df50ef7c2a16b1ac7e133faeb - 0.0% (1.27 KB)

[#003] sha256:1c2c8f68dbadb83a99c644d29ae02afbad07240bce88025e6fef79691beed33d - 0.0% (1.29 KB)

[#004] sha256:e4ddcc2210da56fb0b61400fe5075846c326b2e0c968da995496d1f790b9f11b - 0.25% (5.54 MB)

[#005] sha256:9863574b617da540a7b6ffe9e9e51bc07768f5a7091180bccd9c631a467936d1 - 2.24% (50.2 MB)

[#006] sha256:fc94c6e4e49506ae22537b396741d4520de55883c54e68e4390d6b12985134e3 - 0.25% (5.5 MB)

[#007] sha256:9a5866edb2a579bcdfaee3d45d1467a709367662501bb633f851c008fbe53674 - 0.61% (13.7 MB)

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

[#009] sha256:2d6113b7e387666495e5b76f4d9beb9f80c408357ab48f7c9d36093c1c37ac5e - 0.0% (1.27 KB)

[#010] sha256:8150f864e85588dbf327f6c0c620190969c11f1cf240d035b889616b7eee5434 - 0.0% (1.27 KB)

[#011] sha256:66d734837b45b4ebce5f686684b5f633b35a72c369b39207bfda3fa54654ed3a - 0.0% (1.29 KB)

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

[#013] sha256:4d984741d03d8ec719401eb4039276fac1f219e664f260a63f8c76d405f913bd - 1.3% (29.2 MB)

[#014] sha256:4d370955ed2faa08f2a2d9d383b0449e27d1bb910d2d21b2031966c5032fb809 - 0.0% (1.3 KB)

[#015] sha256:6cd61f9ca0ebd06bec69b60acb849605ebaa72426321d57fc7862e4025053e1c - 0.0% (1.29 KB)

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

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

[#018] sha256:6bdeeadda09906d6026ff75a29c70b5a94e6c0623865ba33acac3988686e10f3 - 0.0% (1.29 KB)


History
2022-04-22 01:12:09 UTC

Apply image 10.0.20348.643

2022-05-05 03:02:27 UTC

Install update 10.0.20348.707

2022-06-10 23:48:32 UTC

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

2022-06-10 23:48:32 UTC

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

2022-06-10 23:48:42 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-06-10 23:48:51 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-06-10 23:48:59 UTC

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

2022-06-10 23:49:07 UTC

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

2022-06-10 23:49:07 UTC

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

2022-06-10 23:49:07 UTC

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

2022-06-10 23:49:08 UTC

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

2022-06-10 23:49:08 UTC

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

2022-06-10 23:49:09 UTC

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

2022-06-10 23:49:10 UTC

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

2022-06-10 23:49:14 UTC

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

2022-06-10 23:49:14 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-06-10T23:45:24Z

2022-06-10 23:49:15 UTC

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

2022-06-10 23:49:16 UTC

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

2022-06-10 23:49:16 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