Namespace
rancher
Image / Tag
rancher-agent:master-324010d8597243d5f6898d0106385c513cb64fbe-windows-20H2
Content Digest
sha256:e4c4ed6f4dc3d1f60297d293d5bf7423a4dfb7464930c1b665d30b9a1d4a9129
Details
Created

2021-03-02 19:29:44 UTC

Size

2.44 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-03-02T19:29:38Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    324010d8597243d5f6898d0106385c513cb64fbe
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-324010d8597243d5f6898d0106385c513cb64fbe-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 57.44% (1.4 GB)

[#001] sha256:37a37544be35743883db3ce75c258781c584706308c42cde380476e57c4851ac - 36.99% (924 MB)

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

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

[#004] sha256:fd5e8d9b463fa9de8ae01612acaa4eaf56ad2ad902077b64dbb69aeb69ed85c4 - 0.82% (20.5 MB)

[#005] sha256:86ee612dd58a235807eee021441bc3771f3f8a8dc350824ec87d6c2d497fdbc6 - 0.19% (4.81 MB)

[#006] sha256:dbbdedb4750e36d60d434b60fc73e6118ba54d1e2d44baca3cb02272deb371f9 - 0.31% (7.86 MB)

[#007] sha256:05076b3f97bcacff9ee244e9b8ecafb251f0a4a854af7c0e7f32f7cbe5c7394f - 1.69% (42.2 MB)

[#008] sha256:e21fb994f33726b2263b17916e990924ceee7b33826f921d5fe91b11b5418d30 - 0.19% (4.86 MB)

[#009] sha256:2e55cad1f279a5b95113d824d49fff0fa671f9526455f257d9d5014770e56776 - 0.62% (15.6 MB)

[#010] sha256:e3d28b2b6c4e67686b57ea15aafe830a588984a3777fc56f776dce80d0981da8 - 0.51% (12.8 MB)

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

[#012] sha256:50ca5338edf6bfe665503c3f8812a502e4dbfa4ba5813c8a4b06a449089f1a96 - 0.0% (1.27 KB)

[#013] sha256:c8eb1bc78a7cd09f2d28d2d824cf6452f4de10caa22c6fbcfcd44f97feedb197 - 0.0% (1.31 KB)

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

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

[#016] sha256:50c03b6b80c433649e5f383daf50b0b57862ea7bbeb678c10dfff37cc304f69a - 1.23% (30.7 MB)

[#017] sha256:5deada9d6ed3f6c5179c4ab6c12cb2ddc586a86bacc7b2186e6150f7b3d9850f - 0.0% (1.3 KB)

[#018] sha256:930d6086e05e15c587077b5baa292158823cb1b39b486370a6d8d46e7c01f216 - 0.0% (1.26 KB)

[#019] sha256:73071456e05c417e6ef4d38f6c605b47556b7647920832cd57bd23d66d13708b - 0.0% (1.29 KB)

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

[#021] sha256:0bbf1503fc5de42a944c9f44aa281cf1695b8893488cabed2fe203e062518c5a - 0.0% (1.27 KB)


History
2020-09-10 20:40:05 UTC

Apply image 20H2-RTM-amd64

2021-02-05 16:31:04 UTC

Install update 20H2-amd64

2021-02-28 18:12:23 UTC

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

2021-02-28 18:12:24 UTC

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

2021-02-28 19:47:17 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-02-28 19:47:25 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.0.4/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-02-28 19:47:48 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-02-28 19:48:00 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-02-28 19:48:08 UTC

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

2021-02-28 19:48:17 UTC

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

2021-02-28 19:48:25 UTC

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

2021-03-01 18:10:07 UTC

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

2021-03-01 18:10:07 UTC

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

2021-03-01 18:10:08 UTC

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

2021-03-02 19:29:39 UTC

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

2021-03-02 19:29:40 UTC

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

2021-03-02 19:29:41 UTC

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

2021-03-02 19:29:42 UTC

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

2021-03-02 19:29:43 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-03-02T19:29:38Z

2021-03-02 19:29:43 UTC

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

2021-03-02 19:29:44 UTC

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

2021-03-02 19:29:44 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