Namespace
rancher
Image / Tag
rancher-agent:master-b2a294889b5f0d6963bd7289b6a97c703d60a3c0-windows-1809
Content Digest
sha256:c1ef1f74ccc7d22b16ac04aa49d3af2464211844f6029585b9e280dcb8278883
Details
Created

2021-08-13 04:12:38 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-08-13T04:12:32Z
  • org.opencontainers.image.revision
    b2a294889b5f0d6963bd7289b6a97c703d60a3c0
  • 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-b2a294889b5f0d6963bd7289b6a97c703d60a3c0-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:2bc24b1ee0bc068cbee0b4a15d9330810432b01ded1beef5bca807fe736d91d3 - 0.0% (1.07 KB)

[#003] sha256:fa27ebb4d5c4029242438ef2014bd024777bbf9af942d8ef696de1fca4462af9 - 0.0% (1.06 KB)

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

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

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

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

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

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

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

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

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

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

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

[#015] sha256:fb403112c45b30a46abe66c2af462318d120c1ea9049b529dc0eb5cbfa28c89b - 0.0% (1.09 KB)

[#016] sha256:5d1e1aceaea731f54c4da4bf3c0a3c0ca5ab12afa671e44d147a9da9e038b5ce - 1.04% (28 MB)

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

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

[#019] sha256:4f0d02141016b8aab8e2e1861319c64404e17e5f97acefaf276ac723d9d3fa89 - 0.0% (1.06 KB)

[#020] sha256:4551a77782aa8942f8f65d9c19129c87d24444eea09688f7fa4d2f28881e6ff5 - 0.0% (1.06 KB)

[#021] sha256:ccaf2dc3be02d48bf9732737ec9a89960e70f1d499ac3b8f6a9a915691d5ef36 - 0.0% (1.07 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-13 04:10:41 UTC

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

2021-08-13 04:10:42 UTC

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

2021-08-13 04:11: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-13 04:11:10 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-13 04:11: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-13 04:11: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-13 04:11:50 UTC

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

2021-08-13 04:11:57 UTC

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

2021-08-13 04:12:03 UTC

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

2021-08-13 04:12:03 UTC

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

2021-08-13 04:12:04 UTC

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

2021-08-13 04:12:04 UTC

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

2021-08-13 04:12:34 UTC

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

2021-08-13 04:12:34 UTC

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

2021-08-13 04:12:35 UTC

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

2021-08-13 04:12:36 UTC

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

2021-08-13 04:12:37 UTC

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

2021-08-13 04:12:37 UTC

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

2021-08-13 04:12:37 UTC

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

2021-08-13 04:12:38 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