Namespace
rancher
Image / Tag
rancher-agent:v2.6-7e3717ede83c5e775497a33035121bf08145588c-windows-ltsc2022
Content Digest
sha256:81c96aec9ac16d9d792235852ece203b8647ac141808ff1760e5fc5e6e12dc82
Details
Created

2022-07-26 17:32:20 UTC

Size

2.26 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2022-07-26T17:28:12Z
  • org.opencontainers.image.revision
    7e3717ede83c5e775497a33035121bf08145588c
  • 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-7e3717ede83c5e775497a33035121bf08145588c-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:e1a27cb9d4615dec325f2cbabac4ca1f65413bdbb8b440cc961df032993a9b81 - 35.65% (823 MB)

[#002] sha256:8210b81d3f96fc769e8f60275de4f322b5e7f78f6cd34fec03aa9f25d120700e - 0.0% (1.26 KB)

[#003] sha256:a08345b27eecacdea8f2865966b7801e7901815abb1db4d744e6cf441767d831 - 0.0% (1.27 KB)

[#004] sha256:89231f74ce3f686a14bd7d9c499e0e535524d3e93795ce026ff4b1843ff84857 - 0.46% (10.7 MB)

[#005] sha256:4d0403b4af9f56303bcffefc6845f38d78dc4d39f9f32321987f1c647ed59ae8 - 2.17% (50.2 MB)

[#006] sha256:3fb76dd61296e3aca28b2227820fa1206a4f1da089a11e3abb191953a84892a4 - 0.46% (10.7 MB)

[#007] sha256:f9b54944166823076a1d51415a9994b04cbe07f7ffc64ddf9bc90dbbac46871a - 0.59% (13.7 MB)

[#008] sha256:602428b3a5234327436ee899ae6aefba7ce85bd02d93e5a0f931bf416472144f - 0.0% (1.27 KB)

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

[#010] sha256:39fa9bb7e0e94f34966f9b68c392016692586722364e15a87a5293146547b017 - 0.0% (1.26 KB)

[#011] sha256:fddb36826554daa3d7782b843c54193e79906f93ebc0afb8129907e06d64c938 - 0.0% (1.26 KB)

[#012] sha256:0eb7a7de3c380f28374ddd187729c4d60566e8d9b0c9e5f2316cc0bc636f242f - 0.0% (1.27 KB)

[#013] sha256:5a174a6a5cc3835436a0c452433db4ff6a4b670a6bd76389edf9a6d023732167 - 1.32% (30.6 MB)

[#014] sha256:430721883699dc1ab74d884eece8da5bca00dd97b902adc7d75929e4ea187ab1 - 0.0% (1.26 KB)

[#015] sha256:8be899d05b224e61dd5bb7a6590e4dfb65afc1aa86c783c067edf12f1eac0b67 - 0.0% (1.26 KB)

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

[#017] sha256:2f5fc530244339356c49e8c052ad71b7bc30dca31a2d87716f0e7e2de067347d - 0.0% (1.25 KB)

[#018] sha256:7472bc01f8df402c12c9fce9116208644d290024c4f36b721e03dd8ce2701add - 0.0% (1.3 KB)


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

Apply image 10.0.20348.643

2022-07-04 17:46:55 UTC

Install update 10.0.20348.825

2022-07-26 17:31:31 UTC

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

2022-07-26 17:31:32 UTC

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

2022-07-26 17:31:43 UTC

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

2022-07-26 17:31:52 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-07-26 17:32:04 UTC

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

2022-07-26 17:32:13 UTC

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

2022-07-26 17:32:14 UTC

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

2022-07-26 17:32:14 UTC

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

2022-07-26 17:32:15 UTC

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

2022-07-26 17:32:15 UTC

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

2022-07-26 17:32:15 UTC

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

2022-07-26 17:32:17 UTC

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

2022-07-26 17:32:18 UTC

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

2022-07-26 17:32:19 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-07-26T17:28:12Z

2022-07-26 17:32:19 UTC

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

2022-07-26 17:32:19 UTC

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

2022-07-26 17:32:20 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