Namespace
rancher
Image / Tag
rancher-agent:v2.7.7-rc3-windows-ltsc2022
Content Digest
sha256:2c7eaf2228cdb0cc4b3103fadc41d8b41aa53da137ced68e89cf9aaf7807131e
Details
Created

2023-08-21 15:46:34 UTC

Size

1.79 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2023-08-21T15:43:08Z
  • org.opencontainers.image.revision
    b931561929e72bdea3a497aca735e06a159ad448
  • 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.7-rc3

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 72.14% (1.29 GB)

[#001] sha256:22a441455ace20af58f01367d769afc2b25c3db3e4a7aee67a634d14826f6f19 - 21.23% (390 MB)

[#002] sha256:576071fa765db817d22a23524fc63fa594c8e21ffd3f7f74fb653a570afaee38 - 0.0% (1.26 KB)

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

[#004] sha256:e8a1415da9407378374e377546be0cb45056f9bc311a1b55821251c940c9f307 - 0.65% (11.9 MB)

[#005] sha256:2134091862e39a81986a0b323c32ebc2787c7be5907d9c9fb609c965df7bc7a8 - 2.79% (51.2 MB)

[#006] sha256:673b0d6459fcce1d330b2b9515f53e97ef914e86c6b3c0c67308ce9aaf60f42d - 0.64% (11.8 MB)

[#007] sha256:5cdeac39769b5f2dbf7ad6890cc664f170d5912ca14114f1a5e15238c4a171b3 - 0.76% (14 MB)

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

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

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

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

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

[#013] sha256:f5ce34ff2f2fbc3ed794442d78bf49393b97d300127aa32376a35cfbd7654c99 - 1.79% (32.8 MB)

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

[#015] sha256:b4f8b2827e87f5337ccc853d52f143664f3b4a71d04b230e0b7d34d832590216 - 0.0% (1.27 KB)

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

[#017] sha256:b634c9a2f9aef89841ed662301ceeabeaeaf566e9c8d3326ee7c5169d3978b5e - 0.0% (1.29 KB)

[#018] sha256:224d9aaf1f56584cce2f2d001ba364577642bac15b98ae66cd6329167bc671b0 - 0.0% (1.29 KB)


History
2023-06-08 12:55:20 UTC

Apply image 10.0.20348.1787

2023-08-03 10:01:10 UTC

Install update 10.0.20348.1906

2023-08-21 15:45:53 UTC

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

2023-08-21 15:45:53 UTC

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

2023-08-21 15:46:03 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-08-21 15:46:12 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-08-21 15:46:20 UTC

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

2023-08-21 15:46:27 UTC

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

2023-08-21 15:46:28 UTC

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

2023-08-21 15:46:28 UTC

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

2023-08-21 15:46:29 UTC

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

2023-08-21 15:46:29 UTC

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

2023-08-21 15:46:30 UTC

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

2023-08-21 15:46:31 UTC

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

2023-08-21 15:46:32 UTC

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

2023-08-21 15:46:32 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-08-21T15:43:08Z

2023-08-21 15:46:33 UTC

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

2023-08-21 15:46:33 UTC

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

2023-08-21 15:46:34 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