Namespace
rancher
Image / Tag
rancher-agent:v2.6.3-patch2-rc2-windows-1809
Content Digest
sha256:5d22a0d3c0289f4163c7a0d393e1306114dc2513ef6ce251f7febc197d485ee3
Details
Created

2022-03-03 23:12:21 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2022-03-03T23:08:49Z
  • org.opencontainers.image.revision
    d5d54bf9a8094742c5bea5acd8a9b4de7cecf913
  • 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.3-patch2-rc2

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:1bd78008c728d8f9e56dc2093e6eb55f0f0b1aa96e5d0c7ccc830c5f60876cdf - 35.27% (949 MB)

[#002] sha256:383c037b2adb68caaeb964ffdbdb815b7bfd5791fc2f79d1bd5c7564f086fdaf - 0.0% (1.1 KB)

[#003] sha256:0409ad3171ed2cf7a9325a3d09012ca432381c324761b5aaec6252e803f52086 - 0.0% (1.06 KB)

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

[#005] sha256:e19d2473f3136814bd87d4a5d3327de955c0eccaad0c94422f0d735cdc9bdad5 - 1.86% (50 MB)

[#006] sha256:0f0d38d54dd45234ed02bb940ce51b8e463439d975fea56f05f0fb66077d3e8a - 0.2% (5.28 MB)

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

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

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

[#010] sha256:58b80ce8d207055842c2a9293814028333261a0515bce8127a31ffc8ea0d85a5 - 0.0% (1.06 KB)

[#011] sha256:e6cf0bf45097ea80f2e9e9d2e025e4bde3c4b5c305c3a80640a31804ba42c22e - 0.0% (1.06 KB)

[#012] sha256:3be1cdc0c67913cb2152a5347ef5443d6d7d9deed829329c6532c7d648c05d11 - 0.0% (1.06 KB)

[#013] sha256:4245d4f4f786ea98854ee301ca883b7032ce381bf429dd7125fe1abd313545f7 - 1.11% (29.7 MB)

[#014] sha256:5851e5cdb98745d9fb8691bab2e85b5b390f61b90eb30177e6776375bf3a4e49 - 0.0% (1.06 KB)

[#015] sha256:3a4481275b9e595c0f3edbfe68065904779dab515c5e731189e0b040fd8a8f2e - 0.0% (1.06 KB)

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

[#017] sha256:85b2369e52686e5720fe079b7a3a3e92c44a962ce417ab214fb3e1c5141e609b - 0.0% (1.07 KB)

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


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

Apply image 1809-RTM-amd64

2022-02-02 19:28:56 UTC

Install update 1809-amd64

2022-03-03 23:11:26 UTC

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

2022-03-03 23:11:26 UTC

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

2022-03-03 23:11:50 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.'

2022-03-03 23:12:03 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-03-03 23:12:09 UTC

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

2022-03-03 23:12:16 UTC

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

2022-03-03 23:12:17 UTC

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

2022-03-03 23:12:17 UTC

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

2022-03-03 23:12:17 UTC

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

2022-03-03 23:12:18 UTC

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

2022-03-03 23:12:18 UTC

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

2022-03-03 23:12:19 UTC

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

2022-03-03 23:12:20 UTC

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

2022-03-03 23:12:20 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-03-03T23:08:49Z

2022-03-03 23:12:20 UTC

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

2022-03-03 23:12:21 UTC

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

2022-03-03 23:12:21 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