Namespace
rancher
Image / Tag
rancher-agent:v2.7-91be24cd24de7d44a3714e44249def1d4b06260b-windows-1809
Content Digest
sha256:79db8305d8c1c31abe72f5cf4f79a2204199cf9ff78d28ea588fc9e8bb684951
Details
Created

2023-01-26 20:05:13 UTC

Size

1.66 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2023-01-26T20:02:37Z
  • org.opencontainers.image.revision
    91be24cd24de7d44a3714e44249def1d4b06260b
  • 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.7-91be24cd24de7d44a3714e44249def1d4b06260b-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:4b9137c2e6e1fdd0897cffc23a61d3350313eba88c558552c563e7beccecf058 - 0.0% (1.09 KB)

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

[#003] sha256:5aa5e451fc74d99d4dee38c8b8f9aca81f730f53b6fc61472038016ae95646cc - 0.7% (11.8 MB)

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

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

[#006] sha256:15590ca38b9740bef95651b8d052a8681facab8c33086eb3815d223e47f4f49c - 0.82% (14 MB)

[#007] sha256:95c0abf822fbb2044ac42dfd966f13c5179d7b12936fb50f415c780c5147d273 - 0.0% (1.09 KB)

[#008] sha256:97dd5546ee2e1112871e403f53ed14117a933bcbb15af4a43a1fb186cab465e1 - 0.0% (1.09 KB)

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

[#010] sha256:4898a4789fa776543a58b7b7686605c74855d3703aa43cd4eee4c3047bcc9afa - 0.0% (1.07 KB)

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

[#012] sha256:0509a9ef74ffb5babbe4490868601717227dca504b09dcddb88cbcf19b616a42 - 1.8% (30.7 MB)

[#013] sha256:efab7f2db210555f0b6d435b4de831cd948d45749a36614779ac3c9ce2fbec50 - 0.0% (1.09 KB)

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

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

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

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


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

Apply image 10.0.17763.3887

2023-01-26 20:04:40 UTC

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

2023-01-26 20:04:40 UTC

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

2023-01-26 20:04:48 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-26 20:04:56 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-26 20:05:02 UTC

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

2023-01-26 20:05:08 UTC

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

2023-01-26 20:05:09 UTC

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

2023-01-26 20:05:09 UTC

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

2023-01-26 20:05:10 UTC

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

2023-01-26 20:05:10 UTC

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

2023-01-26 20:05:10 UTC

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

2023-01-26 20:05:11 UTC

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

2023-01-26 20:05:12 UTC

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

2023-01-26 20:05:12 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-01-26T20:02:37Z

2023-01-26 20:05:13 UTC

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

2023-01-26 20:05:13 UTC

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

2023-01-26 20:05:13 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