Namespace
rancher
Image / Tag
rancher-agent:v2.6.3-patch3-85dfd7c812ebe01befe602d3497abf0040c0b1fb-windows-1809
Content Digest
sha256:d475e16d4243b9a0c3a7ccc9ba73a0662af005d2d0a78bbeab96a09c2e6d8843
Details
Created

2022-04-01 20:09:29 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2022-04-01T20:06:15Z
  • org.opencontainers.image.revision
    85dfd7c812ebe01befe602d3497abf0040c0b1fb
  • 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.3-patch3-85dfd7c812ebe01befe602d3497abf0040c0b1fb-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 60.84% (1.6 GB)

[#001] sha256:0a6173b79e25f2ebc0ed51b0ac32a6f65ca5a3bbfcbeab8b74a6c24324121dea - 35.31% (951 MB)

[#002] sha256:7028af1d091a22c2d2bb9552c67c0856b2985842a774ddb27a61c5a2da7d3269 - 0.0% (1.08 KB)

[#003] sha256:304e509fb0f89d6c5d7739b7a86b436544b4231744011eda2b453a2356666563 - 0.0% (1.07 KB)

[#004] sha256:adc80966099588f84d2de7da76a7d81e9df181a81a1cf598b5619618ef17f475 - 0.2% (5.29 MB)

[#005] sha256:a496a8f7262f167e931e0562c7c9c365128009d95b12d48ff961132587c1548f - 1.86% (50 MB)

[#006] sha256:7ce763fd0513bf28a8773787f30bdff0d239e0d1110bd38148fc9750ecb25536 - 0.2% (5.27 MB)

[#007] sha256:e1b6c702394da679b10fb75710776bc7d61fdb3a0aaa484e44d0c838f242ccf2 - 0.5% (13.4 MB)

[#008] sha256:1f48e6f8fcd83c49fa94abbd2d75aed1990295b899b23f68ff36377085712a5e - 0.0% (1.14 KB)

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

[#010] sha256:20bb11607ef383e93dd7d0be66773ed432b8c249798dafc830ab24b41fad2bda - 0.0% (1.09 KB)

[#011] sha256:dfa20e0157b40fc5abffe7d573f855b91a0e9935877d9005dd286532fc3d35d7 - 0.0% (1.06 KB)

[#012] sha256:5a60d14e662d18a3b2f54b637542f5891e8a6a08de10019dc1b67c408866f728 - 0.0% (1.06 KB)

[#013] sha256:f12844fc08f838f6afcb7c5e815b31c629fb14e066c82ce660d9b500441414c1 - 1.1% (29.7 MB)

[#014] sha256:797bfdb75164f91a1e7ae4502474dd6fdd26d86a35f4012d5c8386ef62fdfd80 - 0.0% (1.09 KB)

[#015] sha256:ffe446248271957733fe882cc0a4c9dfba4ccf9e219ce0a7a2490f329fda81d5 - 0.0% (1.06 KB)

[#016] sha256:a660c1352125b2a6061b79c4e8d2930499d9a74a39268d0e6a74c023537fdf9e - 0.0% (1.06 KB)

[#017] sha256:6cd6b9c0e27bb305418803dd92230ba8c254296971f9d9f137c570b085858935 - 0.0% (1.07 KB)

[#018] sha256:f999b3484a5f30117acf466d541cc3ea0c3acd1dd0d09d4d1794d82ca804774c - 0.0% (1.09 KB)


History
2020-05-07 05:09:25 UTC

Apply image 1809-RTM-amd64

2022-03-03 15:05:04 UTC

Install update 1809-amd64

2022-04-01 20:08:48 UTC

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

2022-04-01 20:08:48 UTC

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

2022-04-01 20:09:06 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-01 20:09:13 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-01 20:09:19 UTC

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

2022-04-01 20:09:25 UTC

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

2022-04-01 20:09:25 UTC

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

2022-04-01 20:09:25 UTC

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

2022-04-01 20:09:26 UTC

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

2022-04-01 20:09:26 UTC

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

2022-04-01 20:09:26 UTC

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

2022-04-01 20:09:27 UTC

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

2022-04-01 20:09:28 UTC

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

2022-04-01 20:09:28 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-04-01T20:06:15Z

2022-04-01 20:09:29 UTC

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

2022-04-01 20:09:29 UTC

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

2022-04-01 20:09:29 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