Namespace
rancher
Image / Tag
rancher-agent:v2.6-3fba54091bc5aa7764aaa0182ec48aacaa978677-windows-20H2
Content Digest
sha256:87abb68b88ac43bf0678f0da89811dbdef2e3bdad0260aa5e15c63ddd37bb0bb
Details
Created

2021-12-06 17:08:57 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-12-06T17:08:14Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    3fba54091bc5aa7764aaa0182ec48aacaa978677
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.6-3fba54091bc5aa7764aaa0182ec48aacaa978677-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.33% (1.4 GB)

[#001] sha256:cf5ffa21776715f9145319b2dc410fcf4325d649c5bb9e8f499bbda1fd6ebba5 - 42.82% (1.13 GB)

[#002] sha256:1c6bc093b02d02ccda344f52cc3b25963ee8aaeb90ecfa3644c2625fbca07353 - 0.0% (1.27 KB)

[#003] sha256:c857f7362fd1edbf9e1d8d5060deff13a807963f38c95e378bc452f63bcec05a - 0.0% (1.31 KB)

[#004] sha256:7c28215d35748b1a3232fdb2ec5de90e18acb676d72e89d3fa20afe943f763d0 - 0.2% (5.31 MB)

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

[#006] sha256:9adf163dce9b10f06c4c0b1ef7bb30547e854461395b0508cb243a8612b11dbe - 0.2% (5.27 MB)

[#007] sha256:3c6e5e443d5547c50c4b71f362af572b7ea2e715d80e134e80403fa28ee20686 - 0.5% (13.5 MB)

[#008] sha256:78ca71dcb1dcb72a1efba7c196443408048cbe10fd4cbe32946eaa96c60f2f4d - 0.0% (1.29 KB)

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

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

[#011] sha256:cfecd35ce09ba756fc1f71c792fb5c4707f69ba5e48ec1e80cfe367aeae59578 - 0.0% (1.29 KB)

[#012] sha256:8e71b5c91baa149206e480404eea581858707da648336ea02b622263eeb4a08a - 0.0% (1.29 KB)

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

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

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

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

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

[#018] sha256:d4f54d9c4d81a06b489eac4b400145999f128249df4220ff3fbf507d033fbe63 - 0.0% (1.27 KB)


History
2020-09-10 20:40:05 UTC

Apply image 20H2-RTM-amd64

2021-11-03 21:20:07 UTC

Install update 20H2-amd64

2021-12-06 17:08:16 UTC

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

2021-12-06 17:08:16 UTC

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

2021-12-06 17:08:25 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.'

2021-12-06 17:08:35 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.'

2021-12-06 17:08:43 UTC

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

2021-12-06 17:08:51 UTC

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

2021-12-06 17:08:51 UTC

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

2021-12-06 17:08:51 UTC

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

2021-12-06 17:08:52 UTC

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

2021-12-06 17:08:52 UTC

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

2021-12-06 17:08:53 UTC

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

2021-12-06 17:08:55 UTC

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

2021-12-06 17:08:56 UTC

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

2021-12-06 17:08:56 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-12-06T17:08:14Z

2021-12-06 17:08:56 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0

2021-12-06 17:08:57 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=3fba54091bc5aa7764aaa0182ec48aacaa978677

2021-12-06 17:08:57 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

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