Namespace
rancher
Image / Tag
rancher-agent:master-039138bcf56b07a1d905396bceb6081662d1b2a6-windows-1809
Content Digest
sha256:421efdf228e7adb365f57e4e40fe70b5a519f7a3464db761022ee24845d6d5d2
Details
Created

2021-08-10 17:35:33 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-08-10T17:35:28Z
  • org.opencontainers.image.revision
    039138bcf56b07a1d905396bceb6081662d1b2a6
  • 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-039138bcf56b07a1d905396bceb6081662d1b2a6-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:f825892f172505bd1528ab48d9b5195c53f97a872b3aa0aaebe7e1d418681d7a - 0.0% (1.09 KB)

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

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

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

[#006] sha256:a87c9b3998d26be0fe10309267080427f43c446e0629e41219c43dde252feb58 - 0.28% (7.42 MB)

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

[#008] sha256:6f0369ce7a458e8cba34b9e2e76cd39bf4f0e2e716c39394097411e516316ae7 - 0.2% (5.32 MB)

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

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

[#011] sha256:aedc149914a55826a152ab7a87600fd6040c320a3da6cec9fc7d6fdb66bea696 - 0.0% (1.06 KB)

[#012] sha256:327ffe59b1fa49b61936b859d3b60f90d22d0571b3e5b2488e66998a9b6b638f - 0.0% (1.06 KB)

[#013] sha256:3bbbf4297096e77220ff1be97c30d59ef5126254bfc6d29a2a0083e704732e24 - 0.0% (1.06 KB)

[#014] sha256:1ea9d6da88d43720d9386aec3f76a710287e560ddeaf0ce935e787586b2b7a6c - 0.0% (1.06 KB)

[#015] sha256:33063b7ba7cfccb1580996b7ac0482cda7d82528893f040320852a334a870a73 - 0.0% (1.07 KB)

[#016] sha256:6107969577980e80ddc0208e482ee4d9a674f9981107abc8710b15965a65991c - 1.04% (28 MB)

[#017] sha256:c7240949a56a81ead8049b159e447a91da34c654b8c9ce6c68fa96da23a7afce - 0.0% (1.06 KB)

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

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

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

[#021] sha256:2d4ffa01c7fd851ad901e460ae6e7ad6ed818c5cf159a3bb830cbe2eefff8068 - 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-10 17:33:46 UTC

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

2021-08-10 17:33:46 UTC

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

2021-08-10 17:34:04 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-10 17:34: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-10 17:34:35 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-10 17:34:44 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-10 17:34:50 UTC

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

2021-08-10 17:34:56 UTC

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

2021-08-10 17:35:02 UTC

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

2021-08-10 17:35:02 UTC

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

2021-08-10 17:35:03 UTC

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

2021-08-10 17:35:03 UTC

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

2021-08-10 17:35:30 UTC

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

2021-08-10 17:35:30 UTC

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

2021-08-10 17:35:31 UTC

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

2021-08-10 17:35:32 UTC

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

2021-08-10 17:35:32 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-10T17:35:28Z

2021-08-10 17:35:33 UTC

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

2021-08-10 17:35:33 UTC

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

2021-08-10 17:35:33 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