Namespace
rancher
Image / Tag
rancher-agent:master-8073489a3224599856e4adc48cfa04132262b077-windows-20H2
Content Digest
sha256:5bbb41e4f21269bb9929e75c0b8f9f534b1cf851cfd4b9090f1d309739b0a60a
Details
Created

2021-07-14 01:28:19 UTC

Size

2.6 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-07-14T01:26:39Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    8073489a3224599856e4adc48cfa04132262b077
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-8073489a3224599856e4adc48cfa04132262b077-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

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

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

[#003] sha256:3c4a55b62a74dae1ef11270aae76833fba30dfa7b969f82c4a5696138ed308e7 - 0.0% (1.26 KB)

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

[#005] sha256:c16eaa6afad0a6722c4396321d3401a79e49d4c7f06f87da5782f2778cc14a83 - 0.2% (5.26 MB)

[#006] sha256:df89697f0acad8126c6a8925582401f0bb79050775f0656d480fabcec88fbbfb - 0.33% (8.75 MB)

[#007] sha256:6e53d33340a5b3dd788d5c25d91e167ebd313147f125edb71eb558244adde4bd - 1.4% (37.2 MB)

[#008] sha256:2dd718886c93e46a747d8b7a535af5b9412bd704d4e5bac80c0a6ffbeea5e247 - 0.2% (5.3 MB)

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

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

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

[#012] sha256:5f5aa26b94b5cb926976d045546ac8551bdd7db6ad8186ae5cdf82b90eb3fe4a - 0.0% (1.29 KB)

[#013] sha256:0a47a1491993f13c16d8e2635ee4a777daf4efb0e6d19dbaf3b9e7b024b3363b - 0.0% (1.29 KB)

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

[#015] sha256:ede5c088d396bdfc0d2f3e3fabcb98bb103d0072e25945aca147d92ac06fb5a4 - 0.0% (1.3 KB)

[#016] sha256:2f46a9aa950d63aeea9f2b270d9d15b40a68812cc29fd7d67a5310412171644f - 1.05% (27.8 MB)

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

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

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

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

[#021] sha256:1d6a45c4764a4adb1b7bd5256b40d65c6e1fae283276e6d2aa414b65110810a0 - 0.0% (1.3 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-14 01:26:21 UTC

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

2021-07-14 01:26:21 UTC

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

2021-07-14 01:26:52 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-14 01:27:01 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-14 01:27:36 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-14 01:27:48 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-14 01:27:56 UTC

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

2021-07-14 01:28:04 UTC

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

2021-07-14 01:28:12 UTC

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

2021-07-14 01:28:12 UTC

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

2021-07-14 01:28:13 UTC

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

2021-07-14 01:28:13 UTC

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

2021-07-14 01:28:14 UTC

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

2021-07-14 01:28:14 UTC

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

2021-07-14 01:28:16 UTC

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

2021-07-14 01:28:17 UTC

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

2021-07-14 01:28:17 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-14T01:26:39Z

2021-07-14 01:28:18 UTC

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

2021-07-14 01:28:18 UTC

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

2021-07-14 01:28:19 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