Namespace
rancher
Image / Tag
rancher-agent:v2.6.3-patch1-windows-1809
Content Digest
sha256:b21667580a5d5fac04f09c76beda171715e4d96a0f27b7f7887f49943f8ba155
Details
Created

2022-01-28 01:54:50 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2022-01-28T01:51:42Z
  • org.opencontainers.image.revision
    f979e0dffdbbf71aebd1f757eabf131cb39c2749
  • 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-patch1

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:567fd00846e9a9f44eea5925b497356dda00fe89b8335d2a3b2a8b9d84b0bb69 - 35.26% (949 MB)

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

[#003] sha256:5dc447ee784b89b5b50ab35565c9ee9b5373ffe10a144a4e2f72dbf424e0fbd4 - 0.0% (1.06 KB)

[#004] sha256:6694519313f89a792b95973c82490d58003a506ab5c9226cc9215e3b3fcafea9 - 0.2% (5.29 MB)

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

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

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

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

[#009] sha256:3045a94a5c3c306dad21c10379b6703298ad4b2e98744aa6b506be7120ab0649 - 0.0% (1.08 KB)

[#010] sha256:78ac8c539b48ef7a0a4b4fe3c4c64cf661928d4c8f37adb9b4fd1a1a73101be7 - 0.0% (1.09 KB)

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

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

[#013] sha256:9f07adeba00be8c57909282da867c612da2d5ad57d03ba856637fd1cc4f7f250 - 1.1% (29.7 MB)

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

[#015] sha256:98b0532d365cd6f87b5df4818478059dfa9f0d9aa9bdb6312d857d28ca74e3c4 - 0.0% (1.06 KB)

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

[#017] sha256:0a6da0d25a313df6ab64fb98bf3f6bad452a78cad4072d86c5a2c9cebe5bf6d5 - 0.0% (1.07 KB)

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


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

Apply image 1809-RTM-amd64

2022-01-18 01:52:23 UTC

Install update 1809-amd64

2022-01-28 01:54:08 UTC

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

2022-01-28 01:54:08 UTC

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

2022-01-28 01:54:26 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-01-28 01:54:33 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-01-28 01:54:39 UTC

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

2022-01-28 01:54:45 UTC

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

2022-01-28 01:54:45 UTC

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

2022-01-28 01:54:46 UTC

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

2022-01-28 01:54:46 UTC

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

2022-01-28 01:54:46 UTC

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

2022-01-28 01:54:47 UTC

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

2022-01-28 01:54:48 UTC

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

2022-01-28 01:54:48 UTC

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

2022-01-28 01:54:49 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-01-28T01:51:42Z

2022-01-28 01:54:49 UTC

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

2022-01-28 01:54:49 UTC

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

2022-01-28 01:54:50 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