Namespace
rancher
Image / Tag
rancher-agent:master-560d3d07e2db8b06b51971343bda988edb88f1f2-windows-1809
Content Digest
sha256:c0960d866cae19d7ea58d99631763630ac2f3c4d44b163677ca7c0b66e6d41b1
Details
Created

2021-08-18 22:11:03 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-08-18T22:10:56Z
  • org.opencontainers.image.revision
    560d3d07e2db8b06b51971343bda988edb88f1f2
  • 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-560d3d07e2db8b06b51971343bda988edb88f1f2-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:c67ded6868b61d392a0c096f911563fd6bc0bc3ed4fe401d077b3718a1b0cdaf - 34.32% (923 MB)

[#002] sha256:839f07bab478495dc1ab20a7e7db55446133d0c5021defcb4e85cbd3c7910e5d - 0.0% (1.07 KB)

[#003] sha256:4f135e99d5044bc8e2618790cfe3e121c6f5dfb54d8aa0084bf379f98d6096df - 0.0% (1.09 KB)

[#004] sha256:2d03d7cb579fb574c0ab053e430002d5ddb219e0cd1397d97337d5ec68400a9b - 0.58% (15.5 MB)

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

[#006] sha256:c98e543bdd213c402b3ff66f9f4f805b1c143ff1637ec91e24aeed67e1ac9972 - 0.28% (7.43 MB)

[#007] sha256:0c491eefff9b500a358a14a771ed10199dac4040337b669804b23dfc6a1476f7 - 1.38% (37.2 MB)

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

[#009] sha256:c5567402398f1a154afd5f098166080393e9113bd168d05ca65780223f747204 - 0.58% (15.6 MB)

[#010] sha256:eb19f4c967e78f7b6f60dca334cabc03a59c98c93531e72d4234e1e6b36ea964 - 0.47% (12.7 MB)

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

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

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

[#014] sha256:30dbce27a20f94822ff4d83ed616a6840b7a10da95bed0fc58782ad613745cf4 - 0.0% (1.09 KB)

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

[#016] sha256:7e1fa8003f440b4c7b9131434cf8984ea4cf46a767c2f38287da247ddaf9c29f - 1.04% (28 MB)

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

[#018] sha256:31ada6e7d94da6dd09927b9905ccb535b9d64b4f1a9eebfdc2640204710a4a84 - 0.0% (1.07 KB)

[#019] sha256:c883f2b8849b536e058c1b8d7422bed1cf2c399d65207e07a483a154d125e4fc - 0.0% (1.06 KB)

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

[#021] sha256:7ed147fab45861cef1d4d93ae838d1044fd2ce69558a8cf7fbcf8415796642d7 - 0.0% (1.07 KB)


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

Apply image 1809-RTM-amd64

2021-08-05 19:44:34 UTC

Install update 1809-amd64

2021-08-18 21:47:43 UTC

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

2021-08-18 21:47:43 UTC

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

2021-08-18 21:48:02 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-08-18 21:48:09 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-08-18 21:48:30 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-08-18 21:48:39 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-08-18 21:48:46 UTC

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

2021-08-18 21:48:52 UTC

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

2021-08-18 21:48:58 UTC

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

2021-08-18 21:48:58 UTC

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

2021-08-18 21:48:58 UTC

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

2021-08-18 21:48:59 UTC

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

2021-08-18 22:10:57 UTC

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

2021-08-18 22:10:58 UTC

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

2021-08-18 22:10:59 UTC

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

2021-08-18 22:11:01 UTC

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

2021-08-18 22:11:01 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-18T22:10:56Z

2021-08-18 22:11:01 UTC

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

2021-08-18 22:11:02 UTC

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

2021-08-18 22:11:03 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