Namespace
rancher
Image / Tag
rancher-agent:v2.6.6-windows-ltsc2022
Content Digest
sha256:b7c871d5e63c0aa7f54596964e282346b79e081dc214d27490905228733cf89e
Details
Created

2022-06-30 22:54:44 UTC

Size

2.23 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2022-06-30T22:54:39Z
  • org.opencontainers.image.revision
    9b2f2ae0e0d89f16580cd7767a52a6d9b5230fda
  • 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.6

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:6c71967ff41928927e4c407171e4ffbac3c9ab4221eb64f5ca5a34ff4c230567 - 35.09% (803 MB)

[#002] sha256:4a50f932b1cac855d7d2f70b3d2c2b3fa57c07e262dcbcf195b734ae3adedfaa - 0.0% (1.26 KB)

[#003] sha256:f428d5f46d57a80a1f5b23d06c9bbd4213acbf34efc7521899bfca3980bc2229 - 0.0% (1.36 KB)

[#004] sha256:6ddf16db4c7c09399e7c2b86d3202aec7e12558cb4244a5399d68f059c783537 - 0.47% (10.7 MB)

[#005] sha256:c336712e720dc21b677ae2e158067595c024f3c813dfca30d8001947eee4fa02 - 2.2% (50.2 MB)

[#006] sha256:42804298e40ae632e3e97ce1de97b7385a7f8a2894233a3a308d3f830918b37d - 0.47% (10.7 MB)

[#007] sha256:42ab04ff1359fe7705f5db7b7cda61fe70c73c4675a8232c1d5587257cbd72b4 - 0.6% (13.7 MB)

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

[#009] sha256:923a40904e59b394f29a9733a743e8f2eb1c06c168954d8aac552e9b9a2c62c8 - 0.0% (1.27 KB)

[#010] sha256:31e130b2af6ce645940ba68e9b61a96b0d97d58a4f9df0b0f0ca9e62ed3f576b - 0.0% (1.26 KB)

[#011] sha256:0a6cd3917248f27619d7687848319c9f508a4bcd73c73c0b3340c9d3a54c32cf - 0.0% (1.27 KB)

[#012] sha256:82a38b947d2ebcca9efd1d8ea886de7787b259abb86a79949176abe22f59730e - 0.0% (1.29 KB)

[#013] sha256:07918c0235b99edaf14e9815c197e8d95da51b50516d95d4e162c872a6503641 - 1.28% (29.2 MB)

[#014] sha256:9ed4f6e840b595d57f8399017ce2d89d8f38935cdddfd63a1eef72cb21c2f4e1 - 0.0% (1.29 KB)

[#015] sha256:38bae4565fc4eaaf4dc297b1c690976e54d0108e8fba45f945075a6b488028c2 - 0.0% (1.29 KB)

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

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

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


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

Apply image 10.0.20348.643

2022-06-09 04:32:50 UTC

Install update 10.0.20348.768

2022-06-30 11:18:24 UTC

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

2022-06-30 11:18:24 UTC

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

2022-06-30 11:18:36 UTC

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

2022-06-30 11:18:49 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-30 11:19:00 UTC

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

2022-06-30 11:19:10 UTC

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

2022-06-30 11:19:11 UTC

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

2022-06-30 11:19:11 UTC

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

2022-06-30 11:19:11 UTC

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

2022-06-30 22:54:40 UTC

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

2022-06-30 22:54:41 UTC

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

2022-06-30 22:54:42 UTC

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

2022-06-30 22:54:43 UTC

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

2022-06-30 22:54:43 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-06-30T22:54:39Z

2022-06-30 22:54:44 UTC

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

2022-06-30 22:54:44 UTC

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

2022-06-30 22:54:44 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