Namespace
rancher
Image / Tag
rancher-agent:v2.6.0-rc6-windows-1809
Content Digest
sha256:94319504cdfb275c3002ae7bd8a95d82d6fcf8774db6aa187a9e4183ed825445
Details
Created

2021-08-23 22:13:23 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-08-23T22:13:20Z
  • org.opencontainers.image.revision
    b43e4d955c8fdbb85bbbba1962937b0abbdf4a09
  • 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:v2.6.0-rc6

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:d4e61886b033f5a15832e20b718b5d77bb657e69ff70caacdee6178118c0831d - 0.0% (1.14 KB)

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

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

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

[#006] sha256:613ca9b148527e5304a943ec8e81e0e3cb3775e655785485332aa6818ca39cb3 - 0.28% (7.43 MB)

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

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

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

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

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

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

[#013] sha256:62d369f0bf0c9a469925bc7b2ca791b561bcaaca80423073dcb08d23855ec869 - 0.0% (1.06 KB)

[#014] sha256:9ec520181a2e69660c5702b4aead56a4d622a92b066d1f8aea87b705c86f86e6 - 0.0% (1.09 KB)

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

[#016] sha256:947cf4a92d9f3397d2b0c7bddee5a66b26d00f3f827c3dc60e61c8ed99545295 - 1.04% (28 MB)

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

[#018] sha256:6d0e46f9c932d84468d61866653a8d0bdbddd7adebb7dbf1db338d3603b364e8 - 0.0% (1.09 KB)

[#019] sha256:9fae90e43997e92e83d8376e1f4291c8608a7663a79c23a7055217c629bffc61 - 0.0% (1.09 KB)

[#020] sha256:4264847029cac85bc7c018d01f14b70125038cafdf9da234d324bb0f56290d47 - 0.0% (1.09 KB)

[#021] sha256:4d10b5925a4f0f4084806847bb66740a8b04decbb5b990de705348253bec11b7 - 0.0% (1.08 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-23 22:11:37 UTC

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

2021-08-23 22:11:37 UTC

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

2021-08-23 22:11:56 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-23 22:12:04 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-23 22:12:25 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-23 22:12:34 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-23 22:12:40 UTC

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

2021-08-23 22:12:46 UTC

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

2021-08-23 22:12:52 UTC

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

2021-08-23 22:12:53 UTC

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

2021-08-23 22:12:53 UTC

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

2021-08-23 22:12:54 UTC

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

2021-08-23 22:12:54 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6.0-rc6

2021-08-23 22:12:54 UTC

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

2021-08-23 22:12:56 UTC

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

2021-08-23 22:12:56 UTC

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

2021-08-23 22:13:22 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-23T22:13:20Z

2021-08-23 22:13:22 UTC

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

2021-08-23 22:13:22 UTC

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

2021-08-23 22:13:23 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