Namespace
rancher
Image / Tag
rancher-agent:master-7738b256d3bf3b382b149b2d4b4e58b1bfdaf760-windows-20H2
Content Digest
sha256:a0e9a9dcdb3d1ec3cef99e04e12d48d2ad1e7805b38aac1c1ff35b852e07a29a
Details
Created

2021-07-27 16:36:15 UTC

Size

2.6 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-07-27T16:32:41Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    7738b256d3bf3b382b149b2d4b4e58b1bfdaf760
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-7738b256d3bf3b382b149b2d4b4e58b1bfdaf760-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:58774ea6a2cebd62d24073292e71120a3b5e2bb74dc7b2358b29eedfa30b5a8f - 41.3% (1.07 GB)

[#002] sha256:dfabfeb0568ca7df1c3a747b2ecf5d1346b113a121a39c9ffdc0708f24863c12 - 0.0% (1.36 KB)

[#003] sha256:44011d54efa620cb12e9ce2d60e63931b392b0546a555aa5af3c1b359afea123 - 0.0% (1.3 KB)

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

[#005] sha256:56c693d9ae14e1d380606e52e6d2999eb4bcb74b23c826a17e1523be69ff22ca - 0.2% (5.27 MB)

[#006] sha256:6ec2a7c51c294b064048abbbccfe7bfaa914dbbe0295d10944474c6fa957c422 - 0.33% (8.82 MB)

[#007] sha256:5c8f57220046605d23e5f8615979b8336a99bac26b3fd0ee8d7d918e6cf22cc4 - 1.4% (37.2 MB)

[#008] sha256:6255a60b14bb49732ee4500ac01adb16e8816651ad93c1a96d78fce735353404 - 0.2% (5.31 MB)

[#009] sha256:b54fe0fa36f1bfb8ba7b94168485da63b69c4a7a6488b2a122f6178edf4a44ea - 0.58% (15.5 MB)

[#010] sha256:b72ba3d810eb3a7471e3963c51f2e2675f69d17b6771227c31ae429471d87c58 - 0.48% (12.7 MB)

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

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

[#013] sha256:d7f16e0e8b2a6acfc6f8cf9a72239367c046ffb25e7526091b0155651ee6ba9e - 0.0% (1.26 KB)

[#014] sha256:ec0413f5172e6f6006278f08ca55e5293e49e3e63cabaec8b9d1a16249ad47a5 - 0.0% (1.29 KB)

[#015] sha256:b133518c7a352914960baa9621966739bf8c7823c7ac509fe7f9382d280d1a94 - 0.0% (1.26 KB)

[#016] sha256:259130752dd87f1d84d6a0b269964130dd61923265aebbbaec81c256ac54fca2 - 1.05% (28 MB)

[#017] sha256:007aebd039a4a53a58ae224de70e2a5c7c984dea8182d7697e45ffdb1a9e1afa - 0.0% (1.26 KB)

[#018] sha256:42d529b279f028cb15fa8d7a95a6c85015fe552cc234ebe996478b93973d20de - 0.0% (1.26 KB)

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

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

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


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

Apply image 20H2-RTM-amd64

2021-07-10 18:29:59 UTC

Install update 20H2-amd64

2021-07-27 16:32:16 UTC

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

2021-07-27 16:32:17 UTC

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

2021-07-27 16:32:53 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-27 16:33:02 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-27 16:35:31 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-27 16:35:42 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-27 16:35:50 UTC

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

2021-07-27 16:35:58 UTC

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

2021-07-27 16:36:06 UTC

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

2021-07-27 16:36:07 UTC

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

2021-07-27 16:36:07 UTC

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

2021-07-27 16:36:08 UTC

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

2021-07-27 16:36:08 UTC

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

2021-07-27 16:36:10 UTC

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

2021-07-27 16:36:12 UTC

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

2021-07-27 16:36:13 UTC

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

2021-07-27 16:36:13 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-27T16:32:41Z

2021-07-27 16:36:14 UTC

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

2021-07-27 16:36:14 UTC

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

2021-07-27 16:36:15 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