Namespace
rancher
Image / Tag
rancher-agent:master-eb87d93908a4b34c8e75c8ffd99f410a49642941-windows-1809
Content Digest
sha256:845cbd728cbd5bc2e9c796e90227510d0859940cf5b48fb4f5cda619d6d78a55
Details
Created

2021-07-13 17:02:37 UTC

Size

2.62 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-07-13T17:02:31Z
  • org.opencontainers.image.revision
    eb87d93908a4b34c8e75c8ffd99f410a49642941
  • 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-eb87d93908a4b34c8e75c8ffd99f410a49642941-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:8d5139ce8e391161879a01d93f3cedd815a56486d43851e002819daea95cbbda - 34.2% (918 MB)

[#002] sha256:1de3c1e5aa63e7382c7722e03837da3382ccbb293cda172e891c87605b11e229 - 0.0% (1.06 KB)

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

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

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

[#006] sha256:fcf1d04a3d76850a5647c867ebecbae42025df1074591ba39809245ced2f70b6 - 0.28% (7.47 MB)

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

[#008] sha256:f39d104e64ef50ec134d34df92a757706ef05b6d0b996dfffd0f167e171e0455 - 0.2% (5.31 MB)

[#009] sha256:8db416f6d4a518408f8bf54b2503051b247125f511504d60df7409ac8e481650 - 0.58% (15.5 MB)

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

[#011] sha256:b27e5146c0ce02888ef51318cf16d05e592125c82a2dd18fdc1e088764a9cba6 - 0.0% (1.13 KB)

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

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

[#014] sha256:30a854a394a52ab0eec7cfabc25df648f4a2ba94b42e921face42d6fb56fc64e - 0.0% (1.09 KB)

[#015] sha256:5f33db8e8fc619d5be51946ed2f85f32af161e5a6cfded9a29ddb42880e36c74 - 0.0% (1.07 KB)

[#016] sha256:ba8ba54b0cd71afc049143b22385c3a9e319f88cb877930071359074ec93c13a - 1.04% (27.8 MB)

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

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

[#019] sha256:d2dbc76c3e368d48c08ff5beb2083992fd27997c229a182c9957eedcec4bf0f2 - 0.0% (1.12 KB)

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

[#021] sha256:fcce1695c98d4845126666a4e8736f4a63525f6038f433998267273afe928611 - 0.0% (1.07 KB)


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

Apply image 1809-RTM-amd64

2021-07-06 07:14:10 UTC

Install update 1809-amd64

2021-07-13 16:58:48 UTC

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

2021-07-13 16:58:48 UTC

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

2021-07-13 16:59:07 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-07-13 16:59:14 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-07-13 17:01:30 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-07-13 17:01:39 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-07-13 17:01:45 UTC

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

2021-07-13 17:01:51 UTC

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

2021-07-13 17:01:58 UTC

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

2021-07-13 17:01:58 UTC

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

2021-07-13 17:01:59 UTC

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

2021-07-13 17:01:59 UTC

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

2021-07-13 17:02:32 UTC

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

2021-07-13 17:02:33 UTC

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

2021-07-13 17:02:34 UTC

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

2021-07-13 17:02:35 UTC

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

2021-07-13 17:02:35 UTC

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

2021-07-13 17:02:36 UTC

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

2021-07-13 17:02:36 UTC

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

2021-07-13 17:02:37 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