Namespace
rancher
Image / Tag
rancher-agent:master-a1397b8741d53acba03569ae1b883b24d565e2de-windows-2004
Content Digest
sha256:ba9bec14862a88d8f3d8fb7efc5d893b7c825722fc8cbff07bf202d72a1266e1
Details
Created

2021-07-21 19:16:48 UTC

Size

2.25 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-07-21T19:16:35Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    a1397b8741d53acba03569ae1b883b24d565e2de
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-a1397b8741d53acba03569ae1b883b24d565e2de-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:6907d97093063478e2c552549bbcd0b499d1dfba051bad994179f5a1d343fe58 - 43.65% (1010 MB)

[#002] sha256:57bd7a210ed60487a4898c88fd1c4d9aa16158822a4c6dcf08182d8b4f7a980f - 0.0% (1.27 KB)

[#003] sha256:3351bb41772cd6ad37501356d07a6a73041e455d96e23f655fb72fad6bf8e1d5 - 0.0% (1.27 KB)

[#004] sha256:6e5970b8d8c6206945195484c8f8c500deca2647e07f48f0c80c6e0f88fae51f - 0.67% (15.5 MB)

[#005] sha256:69536c1c755b23874503b43f56957c38b4ade899727d5a9c5c0bddc4f76853a6 - 0.23% (5.27 MB)

[#006] sha256:c74522c742fab2cad54bfdae0a53ee147f2a81e130691ff050105d71db4ac6eb - 0.37% (8.63 MB)

[#007] sha256:5481934ff792d09bc9767bb2f15d5e30fd4e4ac4b2648005c08072599520f84c - 1.61% (37.2 MB)

[#008] sha256:0f2733ea6b3cba5252db1e174361de995f163b93e14835f5bd1d77a5afc4b495 - 0.23% (5.3 MB)

[#009] sha256:9965b797b54ae37efa80e80e7aa518292f8a1cb102905da58f97e55fafba86cf - 0.67% (15.5 MB)

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

[#011] sha256:d5b9ded68f46ba7b8f8f5701719df1b0b7037e74953c81bd59435419a8e8ec4a - 0.0% (1.3 KB)

[#012] sha256:2fad2f8a88d01cb28fcce26585fd82f56c202d9c2dba1afcb42b482f6f0b5c87 - 0.0% (1.26 KB)

[#013] sha256:65f0f98e8a08d42dd5046837b1946101170795d6f39dd70e42bee80717bd481a - 0.0% (1.27 KB)

[#014] sha256:4c06907d877965fbf8f6b37e35dc8f1e5b88356cd5a9f641c9f8b447626ce063 - 0.0% (1.27 KB)

[#015] sha256:23a7eeb1a2573f80954e09e4fdfa42598975f420152d63b94182c6fe4ea1cedc - 0.0% (1.27 KB)

[#016] sha256:627a401f5cbf1665ddb99e6afe200ced78eda17333722eb2be746ca1c7d15351 - 1.21% (28 MB)

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

[#018] sha256:4893b113d929145c1fd2dca17bd1c7e74da2dea65f1fd4fda88146c598e2f5ce - 0.0% (1.3 KB)

[#019] sha256:7c68a59f45ad265027c93f8b5d404705cf9d784724c3a54b5ca33bfa12f85bad - 0.0% (1.27 KB)

[#020] sha256:a65f18227e87a33c3b68568572f3392bfd74814299de672691792e97f93c1ec4 - 0.0% (1.27 KB)

[#021] sha256:862c725f7fd27a67f23368e5589147b6f2f3e2ba1f94b453ed2dcd51d8e910d3 - 0.0% (1.26 KB)


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

Apply image 2004-RTM-amd64

2021-07-10 18:37:09 UTC

Install update 2004-amd64

2021-07-21 19:13:47 UTC

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

2021-07-21 19:13:47 UTC

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

2021-07-21 19:14:04 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-21 19:14:17 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-21 19:15:29 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-21 19:15: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-07-21 19:15:47 UTC

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

2021-07-21 19:15:54 UTC

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

2021-07-21 19:16:01 UTC

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

2021-07-21 19:16:02 UTC

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

2021-07-21 19:16:02 UTC

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

2021-07-21 19:16:03 UTC

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

2021-07-21 19:16:39 UTC

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

2021-07-21 19:16:40 UTC

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

2021-07-21 19:16:41 UTC

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

2021-07-21 19:16:42 UTC

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

2021-07-21 19:16:43 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-21T19:16:35Z

2021-07-21 19:16:45 UTC

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

2021-07-21 19:16:47 UTC

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

2021-07-21 19:16:48 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