Namespace
rancher
Image / Tag
rancher-agent:v2.6.1-rc7-windows-20H2
Content Digest
sha256:1a8b257b886d6c3f16d58c7fd8223db5becb927d74f7bccd6f75befd890058b8
Details
Created

2021-09-29 18:17:59 UTC

Size

2.58 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-09-29T18:17:16Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    3dc23d388ae9f3783dc94e09e419163c891e19d6
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.6.1-rc7

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:df018de092998d207eb6d4d5e4ab074425d73b935d5300df298a3f765f1954b3 - 42.83% (1.11 GB)

[#002] sha256:5066520b519967b27d9c4830300162ea4042b2183e3d28b28b5762125d8117b0 - 0.0% (1.26 KB)

[#003] sha256:529a7de1f6d2c3b4ba4deab0c98cb2030f543e74b9ebfbd045bce641f0280ea7 - 0.0% (1.29 KB)

[#004] sha256:e0a7ce5dab75a818124ac1668f974d294aab88ebc7ae0fd751ce727df7bfe4f1 - 0.2% (5.32 MB)

[#005] sha256:bfd5c19815569f6e55cae9c9a0d9684e8483fe10a8102ffa63bca1f36944c67a - 0.94% (24.9 MB)

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

[#007] sha256:5937c575832d789105c606b3fb576c7070cee094bc1293db321e29f37c93c321 - 0.48% (12.7 MB)

[#008] sha256:5e3cddfc80d4239f0bcd21ca429195b652725100182c9e686d7242876d55d7db - 0.0% (1.27 KB)

[#009] sha256:dc598124f8884a1deed2cf15892be1e1137ac2272fe837be3be4b8210320ba81 - 0.0% (1.29 KB)

[#010] sha256:bed24af4ad11da0439ba33cb8b76c6c92d0372764eb2b76ddfbc623f6a32550c - 0.0% (1.29 KB)

[#011] sha256:5ea45341eb2c33f1ba95d67fede999ebc69aebb3b213b3fd6546da25847cdb9c - 0.0% (1.3 KB)

[#012] sha256:492ed2c73e29aa2a13fe87ba7ce52567b898f2d92fc9c0775f9adb877a43f5f1 - 0.0% (1.29 KB)

[#013] sha256:b8c9c228355822e2939d8c060e22ca0be6b9987e340a05f1b40fdda30f2e4e26 - 1.06% (28.1 MB)

[#014] sha256:f651eaca472a6a9b0fb5760ef5432c0f34e0988d996e98455937371006187eb9 - 0.0% (1.27 KB)

[#015] sha256:828d12f809dc9e1394cfc03a59a0fc0966f747975d316c01f5064faa35fe04b9 - 0.0% (1.3 KB)

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

[#017] sha256:eab0ce86e6b082c4f9904696ac75ad112d86598ae48114b486324e83cc8bb952 - 0.0% (1.26 KB)

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


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

Apply image 20H2-RTM-amd64

2021-09-13 05:28:20 UTC

Install update 20H2-amd64

2021-09-29 18:16:57 UTC

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

2021-09-29 18:16:58 UTC

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

2021-09-29 18:17:27 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-09-29 18:17:36 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.19.7/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-09-29 18:17:44 UTC

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

2021-09-29 18:17:52 UTC

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

2021-09-29 18:17:53 UTC

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

2021-09-29 18:17:54 UTC

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

2021-09-29 18:17:54 UTC

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

2021-09-29 18:17:54 UTC

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

2021-09-29 18:17:55 UTC

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

2021-09-29 18:17:56 UTC

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

2021-09-29 18:17:57 UTC

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

2021-09-29 18:17:57 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-09-29T18:17:16Z

2021-09-29 18:17:58 UTC

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

2021-09-29 18:17:58 UTC

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

2021-09-29 18:17:59 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