Namespace
rancher
Image / Tag
rancher-agent:v2.6.1-rc13-windows-1809
Content Digest
sha256:4d42772c02f9cb1ac3b499cbd9815e2d14b6f1e1d4dc0302539975468edb9e7f
Details
Created

2021-10-08 23:20:24 UTC

Size

2.58 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-10-08T23:20:21Z
  • org.opencontainers.image.revision
    9801a059cf239934f5093ba8e3d15bd3fd9460d5
  • 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-rc13

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:ea19268e92efa6464348da1d515991da08e09094c68c2eac6eed620d3c29c375 - 0.0% (1.07 KB)

[#003] sha256:4bf6accedcd042b31bf9e70d1c233dd4730226346583ac02d077adb4977f8f1e - 0.0% (1.07 KB)

[#004] sha256:27bef3c8128625838fa92cb4771116ee83d1ef0f051542d2eb969d0f32e5067b - 0.2% (5.3 MB)

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

[#006] sha256:0d1fc2c7b4fd2933dd6bfcd5140b713f7f1917e31abc2928aa0a04a8d11f0a6b - 0.2% (5.29 MB)

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

[#008] sha256:3fb10b19fb612c67e08c97e2bdbf9c012b5daca7309ad3249b7be3747c86f9f5 - 0.0% (1.07 KB)

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

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

[#011] sha256:7bcff30f26c03eace7cf9c8dd59144a3bcb8a76b02b0198d9841f70ca269b978 - 0.0% (1.07 KB)

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

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

[#014] sha256:1b707d926761652cee7ef90777b95985cdb05dce47fb57861f694cd6afdbfe5b - 0.0% (1.09 KB)

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

[#016] sha256:55e5465b289659d74e2ca26e73e62989867a91737236e283e8c9043fe7f5a0d4 - 0.0% (1.07 KB)

[#017] sha256:c39f6390ad06d823a347484bbf52f94b3616fa570f24a0fc06d1e61e9049a7c5 - 0.0% (1.1 KB)

[#018] sha256:4bfc4e23a7ffb3d2426a0ebbe7409a8f7f364189082bc87e8b06e31c715edae3 - 0.0% (1.09 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-10-08 23:19:02 UTC

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

2021-10-08 23:19:03 UTC

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

2021-10-08 23:19: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-10-08 23:19:33 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-10-08 23:19:39 UTC

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

2021-10-08 23:19:46 UTC

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

2021-10-08 23:19:46 UTC

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

2021-10-08 23:19:47 UTC

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

2021-10-08 23:19:47 UTC

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

2021-10-08 23:19:48 UTC

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

2021-10-08 23:19:48 UTC

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

2021-10-08 23:19:49 UTC

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

2021-10-08 23:19:50 UTC

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

2021-10-08 23:20:23 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-10-08T23:20:21Z

2021-10-08 23:20:23 UTC

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

2021-10-08 23:20:23 UTC

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

2021-10-08 23:20:24 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