Namespace
rancher
Image / Tag
rancher-agent:v2.7.5-rc4-windows-1809
Content Digest
sha256:f85630eeac09b2121ab6c1b97616c9efa17c0b8150d8fdd1bd671210894e113a
Details
Created

2023-06-05 20:26:23 UTC

Size

2 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2023-06-05T20:26:20Z
  • org.opencontainers.image.revision
    c98569129db2aa82fee9bbe4fc1fcfc0ff1c3ac0
  • 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.7.5-rc4

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:8185ee4ed6467d79d4c69f02fe3902311ba84777802d459dcd99869f603b161f - 77.43% (1.55 GB)

[#001] sha256:d1629109497f302d0776ee05c686b635ce10daa442b8fe27777aa7e7f3f4c685 - 16.6% (340 MB)

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

[#003] sha256:8c1a1e61109c33809f6faedcf00402300ae68ce2a853d0d633f49bdc4ba1f324 - 0.0% (1.09 KB)

[#004] sha256:207111be6dec4c4a67b940467e106516df351c99cd4842aebeb970cd5f70150b - 0.58% (11.9 MB)

[#005] sha256:9349f959f23455b152f9e0384ed4b5d87d921f0eaf57226b64a24e488ec955c8 - 2.5% (51.2 MB)

[#006] sha256:64c85b9ab1750bdbb0c738cf29c4118b756c909de6af319c5c2a0fae0fc0f2da - 0.58% (11.8 MB)

[#007] sha256:3111cc61bba87cfacbff732bb6ffc045799f20eab8bbb2e3acb2a6b2d546f2a1 - 0.68% (13.9 MB)

[#008] sha256:6fbfbe4adb46459621e8820074509bd6bfd0a98dbda1383a53ee9328dfc7b793 - 0.0% (1.07 KB)

[#009] sha256:ec84be01c33e333881fa7ce6b6d599d50daa99eb32c990ab87596a5ce4c06b78 - 0.0% (1.07 KB)

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

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

[#012] sha256:07887ab28b16600e3f489166c2ef2b0d256fb35851c61211440780776bac3acc - 0.0% (1.07 KB)

[#013] sha256:c7f2b1cb756331177d965d27572663b3cbcedc5658ab0aa1765073c050ef587c - 1.62% (33.2 MB)

[#014] sha256:6e128b0351b2e2e20760ff9e5a3042178eb93efb615a232dc875aacb06e99e81 - 0.0% (1.06 KB)

[#015] sha256:c2a86f58d5ec1a41189c2b58c5379565e3493cde9f44544e315166a17eee9ef2 - 0.0% (1.07 KB)

[#016] sha256:6678abdca600e030797f65b5f452c0e90b67b043290fdbdca44f9f87b017fab7 - 0.0% (1.07 KB)

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

[#018] sha256:4a070be47d4db7c39c121c6077ccf547d51d671aa305e583da596baf7cb24514 - 0.0% (1.08 KB)


History
2023-01-07 05:37:58 UTC

Apply image 10.0.17763.3887

2023-05-05 12:05:28 UTC

Install update 10.0.17763.4377

2023-06-05 19:15:41 UTC

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

2023-06-05 19:15:42 UTC

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

2023-06-05 19:16:07 UTC

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

2023-06-05 19:16:17 UTC

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

2023-06-05 19:16:24 UTC

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

2023-06-05 19:16:32 UTC

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

2023-06-05 19:16:33 UTC

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

2023-06-05 19:16:33 UTC

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

2023-06-05 19:16:34 UTC

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

2023-06-05 19:16:34 UTC

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

2023-06-05 19:16:35 UTC

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

2023-06-05 19:16:36 UTC

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

2023-06-05 19:16:37 UTC

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

2023-06-05 20:26:22 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-06-05T20:26:20Z

2023-06-05 20:26:22 UTC

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

2023-06-05 20:26:23 UTC

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

2023-06-05 20:26:23 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