Namespace
rancher
Image / Tag
rancher-agent:v2.6.1-rc8-windows-1809
Content Digest
sha256:1e3eca2a2d86a239790c5e406a907f64280ffc9543699e8c6b9d58bd971165f1
Details
Created

2021-09-29 23:43:05 UTC

Size

2.58 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-09-29T23:43:03Z
  • org.opencontainers.image.revision
    5dd546e5ef78776fc437d5d89a19b3b518b63172
  • 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-rc8

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:f51daf4aa8e68d651a4b2972063ffa1f47f9121066b62a8d9d5dffc6e44dfd27 - 0.0% (1.1 KB)

[#003] sha256:7c9745ea1d380a5fbf1a2d231c39a0d4e95e3753f70619af151a98cc23577c2a - 0.0% (1.1 KB)

[#004] sha256:972779eabc97f2e67fff3cbb7091a4900b2c8b779dec3aa9868984d27f3e6eac - 0.2% (5.29 MB)

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

[#006] sha256:81f0d1562296f56c2c87954f6276d62d000e4a3b6d25a3edba6634fd986043cb - 0.2% (5.28 MB)

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

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

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

[#010] sha256:2e30b4f86ee6ccff1ed48f0928b785e7291b0cf09d5a4efc61eca605483f7ee0 - 0.0% (1.1 KB)

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

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

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

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

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

[#016] sha256:48836b37a5241b697b473f7d2d5c310fb0b4beee149eb4a2ace42b92184a0f80 - 0.0% (1.06 KB)

[#017] sha256:23cff6948640614ef7724082cd7da1fd98cba9033d93cb57f378f4f54f816dad - 0.0% (1.09 KB)

[#018] sha256:0b9d1c3a0820bf56d8fedeb13e3f7434e9d339b3cba2ccccbc5ce1dee854a05f - 0.0% (1.1 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-29 23:41:57 UTC

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

2021-09-29 23:41:58 UTC

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

2021-09-29 23:42:17 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 23:42:24 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 23:42:30 UTC

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

2021-09-29 23:42:36 UTC

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

2021-09-29 23:42:37 UTC

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

2021-09-29 23:42:37 UTC

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

2021-09-29 23:42:38 UTC

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

2021-09-29 23:42:38 UTC

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

2021-09-29 23:42:38 UTC

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

2021-09-29 23:42:40 UTC

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

2021-09-29 23:42:40 UTC

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

2021-09-29 23:43:04 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-09-29T23:43:03Z

2021-09-29 23:43:04 UTC

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

2021-09-29 23:43:05 UTC

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

2021-09-29 23:43:05 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