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

2022-08-02 18:09:43 UTC

Size

2.6 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2022-08-02T18:05:06Z
  • org.opencontainers.image.revision
    46c078f83e8484835484623c5cebcdca5f28a127
  • 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-rc6

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

[#003] sha256:18d0c2cff42158ae6f10c879f58579edbe345569a57ffc6e8d9fea90b587597e - 0.0% (1.07 KB)

[#004] sha256:991dc9164395ba6a039513510443d0e25e0cfb047cdcb0e15e086bf42838fb88 - 0.44% (11.8 MB)

[#005] sha256:78a23bdd71bb19e5944f75d8bc08885f2e783dabdf536520d13613770eade436 - 1.87% (50 MB)

[#006] sha256:5a6561cff63488ce96b7b00c318137e9c301a92370c79ccb3bfe4d80e8424a90 - 0.44% (11.8 MB)

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

[#008] sha256:8fcaa900768154d93f548461ee8cda36adae3094867a2febf9e2281fd5991cf9 - 0.0% (1.07 KB)

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

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

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

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

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

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

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

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

[#017] sha256:4af8f44a0b428ef65ed68430701bab2d5175ac04b8da737901928a4d7be5e91d - 0.0% (1.06 KB)

[#018] sha256:1f0d36854d6c3404c03215a6104d6e1305d409c2ea27288b6e3519bd5f0b564b - 0.0% (1.07 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-08-02 18:09:00 UTC

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

2022-08-02 18:09:00 UTC

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

2022-08-02 18:09:18 UTC

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

2022-08-02 18:09:26 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-08-02 18:09:32 UTC

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

2022-08-02 18:09:38 UTC

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

2022-08-02 18:09:39 UTC

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

2022-08-02 18:09:39 UTC

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

2022-08-02 18:09:39 UTC

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

2022-08-02 18:09:39 UTC

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

2022-08-02 18:09:40 UTC

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

2022-08-02 18:09:41 UTC

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

2022-08-02 18:09:42 UTC

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

2022-08-02 18:09:42 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-08-02T18:05:06Z

2022-08-02 18:09:42 UTC

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

2022-08-02 18:09:43 UTC

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

2022-08-02 18:09:43 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