Namespace
rancher
Image / Tag
rancher-agent:master-039138bcf56b07a1d905396bceb6081662d1b2a6-windows-2004
Content Digest
sha256:30b16050aaec774db0f3034cb44eba35b424d97b97c66962ce608decfbe0a159
Details
Created

2021-08-10 17:35:13 UTC

Size

2.28 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-08-10T17:35:06Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    039138bcf56b07a1d905396bceb6081662d1b2a6
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-039138bcf56b07a1d905396bceb6081662d1b2a6-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.2% (1.14 GB)

[#001] sha256:c30e212b15b86121fb89bda60f21c14275762ea9c6c2d30c593c9ffecf605c40 - 44.3% (1.01 GB)

[#002] sha256:93dcd3fd96fe335577fc5f091c213b2b585831f111ed60e3f9ddbf13dd8fa33c - 0.0% (1.29 KB)

[#003] sha256:7c7bce0e8ff4c3223fa0af3c7c29cc8d1df60e810aa686bd2c107579c85b584b - 0.0% (1.29 KB)

[#004] sha256:53fd6348d668f4f9293b54c3cda26f688e15398897fef1488a849140108c4387 - 0.67% (15.5 MB)

[#005] sha256:4ebbb6b415ba57c2086a8df45beaaede88faf4756a47eb0f5a52bedce3a37f09 - 0.23% (5.27 MB)

[#006] sha256:477d4e23e5d4fb8cc40f5952310a4f962b48c23034d1d8fbcc8966e5276d636d - 0.37% (8.68 MB)

[#007] sha256:497c6e1d3d1b37f3430d9a3a8c272eced8f4e729bb1094d3ba7d08702146c168 - 1.59% (37.2 MB)

[#008] sha256:455451b19e38eda4d1d4bd8ebdc135823a9ccc1be789de7044621b70d57fa009 - 0.23% (5.32 MB)

[#009] sha256:6d4ebf29a2a7ea4819f831f1b2c937b61b3f1b871d34b0d65eca7f12da5fa3b4 - 0.67% (15.5 MB)

[#010] sha256:fcd9bc0ece1b828f73129d81913695c195474efb5e6fc557d503cfb94d13c43c - 0.55% (12.7 MB)

[#011] sha256:f376d01a52ffa5ea6ed9539224dbd23e393d24690fd4533159e04969f51352c5 - 0.0% (1.27 KB)

[#012] sha256:1a9fc60a1574fcb25427606db76aa9f90a3d399cb2edc37d8ee96fc0e78f3c92 - 0.0% (1.3 KB)

[#013] sha256:4c31df1558813cef7b19d94bb81ce463322fb87e8fcf9e0978904cfab2c6cb19 - 0.0% (1.3 KB)

[#014] sha256:684ef84a726f5898e6a2db66233a8577487d4e2250581ab35f3010f9fde46ac0 - 0.0% (1.26 KB)

[#015] sha256:c465411ca0ad4ebbabfa77f09b5aa7a646b3c0b9907a8c25d92a5fb0f8103bb1 - 0.0% (1.29 KB)

[#016] sha256:9ecf0627d55c320bf674b442f921c21b60f5a0fc99591a1a7309165c203d5509 - 1.2% (28 MB)

[#017] sha256:55287860fbf709a04cac014edea393e4d72d71e41a00a7d067c0a9f13e93a42e - 0.0% (1.29 KB)

[#018] sha256:fdf11b2279d34c500cea96077097f1d21e37ab0d3dcc1a10ef1555e4539794b2 - 0.0% (1.27 KB)

[#019] sha256:92155ba0c10659ca69a21025036190fc36199c9f9a8d7a112740f5b08f0b8493 - 0.0% (1.29 KB)

[#020] sha256:b00ceb529c94a07dcec9437deb4181378cd5b32172d39003e6ad15637a083dc0 - 0.0% (1.29 KB)

[#021] sha256:679f7731048f308e03f3a54e36ec3db8c2bbeacc6a68d0d3beed987f62065639 - 0.0% (1.29 KB)


History
2019-12-07 09:28:27 UTC

Apply image 2004-RTM-amd64

2021-08-03 01:07:02 UTC

Install update 2004-amd64

2021-08-10 17:32:22 UTC

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

2021-08-10 17:32:23 UTC

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

2021-08-10 17:32:33 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-10 17:32:41 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-10 17:33:49 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-10 17:33:59 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-10 17:34:10 UTC

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

2021-08-10 17:34:19 UTC

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

2021-08-10 17:34:30 UTC

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

2021-08-10 17:34:31 UTC

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

2021-08-10 17:34:31 UTC

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

2021-08-10 17:34:32 UTC

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

2021-08-10 17:35:08 UTC

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

2021-08-10 17:35:08 UTC

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

2021-08-10 17:35:09 UTC

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

2021-08-10 17:35:10 UTC

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

2021-08-10 17:35:11 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-10T17:35:06Z

2021-08-10 17:35:11 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0

2021-08-10 17:35:12 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=039138bcf56b07a1d905396bceb6081662d1b2a6

2021-08-10 17:35:13 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

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