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

2022-01-27 02:05:04 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2022-01-27T02:01:58Z
  • 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-rc3

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:984a9229b916d510271e9f6ea157acde9832d215e9e5cb191565a4ad173913d8 - 0.0% (1.06 KB)

[#003] sha256:237d0d03e795962a63ca436ba0ab3613fb3d2b3136f12b28ee98070631e6bd6f - 0.0% (1.06 KB)

[#004] sha256:66587716dcee274c8bc41f72cad3ef9c27f5aa96e5588c22da6d2513808b6a40 - 0.2% (5.29 MB)

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

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

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

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

[#009] sha256:05d83b610304ae4eae5a29601204622ba0b719715a067cf3d3ddc1793f7c5311 - 0.0% (1.07 KB)

[#010] sha256:3f47720af35fb4ad4c779572014abceb8f5e4c03a4907e6dbbc72e0b2256bb9e - 0.0% (1.07 KB)

[#011] sha256:12579fdf2da918ad67383a124fffdeb8ed501711a11d542a6b56fc14b9598d42 - 0.0% (1.07 KB)

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

[#013] sha256:0e155635bfa3b646d519469a2fef6f0410f9157209f68cb364ea6e7f2921f427 - 1.1% (29.7 MB)

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

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

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

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

[#018] sha256:085e9a399db43477378901b966a4541c554a4bbd108da06f02bf9cba367866b2 - 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-27 02:04:24 UTC

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

2022-01-27 02:04:24 UTC

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

2022-01-27 02:04:41 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-27 02:04:49 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-27 02:04:54 UTC

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

2022-01-27 02:05:00 UTC

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

2022-01-27 02:05:00 UTC

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

2022-01-27 02:05:01 UTC

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

2022-01-27 02:05:01 UTC

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

2022-01-27 02:05:01 UTC

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

2022-01-27 02:05:02 UTC

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

2022-01-27 02:05:03 UTC

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

2022-01-27 02:05:03 UTC

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

2022-01-27 02:05:04 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-01-27T02:01:58Z

2022-01-27 02:05:04 UTC

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

2022-01-27 02:05:04 UTC

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

2022-01-27 02:05:04 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