Namespace
rancher
Image / Tag
rancher-agent:v2.7-3f3e38f956e26faa7d6166a21fb3e6ddcf1789cc-windows-1809
Content Digest
sha256:ddd581f15c87c0bbd72215adae1f7b87364accf249fad718170861e6f69a3a62
Details
Created

2023-01-13 18:45:32 UTC

Size

1.66 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2023-01-13T18:42:49Z
  • org.opencontainers.image.revision
    3f3e38f956e26faa7d6166a21fb3e6ddcf1789cc
  • org.opencontainers.image.source
    https://github.com/rancherlabs/embargoed-security.git
  • org.opencontainers.image.url
    https://github.com/rancherlabs/embargoed-security

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.7-3f3e38f956e26faa7d6166a21fb3e6ddcf1789cc-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:8185ee4ed6467d79d4c69f02fe3902311ba84777802d459dcd99869f603b161f - 92.98% (1.55 GB)

[#001] sha256:364c2196112d36c8e9ae2ab5e91960fed3f1920f841299f01139baf3e8e80424 - 0.0% (1.06 KB)

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

[#003] sha256:b937728c0433e3c6f9252813e06457dcba669445947d2474b394ec6050e4e593 - 0.69% (11.8 MB)

[#004] sha256:ee35d8d911750ed40ebc0605531a86d21c8ab541801b0ac9779c4b62df8c8f87 - 3.01% (51.2 MB)

[#005] sha256:cd91b0940d890ba2975373aae27b2dc5b12c46de997fe0543092e8e81bf378d7 - 0.69% (11.8 MB)

[#006] sha256:1d946a066447e176a690a7a54d4a0248be0310fbd6de48faed8f1dbb74c2b7ee - 0.82% (14 MB)

[#007] sha256:a4bd362d38c0d0bcee51305d4e597d1feb4c07994a127d4dc1bf7efb4217c426 - 0.0% (1.06 KB)

[#008] sha256:1ce5c3c856717ef83a0c61834102efe3c3ed0f5fb4fef16677a10bd7d11742d6 - 0.0% (1.08 KB)

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

[#010] sha256:7811aa9571dffaf4eeaccdf3f9484455f34c7b068219fa00c653d03f443d39e7 - 0.0% (1.09 KB)

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

[#012] sha256:8b4017da7ed9f97435c3510c0b1ec338ffd1f60d4c8aa61c1aef48d0eed586b2 - 1.8% (30.6 MB)

[#013] sha256:1d54db78b44794efecb71650ad5895ed0e49e37b5670c76c19c5cc0baa46c432 - 0.0% (1.07 KB)

[#014] sha256:f939a49ea9cd61b3f1d9e5507a7ab6cd5d0708581d4e9433ee7279340ad47a79 - 0.0% (1.08 KB)

[#015] sha256:8a97c6de93927a8fb51104e478c2d654ca7998bb71c398f9cddb4646e91d91fd - 0.0% (1.09 KB)

[#016] sha256:7393d091d7890503a6640653def60e66916680a144f2bb99c99f692e917996cf - 0.0% (1.07 KB)

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


History
2023-01-07 05:37:58 UTC

Apply image 10.0.17763.3887

2023-01-13 18:44:57 UTC

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

2023-01-13 18:44:58 UTC

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

2023-01-13 18:45:06 UTC

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

2023-01-13 18:45:14 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.24.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.'

2023-01-13 18:45:20 UTC

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

2023-01-13 18:45:27 UTC

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

2023-01-13 18:45:27 UTC

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

2023-01-13 18:45:27 UTC

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

2023-01-13 18:45:28 UTC

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

2023-01-13 18:45:28 UTC

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

2023-01-13 18:45:28 UTC

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

2023-01-13 18:45:30 UTC

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

2023-01-13 18:45:30 UTC

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

2023-01-13 18:45:31 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-01-13T18:42:49Z

2023-01-13 18:45:31 UTC

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

2023-01-13 18:45:31 UTC

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

2023-01-13 18:45:32 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://github.com/rancherlabs/embargoed-security

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