Namespace
rancher
Image / Tag
rancher-agent:master-c4d486b2efe3be763eeb11585f924e82a1617ed1-windows-1809
Content Digest
sha256:2acce920d07a082c2083c40421d96bc26dc2ddd1a165e0e7bde3bce3179e8298
Details
Created

2021-08-25 16:16:15 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-08-25T16:16:10Z
  • org.opencontainers.image.revision
    c4d486b2efe3be763eeb11585f924e82a1617ed1
  • 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-c4d486b2efe3be763eeb11585f924e82a1617ed1-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:e4cec61163d6628f6a88a79d8d7e1208be302b81e1f4ce75b202cfc4d93a08b2 - 0.0% (1.09 KB)

[#003] sha256:9ffe2b757b1d093913e60039f79641ef03e9860e9b4414daad0240629885d25d - 0.0% (1.09 KB)

[#004] sha256:6b9efed0b592532cebbe1fa2df0f99bd33a6ab2b7af928e2c9a3ea4adf03c45e - 0.58% (15.5 MB)

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

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

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

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

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

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

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

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

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

[#014] sha256:b8df9a9e973ae5e7554de7ff5cd491f851089ebbde33a925782ffa7f6ee1c8e3 - 0.0% (1.1 KB)

[#015] sha256:b8563978666018cb832be3fb398fe2953474bb7b99780f771859b31ec9b4ab7e - 0.0% (1.1 KB)

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

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

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

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

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

[#021] sha256:a947955a1bfcaa4782c69cf92f09bb8a82896f5137b2a7ea482ae63475911ae6 - 0.0% (1.09 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-25 16:14:25 UTC

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

2021-08-25 16:14:26 UTC

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

2021-08-25 16:14:46 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-25 16:14:54 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-25 16:15:16 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-25 16:15:25 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-25 16:15:31 UTC

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

2021-08-25 16:15:37 UTC

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

2021-08-25 16:15:43 UTC

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

2021-08-25 16:15:44 UTC

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

2021-08-25 16:15:44 UTC

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

2021-08-25 16:15:44 UTC

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

2021-08-25 16:16:12 UTC

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

2021-08-25 16:16:12 UTC

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

2021-08-25 16:16:13 UTC

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

2021-08-25 16:16:14 UTC

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

2021-08-25 16:16:14 UTC

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

2021-08-25 16:16:15 UTC

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

2021-08-25 16:16:15 UTC

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

2021-08-25 16:16:15 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