Namespace
rancher
Image / Tag
rancher-agent:master-ad099eedfd4fbbbc4172e0fb7f9c02cdd06c67f9-windows-1809
Content Digest
sha256:87c8bc7239d071034873ac986fb7d2b7b25357fe6cdab83d01227dc6be985afe
Details
Created

2021-07-12 15:38:54 UTC

Size

2.62 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-07-12T15:38:49Z
  • org.opencontainers.image.revision
    ad099eedfd4fbbbc4172e0fb7f9c02cdd06c67f9
  • 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-ad099eedfd4fbbbc4172e0fb7f9c02cdd06c67f9-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:ee6e4292bb5109f400e9881ed3d6455336a6592a95446f0f048d86eaad64d563 - 0.0% (1.09 KB)

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

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

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

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

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

[#008] sha256:489fcca6ab5ccac54dbd20dbc16e3acf04a5592894d573397ce0ae50f51a9516 - 0.2% (5.32 MB)

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

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

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

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

[#013] sha256:89ef8e4392ba6d206dda39a0224e469500adb905bdef72e881af613090ba1b39 - 0.0% (1.07 KB)

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

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

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

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

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

[#019] sha256:05e687e5f3b8e2ea0d4f6e7deaf1c3a72dbaa2f26610770ae54ce758b8f1b99d - 0.0% (1.08 KB)

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

[#021] sha256:8e41f33702b8fca07d8e4cd34484c5a01ed594de54e8ae5563a0f1fdb92de63a - 0.0% (1.06 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-12 15:37:04 UTC

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

2021-07-12 15:37:05 UTC

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

2021-07-12 15:37:24 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-12 15:37:32 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-12 15:37:54 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-12 15:38:03 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-12 15:38:09 UTC

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

2021-07-12 15:38:16 UTC

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

2021-07-12 15:38:22 UTC

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

2021-07-12 15:38:22 UTC

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

2021-07-12 15:38:22 UTC

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

2021-07-12 15:38:23 UTC

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

2021-07-12 15:38:50 UTC

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

2021-07-12 15:38:51 UTC

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

2021-07-12 15:38:52 UTC

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

2021-07-12 15:38:53 UTC

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

2021-07-12 15:38:53 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-07-12T15:38:49Z

2021-07-12 15:38:53 UTC

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

2021-07-12 15:38:54 UTC

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

2021-07-12 15:38:54 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