Namespace
rancher
Image / Tag
rancher-agent:master-a1b2eafbb7baa9d8ffdf3b8353aebbb2734db743-windows-1809
Content Digest
sha256:9c521595829563c9c777ba82ad29c3807599c0d304f1d6deaaa5c598a2e733cb
Details
Created

2021-08-22 19:25:32 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-08-22T19:25:27Z
  • org.opencontainers.image.revision
    a1b2eafbb7baa9d8ffdf3b8353aebbb2734db743
  • 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-a1b2eafbb7baa9d8ffdf3b8353aebbb2734db743-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:c67ded6868b61d392a0c096f911563fd6bc0bc3ed4fe401d077b3718a1b0cdaf - 34.32% (923 MB)

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

[#003] sha256:a0f7ab18f9d0297de5beb47e5278e42dd2529e58623e1815bb93879b97d5e22f - 0.0% (1.09 KB)

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

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

[#006] sha256:8af69de080488ec525ceba9bc6427b639843f57096fccd4995d9b958d224d904 - 0.28% (7.43 MB)

[#007] sha256:f1f8126efc80626508f6fea1b94315e727e4a6f6372588fb24e1652a6031e41a - 1.38% (37.2 MB)

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

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

[#010] sha256:025a964f7872dcb551e6f33731dadfedd1a05027c30956ad14b6f8294c4a5b6f - 0.47% (12.7 MB)

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

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

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

[#014] sha256:c3baa6b8cc9f2a40ab43daafa7e7766e71f917c546640a33f30091cdfb128772 - 0.0% (1.1 KB)

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

[#016] sha256:89cf162b08f1a2c33998227f3c2c2716f58be38ffab8417cf58bb0042519c1c2 - 1.04% (28 MB)

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

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

[#019] sha256:18040a64627a5707ebf31194fb7eb86d04378f7f961d69e121cfa1c49f8b1cb0 - 0.0% (1.09 KB)

[#020] sha256:816508a1fb1b0d35200fed9253237362a17af6c202cc26e6303150c68d30afdf - 0.0% (1.09 KB)

[#021] sha256:cc4bdfb75f8baebaa46873532fe1d72c077d3fcf254ca6aadd221fd0d3761537 - 0.0% (1.06 KB)


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

Apply image 1809-RTM-amd64

2021-08-05 19:44:34 UTC

Install update 1809-amd64

2021-08-22 19:23:45 UTC

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

2021-08-22 19:23:45 UTC

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

2021-08-22 19:24:03 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-22 19:24:11 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-22 19:24:32 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-22 19:24:40 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-22 19:24:46 UTC

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

2021-08-22 19:24:52 UTC

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

2021-08-22 19:24:58 UTC

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

2021-08-22 19:24:59 UTC

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

2021-08-22 19:24:59 UTC

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

2021-08-22 19:24:59 UTC

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

2021-08-22 19:25:28 UTC

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

2021-08-22 19:25:29 UTC

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

2021-08-22 19:25:30 UTC

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

2021-08-22 19:25:31 UTC

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

2021-08-22 19:25:31 UTC

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

2021-08-22 19:25:31 UTC

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

2021-08-22 19:25:32 UTC

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

2021-08-22 19:25:32 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