Namespace
rancher
Image / Tag
rancher-agent:master-f5d2ac6fc24a4d6ea79142afada538003a135a5e-windows-1809
Content Digest
sha256:af537cb981e8178308bce96d07ecfc57dc1a24fe9c9855187f1f5bdc4dcf4e67
Details
Created

2021-07-06 23:58:28 UTC

Size

2.58 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-07-06T23:58:24Z
  • org.opencontainers.image.revision
    f5d2ac6fc24a4d6ea79142afada538003a135a5e
  • 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:master-f5d2ac6fc24a4d6ea79142afada538003a135a5e-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 61.93% (1.6 GB)

[#001] sha256:639bb6bb2beb4cfdcacb9f0844344448fe26494665d5fe78a494419f86fbb18f - 33.27% (880 MB)

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

[#003] sha256:070fa4a4708ab56c3950345524a2c95d99784ec9bc33921ac149ddb2493f626c - 0.0% (1.07 KB)

[#004] sha256:0c6b22fd3327129277232aa8328f7a058bb8af3406117fdc2ef4bc3a3763e7e1 - 0.59% (15.5 MB)

[#005] sha256:c8b8e3501a978ade28f946fe2b4dd01fb9dc245e7490c24f73a9f3a078ee7cff - 0.2% (5.28 MB)

[#006] sha256:d84951dc8d93a4af966b14eea2a62a4a5c4809bc277f948720dfe10539fc8519 - 0.28% (7.44 MB)

[#007] sha256:dc95c4f30cd16727c25ad983e2cd81d2c36f5d6bef6beb98fe952553576030b9 - 1.41% (37.2 MB)

[#008] sha256:0e3786e8cc708596b172364a84d2b319b1c31c5e52a1480d221248688cfb132b - 0.2% (5.34 MB)

[#009] sha256:17535b52b0ecaa0507b9b521ff169d510625ec82190083e3a58522beae721e27 - 0.59% (15.6 MB)

[#010] sha256:b09a89a18e338c8bc5af0685cad336557e86e4e5b7a148903f70e41e73973e62 - 0.48% (12.7 MB)

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

[#012] sha256:79e3e0e48134040cb5e04749a72f24826efcfd214d3fb8943e6c5784522f8287 - 0.0% (1.09 KB)

[#013] sha256:a8c03fec9172f334d03fa522c819f6a7f7166d85824706eff9e04b92d3d49aaf - 0.0% (1.06 KB)

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

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

[#016] sha256:c2e649058230a649ce09b2b1af374784e33392c81c650cef2f9bcc4ede049fc9 - 1.05% (27.8 MB)

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

[#018] sha256:55365e3fa03f6a4db4c999d95b90419424bce577c4a777b5953a7f64b7fefe8d - 0.0% (1.09 KB)

[#019] sha256:e8cae54deb7ae5a7a0d0e51db701657c1768bf3ff068a8ff20c3dadd5cf3e4f5 - 0.0% (1.07 KB)

[#020] sha256:3cb97a2fd4d2954ffffefb8cd3ca78f5ef7534d36660e3d640f9e1ac142fecfc - 0.0% (1.07 KB)

[#021] sha256:d2e6a563d95be1478257c826ecdc1d500226cb34dc710288931a0b751142965f - 0.0% (1.06 KB)


History
2020-05-07 05:09:25 UTC

Apply image 1809-RTM-amd64

2021-06-06 04:28:43 UTC

Install update 1809-amd64

2021-07-06 23:56:47 UTC

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

2021-07-06 23:56:48 UTC

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

2021-07-06 23:56:57 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/StefanScherer/docker-cli-builder/releases/download/18.09.6/docker.exe'; Write-Host ('Downloading Docker from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\docker.exe -Uri $URL; Write-Host 'Complete.'

2021-07-06 23:57:04 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); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\wins.exe -Uri $URL; Write-Host 'Complete.'

2021-07-06 23:57:26 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { Install-PackageProvider -Name NuGet -Force -Verbose; Install-Module -Name 7Zip4Powershell -Repository PSGallery -Force -Verbose; if(-not $?) { Write-Error "Failed to install package"; Exit 1; } }

2021-07-06 23:57:35 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.19.7/kubernetes-client-windows-amd64.tar.gz'; function Expand-GZip ($inFile, $outFile) { $input = New-Object System.IO.FileStream $inFile, ([IO.FileMode]::Open), ([IO.FileAccess]::Read), ([IO.FileShare]::Read); $output = New-Object System.IO.FileStream $outFile, ([IO.FileMode]::Create), ([IO.FileAccess]::Write), ([IO.FileShare]::None); $gzipStream = New-Object System.IO.Compression.GzipStream $input, ([IO.Compression.CompressionMode]::Decompress); try { if (!$input -or !$output -or !$gzipStream) { Write-Error "Failed to Unzip the archive"; Exit 1; } $buffer = New-Object byte[](1024); while ($true) { $read = $gzipstream.Read($buffer, 0, 1024); if ($read -le 0 ) { break; } $output.Write($buffer, 0, $read); } } finally { $gzipStream.Close(); $output.Close(); $input.Close(); } }; Write-Host ('Downloading Kubernetes from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\kubernetes.tar.gz -Uri $URL; Write-Host 'Expanding ...'; Expand-GZip c:\kubernetes.tar.gz c:\kubernetes.tar; Expand-7Zip c:\kubernetes.tar c:\; Write-Host 'Complete.'

2021-07-06 23:57:41 UTC

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

2021-07-06 23:57:47 UTC

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

2021-07-06 23:57:53 UTC

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

2021-07-06 23:57:54 UTC

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

2021-07-06 23:57:54 UTC

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

2021-07-06 23:57:54 UTC

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

2021-07-06 23:58:25 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-f5d2ac6fc24a4d6ea79142afada538003a135a5e-head

2021-07-06 23:58:25 UTC

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

2021-07-06 23:58:26 UTC

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

2021-07-06 23:58:27 UTC

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

2021-07-06 23:58:27 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-07-06T23:58:24Z

2021-07-06 23:58:28 UTC

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

2021-07-06 23:58:28 UTC

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

2021-07-06 23:58:28 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