Namespace
rancher
Image / Tag
rancher-agent:master-d4ccca0976172e7c6a5f841175a9686b8f94b9ea-windows-2004
Content Digest
sha256:1c6986986440e83655600d36ad78895575fe717e0f827c60bbde6b84e6995821
Details
Created

2021-07-13 22:38:50 UTC

Size

2.25 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-07-13T22:38:44Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    d4ccca0976172e7c6a5f841175a9686b8f94b9ea
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-d4ccca0976172e7c6a5f841175a9686b8f94b9ea-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:3bb3d1181317905e3da468ee01aee0daa0a4e8bab4d0e8724bd989ec4c12e297 - 0.0% (1.3 KB)

[#003] sha256:f84d3c27b87c70a236da9079b3f29e7bf1db30908d375c178b2bb6bea72d104f - 0.0% (1.31 KB)

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

[#005] sha256:0df9e1d46784c37ad41fe5476a5197a820e4949d343bb12be16a46dc1c8cf323 - 0.23% (5.25 MB)

[#006] sha256:acbaa8a7b2fab685d38f1fba0fa17e16d776457c4769d7dd5ef1c743591e5f7a - 0.37% (8.62 MB)

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

[#008] sha256:dfafc64d409e9f03c3052871af9e381895c425cff1e559554aa6f7bcef1ad330 - 0.23% (5.29 MB)

[#009] sha256:146b4ef68de143bd5b5fc1575fee84d76293cc94fb0793a29b2135b1d91b4f38 - 0.67% (15.5 MB)

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

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

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

[#013] sha256:e926144cf14698d0637add61fabb12df0a322a1bdff5e62e94a0cb453380bab8 - 0.0% (1.28 KB)

[#014] sha256:cdfcf3da73126b5e75f94b4ea2f12d64cc8059a78776a896a65d162d52d919dd - 0.0% (1.31 KB)

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

[#016] sha256:162e440eddf51336eacc60015dc9b9a9c40dfa331d78fcaa67a798695aa85176 - 1.21% (27.8 MB)

[#017] sha256:094ed6e68c7075e542661c9fb3b8375feede8e6cda292dded5ed6533b5eda152 - 0.0% (1.26 KB)

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

[#019] sha256:271b7be0480da81985a4754f800fbc9e2612803f961107f386036539cfc6bc91 - 0.0% (1.27 KB)

[#020] sha256:f37652ef21e5f13ac272f86964ba551b22df7754e4ee7dd1db3d516cbd159b8d - 0.0% (1.26 KB)

[#021] sha256:f52e484aead0eea78d0a9ae088ed4e059dbfaa89f85f640e475ebddfe4027670 - 0.0% (1.27 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-13 22:35:58 UTC

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

2021-07-13 22:35:59 UTC

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

2021-07-13 22:36:14 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-13 22:36:26 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-13 22:37:20 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-13 22:37:34 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-13 22:37:46 UTC

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

2021-07-13 22:37:55 UTC

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

2021-07-13 22:38:05 UTC

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

2021-07-13 22:38:06 UTC

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

2021-07-13 22:38:07 UTC

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

2021-07-13 22:38:08 UTC

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

2021-07-13 22:38:45 UTC

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

2021-07-13 22:38:46 UTC

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

2021-07-13 22:38:47 UTC

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

2021-07-13 22:38:48 UTC

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

2021-07-13 22:38:48 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-13T22:38:44Z

2021-07-13 22:38:49 UTC

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

2021-07-13 22:38:49 UTC

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

2021-07-13 22:38:50 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