Namespace
rancher
Image / Tag
rancher-agent:v2.7.1-rc4-windows-1809
Content Digest
sha256:03c5c9c95dcbb76508bcf029ac6d08c216180751ca0c4ff8fa7d735931657344
Details
Created

2023-01-24 06:41:05 UTC

Size

1.66 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2023-01-24T06:38:29Z
  • org.opencontainers.image.revision
    bc24fe6f5a66450061fc60e0604d27934f8d326a
  • 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.1-rc4

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:cb3c0cf3aba66a65de652af37a0d7b54e7ef530d02b7110b081d806cf77109d5 - 0.0% (1.07 KB)

[#002] sha256:13752497ab35f3e5b57367b93a97afcc7b37d2d87520cddf7a6165b26833707e - 0.0% (1.09 KB)

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

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

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

[#006] sha256:1504f2943d54427ae903b43602ba6ccb7c29f02b6046151cfefa877ef0210474 - 0.82% (14 MB)

[#007] sha256:0bf141c527863c0abec11681726079b98333615b5ec88da79072850c2207125f - 0.0% (1.09 KB)

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

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

[#010] sha256:d06170aee71dcd8fcd49825bff4a69bda3ea73ff30c0ed22f026a58c2a18e9fa - 0.0% (1.06 KB)

[#011] sha256:935882abfcfdcb9afc4470d65dd34edcb2ea7d5635b91a78c66a9a4c5831c412 - 0.0% (1.07 KB)

[#012] sha256:b3c95e48d41fe5adc1f32335cd9b12d5c5857ccf4a0a7c57035cc8a9e6f5f66b - 1.81% (30.8 MB)

[#013] sha256:86b6a6d5b7bebc4165e31f91c49af1922902ed154e7c28b3e30e2425c419c848 - 0.0% (1.07 KB)

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

[#015] sha256:1cba8c95f2cd434c6c4c339bc44a44816795119e97587e0bef01239b9b92cd60 - 0.0% (1.09 KB)

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

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


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

Apply image 10.0.17763.3887

2023-01-24 06:40:29 UTC

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

2023-01-24 06:40:29 UTC

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

2023-01-24 06:40:39 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-24 06:40:47 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-24 06:40:53 UTC

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

2023-01-24 06:41:00 UTC

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

2023-01-24 06:41:00 UTC

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

2023-01-24 06:41:01 UTC

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

2023-01-24 06:41:01 UTC

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

2023-01-24 06:41:01 UTC

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

2023-01-24 06:41:02 UTC

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

2023-01-24 06:41:03 UTC

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

2023-01-24 06:41:03 UTC

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

2023-01-24 06:41:04 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-01-24T06:38:29Z

2023-01-24 06:41:04 UTC

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

2023-01-24 06:41:05 UTC

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

2023-01-24 06:41:05 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