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

2022-01-20 21:47:23 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2022-01-20T21:44:02Z
  • org.opencontainers.image.revision
    0bdf3676f42de27d16519ae976308a398aa6184a
  • 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-rc1

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

[#003] sha256:82c80023322b37762071119c9cb6d5af0ad5045f14af2dda72e008b65988f12f - 0.0% (1.06 KB)

[#004] sha256:938f5332bd14c55ca06cde353b82dbabd73fc8c3a2864ca78305ed31ac4200ae - 0.2% (5.28 MB)

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

[#006] sha256:7343ae0c0824d9e18ad4f0260390167442d37003ffd40e16dfffa5596d5c82b9 - 0.2% (5.26 MB)

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

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

[#009] sha256:dbf96c3f48f17c7f813326b61fa18969b03f60fcdb0616681f1c3576cbbf25e2 - 0.0% (1.06 KB)

[#010] sha256:19f2027495ee7f9983f1b02ad51aa374093628aabbc465c728c919275f5cf468 - 0.0% (1.09 KB)

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

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

[#013] sha256:2ec15c2c532d8e872d154fabaf392da1409e9b90d173b8ca0f5c053f194a073c - 1.1% (29.7 MB)

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

[#015] sha256:9d2d8ae3eae792eaf7cf66bf3a490ae09b91e42b07dccec9b3985565ae510f9e - 0.0% (1.07 KB)

[#016] sha256:65a381ceb3b6d198544cbafe00e512360d289ad5ea7b156000aab0e4c2465f6b - 0.0% (1.09 KB)

[#017] sha256:9c78893eba7240518d3598b0dc6eb1711627031a171f8508c8a30fab0a3b112a - 0.0% (1.07 KB)

[#018] sha256:7f955c403de02dbe9de50ca4144a9b2e1003e54be06c54556884c13c033aa4f3 - 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-20 21:46:39 UTC

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

2022-01-20 21:46:39 UTC

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

2022-01-20 21:46:57 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-20 21:47:05 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-20 21:47:12 UTC

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

2022-01-20 21:47:18 UTC

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

2022-01-20 21:47:18 UTC

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

2022-01-20 21:47:19 UTC

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

2022-01-20 21:47:19 UTC

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

2022-01-20 21:47:19 UTC

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

2022-01-20 21:47:20 UTC

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

2022-01-20 21:47:21 UTC

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

2022-01-20 21:47:21 UTC

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

2022-01-20 21:47:22 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-01-20T21:44:02Z

2022-01-20 21:47:22 UTC

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

2022-01-20 21:47:22 UTC

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

2022-01-20 21:47:23 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