Namespace
rancher
Image / Tag
rancher-agent:v2.6.7-rc5-windows-1809
Content Digest
sha256:e337c4dcc0b8a48fffc116b8cb8c6c736d38626aeb6c331fae2872218190a9ce
Details
Created

2022-07-26 21:09:32 UTC

Size

2.6 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2022-07-26T21:04:49Z
  • org.opencontainers.image.revision
    78017e64e3c3df400926f924781b3104bafc20d0
  • 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.7-rc5

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:b111c3320c949bea81612bf4554f1b6592c2f504920b5bf57ba340a1d4d52c93 - 67.15% (1.75 GB)

[#001] sha256:7aca8de30754f19fe03ee4c21eed0762efb5e91bf684b0cc36cc92b2af13446d - 28.43% (758 MB)

[#002] sha256:dbf25a0c47a5450daaac33dbd524e06b0de801889a255c5a0883337e6827ac6b - 0.0% (1.06 KB)

[#003] sha256:8bae6671dca25cd3f1a8cadfcb6af814eaa7aeb05905b97b9b1739b932b4cf18 - 0.0% (1.07 KB)

[#004] sha256:0383bd4cda5ced8516d7d97b0ce4392e8e0e4fea1779014fb0bf72fb5fc99e6d - 0.44% (11.8 MB)

[#005] sha256:0f2f4ef8cfe6b7d0f9674709deb889395bf4f912e1181e114d8b4924aee1b1a0 - 1.87% (50 MB)

[#006] sha256:2a17eb2b7bd08af310c22ef46a094cb776a93475cff2549e7bb1d523a90c4538 - 0.44% (11.8 MB)

[#007] sha256:d274b2b4cfddc080b275a5138e049c04ade4665ac7dbdffb5db07654cca6f46f - 0.5% (13.4 MB)

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

[#009] sha256:4abe728071f5822b36a9b916144fb9e4da496c2472df92c38993030932efee4b - 0.0% (1.09 KB)

[#010] sha256:12a6d0218ea4bf0c500547dbf907894d711a2a1a5c692a6bd6dfd6f475041f6b - 0.0% (1.09 KB)

[#011] sha256:0291f45cd137cea8bd171a9ba69f794c3b8bfc6d8511abf08a6e2346413b1f5d - 0.0% (1.09 KB)

[#012] sha256:ee1f617da9d3753ab212c77b9f7a10abe8542e31298bf3980d511ce10f3de20f - 0.0% (1.09 KB)

[#013] sha256:7f5083022e72c20c60660c678e14b04df53b9cc9f66e24805b5432a76f46fb0a - 1.15% (30.6 MB)

[#014] sha256:6e4d62b690e358ca5ff6ecd7560d6af512371246cf3295c6359f83228d7a2e2c - 0.0% (1.06 KB)

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

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

[#017] sha256:1ee6ad2f6dac87b96458efb86c15bf24dfe21602137efbc5cc8cf83c4e715c5e - 0.0% (1.07 KB)

[#018] sha256:13b4f1a22365466b1027075ab1058c873e091c9f3924fa71ac160758863de0a3 - 0.0% (1.09 KB)


History
2022-04-22 01:27:13 UTC

Apply image 10.0.17763.2803

2022-07-06 22:37:15 UTC

Install update 10.0.17763.3165

2022-07-26 21:08:48 UTC

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

2022-07-26 21:08:48 UTC

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

2022-07-26 21:09:07 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.4.4/wins.exe'; Write-Host ('Downloading Wins from {0} ...' -f $URL); curl.exe -sfL $URL -o c:\wins.exe; Write-Host 'Complete.'

2022-07-26 21:09:14 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.'

2022-07-26 21:09:20 UTC

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

2022-07-26 21:09:26 UTC

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

2022-07-26 21:09:27 UTC

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

2022-07-26 21:09:27 UTC

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

2022-07-26 21:09:27 UTC

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

2022-07-26 21:09:28 UTC

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

2022-07-26 21:09:28 UTC

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

2022-07-26 21:09:29 UTC

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

2022-07-26 21:09:30 UTC

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

2022-07-26 21:09:30 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-07-26T21:04:49Z

2022-07-26 21:09:31 UTC

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

2022-07-26 21:09:31 UTC

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

2022-07-26 21:09:32 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