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

2021-08-02 17:31:18 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-08-02T17:31:13Z
  • org.opencontainers.image.revision
    b395238828a92cbe26c8d41528ab0a7e7251c809
  • 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-b395238828a92cbe26c8d41528ab0a7e7251c809-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:983037691bf8ad6dfcba12560071d035008caf2fa3ae36c2b0820bb76924053e - 0.0% (1.07 KB)

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

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

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

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

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

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

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

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

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

[#012] sha256:d832d83eaed6eb01312cc6470305f71172a9ca26688974dc1629f7874da0c75d - 0.0% (1.09 KB)

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

[#014] sha256:421b0503b35242b9bd640f600dcf7c884931f0c309054cf86875f229fa0a3e38 - 0.0% (1.09 KB)

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

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

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

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

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

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

[#021] sha256:587b3e30aac3fa0809cf2f9ebab8d900efcc616f289209ee61658da5a7669b91 - 0.0% (1.06 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-02 17:29:27 UTC

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

2021-08-02 17:29:27 UTC

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

2021-08-02 17:29:46 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-02 17:29:53 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-02 17:30:19 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-02 17:30:28 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-02 17:30:35 UTC

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

2021-08-02 17:30:41 UTC

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

2021-08-02 17:30:47 UTC

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

2021-08-02 17:30:47 UTC

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

2021-08-02 17:30:47 UTC

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

2021-08-02 17:30:48 UTC

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

2021-08-02 17:31:15 UTC

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

2021-08-02 17:31:15 UTC

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

2021-08-02 17:31:16 UTC

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

2021-08-02 17:31:17 UTC

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

2021-08-02 17:31:17 UTC

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

2021-08-02 17:31:18 UTC

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

2021-08-02 17:31:18 UTC

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

2021-08-02 17:31:18 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