Namespace
rancher
Image / Tag
rancher-agent:v2.6.1-rc9-windows-1809
Content Digest
sha256:d2533a3307a9274bc3c120b550dad06e575c2806b850f8e5409b255be9c79f71
Details
Created

2021-09-30 03:14:41 UTC

Size

2.58 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-09-30T03:14:39Z
  • org.opencontainers.image.revision
    8fece9221729cc2cf2abeffd8586e28a2d1e05a1
  • 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.1-rc9

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:a0ddf88812f10c7d6edc858aa9784ff5ca9de4a7bb631909c090090343abd059 - 35.0% (924 MB)

[#002] sha256:5965d669afff9e3edcd33391cc2590c52de5b18423de4fedf58136d189cb5963 - 0.0% (1.07 KB)

[#003] sha256:72ddb3ed31be1d0a46ee5d9a44c19efda74e5616e646360a7872d039de01f381 - 0.0% (1.09 KB)

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

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

[#006] sha256:1268c2cae6248a1d6b10f807d9502108b26bc1b409d25b5c06f723cd0a7e7b61 - 0.2% (5.28 MB)

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

[#008] sha256:272b2279ca5384cd8e9b71e8498939f05aa0938989634894d3f32ed7f16171d4 - 0.0% (1.06 KB)

[#009] sha256:226a1b5e19ae57efb1f95be43be232366988faa0ba120ddfff440ed357caf444 - 0.0% (1.07 KB)

[#010] sha256:ec3c3011ae7ffe8a1fee065686650806a3ee7307bd4a2e888e062430a07220e3 - 0.0% (1.07 KB)

[#011] sha256:74ba78ee6eef66b173db1b6741e8a675ac8ae6fdf4b9f4847b0d56590e04e989 - 0.0% (1.1 KB)

[#012] sha256:ee10be1018df9057c89d76e01e272d214ccef950a6551a1b7266412b966973eb - 0.0% (1.07 KB)

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

[#014] sha256:d5979656eeb1723bf603ac5bbd18f4ae49b509b6dd42bfddfd7659e1d7d6eca2 - 0.0% (1.07 KB)

[#015] sha256:272466a1d069ff86c3a1b769c87bcde28da7928dac797796fc7b4fc9b8e4b4aa - 0.0% (1.07 KB)

[#016] sha256:0f2d9efe1d6afd5ff8440b1bd1aab763fecbbe4b098ba717e94b737a39201fb7 - 0.0% (1.07 KB)

[#017] sha256:913700183041d08bd40c2a6c8217f633d374ab839454492c2557e44177262424 - 0.0% (1.07 KB)

[#018] sha256:b52d9070073b33b4c4467fcb32c8583ca4a1c8085cdc15d32d939f5b52b336fd - 0.0% (1.06 KB)


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

Apply image 1809-RTM-amd64

2021-09-13 04:08:33 UTC

Install update 1809-amd64

2021-09-30 02:56:13 UTC

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

2021-09-30 02:56:14 UTC

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

2021-09-30 02:56:39 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-30 02:56:46 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-30 02:56:53 UTC

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

2021-09-30 02:56:59 UTC

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

2021-09-30 02:56:59 UTC

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

2021-09-30 02:57:00 UTC

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

2021-09-30 02:57:00 UTC

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

2021-09-30 02:57:01 UTC

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

2021-09-30 02:57:01 UTC

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

2021-09-30 02:57:02 UTC

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

2021-09-30 02:57:03 UTC

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

2021-09-30 03:14:40 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-09-30T03:14:39Z

2021-09-30 03:14:41 UTC

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

2021-09-30 03:14:41 UTC

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

2021-09-30 03:14:41 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