Namespace
rancher
Image / Tag
rancher-agent:master-8b5f3923d86346cacedae08c6e9ee6efd23dcf2a-windows-1809
Content Digest
sha256:c9df22065822086ee64544d8671c488e81eb47339d044e6469cd8121cefe96a3
Details
Created

2021-08-05 19:38:39 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-08-05T19:38:32Z
  • org.opencontainers.image.revision
    8b5f3923d86346cacedae08c6e9ee6efd23dcf2a
  • org.opencontainers.image.source
    https://github.com/rancher/rancher.git
  • org.opencontainers.image.url
    https://github.com/rancher/rancher

Environment
AGENT_IMAGE

rancher/rancher-agent:master-8b5f3923d86346cacedae08c6e9ee6efd23dcf2a-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 60.96% (1.6 GB)

[#001] sha256:f143c6fed32d477c35b660b2e108ea62e3593c03e44bd9ced208ce52b26b0841 - 34.31% (922 MB)

[#002] sha256:da05ea195f817e79926e93923fb66f8bd66ddf502a3adc7dcca77767b171cf62 - 0.0% (1.07 KB)

[#003] sha256:a8e15584ec4479a08b34ed2e4d9446f3a57067847994b3fb0936cfad730ba184 - 0.0% (1.07 KB)

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

[#005] sha256:ad3cfe8079393f333f2eac4fa0db7d81505db733cabf6f847b3fa8a94324926f - 0.2% (5.28 MB)

[#006] sha256:df3abde50358115b173540ff926842b694900a8830338fed0daf2fd144fba61a - 0.28% (7.44 MB)

[#007] sha256:f12bb7058a13e1e78eddaf3eb1b106e8470eaac80298549373010142bb951930 - 1.39% (37.2 MB)

[#008] sha256:aec4a59b7440fc320b933e777e1693b24c071c71b3ec1262af750f4b8714fe07 - 0.2% (5.34 MB)

[#009] sha256:e8746cfc8c4b37b97680aed876583e461cdd7a9cf35a22122d129f1ca849d9a4 - 0.58% (15.6 MB)

[#010] sha256:2f8e11ea3e2a00ca73b701e227ee676f2161d4a1f93742d7ae76ff05759b832c - 0.47% (12.7 MB)

[#011] sha256:f398b523bac24c8fcbe717e108eb7de2c36ae6bb5e5e7a929d7fffe2f9d818de - 0.0% (1.07 KB)

[#012] sha256:a6116b3fc9b6a149ecb1cd9bee4d54e53149a3cb3e6e19d778e68a2db44b3a8d - 0.0% (1.07 KB)

[#013] sha256:862e1efa41b49a05682dca19597bd989058cde3a92a02eebda4acebf1bf7dcdd - 0.0% (1.07 KB)

[#014] sha256:62680aefd63802535ee8c657d317443147ec465878f552df4b62122c5b3ba773 - 0.0% (1.07 KB)

[#015] sha256:b4d008f47e066cc215c8c47e0f8d8dbbd03b53755f3f31a7f23e7c2ec66f7908 - 0.0% (1.06 KB)

[#016] sha256:40d5c954797ae55aea8325fe07335cffd00c864d61f4ae530c0b36e0434ab1e1 - 1.04% (28 MB)

[#017] sha256:d2cfe158767111d74c6f684aef46338ed19178ed0a0ec373952e5f251087c78c - 0.0% (1.07 KB)

[#018] sha256:9f99e00557f8b0660a6b6e48c734bfe02dd09ea7f7fd0581879f9c2b58ff7b97 - 0.0% (1.07 KB)

[#019] sha256:e13d13b9ea1274d3fa6726de50a015f80b2cc3edcbba5dade893aea409f82e02 - 0.0% (1.07 KB)

[#020] sha256:c168aa139d5ea6216fb63ca58b61ce1634a1fea48b953138c02b72a04a916c55 - 0.0% (1.07 KB)

[#021] sha256:3dd09a7ab8cd9898b47d83a040aa4b6a0182cae192d3859d80a48a4ed7c8ab0e - 0.0% (1.09 KB)


History
2020-05-07 05:09:25 UTC

Apply image 1809-RTM-amd64

2021-07-06 20:34:18 UTC

Install update 1809-amd64

2021-08-05 19:26:57 UTC

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

2021-08-05 19:26:57 UTC

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

2021-08-05 19:27:16 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-08-05 19:27:24 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-08-05 19:27:50 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-08-05 19:27:59 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-08-05 19:28:06 UTC

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

2021-08-05 19:28:13 UTC

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

2021-08-05 19:28:21 UTC

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

2021-08-05 19:28:21 UTC

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

2021-08-05 19:28:22 UTC

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

2021-08-05 19:28:22 UTC

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

2021-08-05 19:38:34 UTC

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

2021-08-05 19:38:36 UTC

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

2021-08-05 19:38:37 UTC

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

2021-08-05 19:38:37 UTC

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

2021-08-05 19:38:38 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-05T19:38:32Z

2021-08-05 19:38:38 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=8b5f3923d86346cacedae08c6e9ee6efd23dcf2a

2021-08-05 19:38:39 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git

2021-08-05 19:38:39 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher

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