Namespace
rancher
Image / Tag
rancher-agent:v2.6-78b78cb0fa80e186a2c6cebd1aa2848715cf3310-windows-1809
Content Digest
sha256:8c00a8f60e0dc45f163411c53ad34d841af876cb108c2817f72d832d1f0311ff
Details
Created

2021-08-17 01:01:48 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-08-17T01:01:43Z
  • org.opencontainers.image.revision
    78b78cb0fa80e186a2c6cebd1aa2848715cf3310
  • 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.6-78b78cb0fa80e186a2c6cebd1aa2848715cf3310-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:fa169b99ad704e6328808afa6a1a7cfdbf6d1480b1ded166b94719af3e757401 - 0.0% (1.07 KB)

[#003] sha256:23e28aa1e16a2d6c485356a6093fb85c3a63037c07be28dc15579f14eae65002 - 0.0% (1.07 KB)

[#004] sha256:937e352f4dae7988f485f98adefc00124c879414f5d0bb8a5969afa5873c688e - 0.58% (15.5 MB)

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

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

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

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

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

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

[#011] sha256:7d846a28855e468ecf83d751eef54b2e9822b8a875cf7d92214f8fa369c6cb2d - 0.0% (1.09 KB)

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

[#013] sha256:1a6a99743c7cf59d101a6c942b2d5bd613ca4026943dc1a984eefabd769e6930 - 0.0% (1.05 KB)

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

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

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

[#017] sha256:b8d9c1417de832a977d7dae34f44a6555762a342255a9118d373ec5fc064d466 - 0.0% (1.08 KB)

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

[#019] sha256:a48751e510fd0b423f3153d0ce500be1a5c7b5ddebbb3f03ca36a5ce2cf6efac - 0.0% (1.08 KB)

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

[#021] sha256:6321ec9099008ec2fa122f04ea698a02bcae2318f525799043c0e311707e7d72 - 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-17 00:50:07 UTC

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

2021-08-17 00:50:07 UTC

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

2021-08-17 00:50:26 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-17 00:50:34 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-17 00:50:55 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-17 00:51:05 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-17 00:51:11 UTC

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

2021-08-17 00:51:17 UTC

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

2021-08-17 00:51:24 UTC

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

2021-08-17 00:51:24 UTC

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

2021-08-17 00:51:24 UTC

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

2021-08-17 00:51:25 UTC

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

2021-08-17 01:01:44 UTC

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

2021-08-17 01:01:44 UTC

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

2021-08-17 01:01:46 UTC

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

2021-08-17 01:01:47 UTC

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

2021-08-17 01:01:47 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-17T01:01:43Z

2021-08-17 01:01:47 UTC

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

2021-08-17 01:01:48 UTC

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

2021-08-17 01:01:48 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