Namespace
rancher
Image / Tag
rancher-agent:master-58f64256cff9f5ec282771d33f0a26d0589c36aa-windows-2004
Content Digest
sha256:04e11b825438e7ba69100d62ee1702acf46be313d553fa48a9b823353c0b47c9
Details
Created

2021-07-13 18:45:38 UTC

Size

2.25 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-07-13T18:45:28Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    58f64256cff9f5ec282771d33f0a26d0589c36aa
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-58f64256cff9f5ec282771d33f0a26d0589c36aa-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.8% (1.14 GB)

[#001] sha256:6907d97093063478e2c552549bbcd0b499d1dfba051bad994179f5a1d343fe58 - 43.65% (1010 MB)

[#002] sha256:11bba87128bd713f40013c949fe0e473a69c3afddaacfb52a525a2d5c11970c9 - 0.0% (1.26 KB)

[#003] sha256:58ec5084d5bd6e372442fa4daa668ff283620fafc711ff59f51180bd18711847 - 0.0% (1.27 KB)

[#004] sha256:682499ff2759632be383130eed2f621c06957e311eb23c703a7238b4d0d39557 - 0.67% (15.5 MB)

[#005] sha256:b55bfb530ac31d736fb224656ee45f678a7728a5a1f894e6b1d2885a3e7fceff - 0.23% (5.25 MB)

[#006] sha256:60779ede278409f91fa9d518a84053b27fa1332b5adde03c1bfc653ff8f5aeaa - 0.37% (8.63 MB)

[#007] sha256:b8c39d5cc2289eb9f0f79c0d6a1b4b259fbe4c61e61211e845f1d13a1362525d - 1.61% (37.2 MB)

[#008] sha256:7154fcb58c5a412c587efa1422e3b9d064ab38699e7c137d1c7d04f641cd7ff1 - 0.23% (5.29 MB)

[#009] sha256:643805eec7aa199f8f9e1ad427341364c0869a36169b49e3a75d8068fba45bed - 0.67% (15.5 MB)

[#010] sha256:6363ab7b3cb44d07cdda3b77cd37a8c94054c04b94afde37d7da224490f8633c - 0.55% (12.7 MB)

[#011] sha256:93cbc80774453a338cb01b0bcc8d5196f8d54d4078470a30752273ce3058b364 - 0.0% (1.27 KB)

[#012] sha256:ed9e75ac14405eeffbbc53d1d9d50801b8161bb01889ff0b03d11a4f98c57e4b - 0.0% (1.29 KB)

[#013] sha256:a3c6f796e98a9a685c7c513a58505ee8a5a53132cf19f6a7a152a3f00a5c9561 - 0.0% (1.26 KB)

[#014] sha256:3e23889b6869552e922178ac99d1f5d7f453bc114089719af04e7ab3816a102c - 0.0% (1.3 KB)

[#015] sha256:2d0c0675e54b197e87162e9dbe29c1ffdcf153706a3a1d8af3b5373d1b643bc6 - 0.0% (1.27 KB)

[#016] sha256:18cbd11f9528b7fdf2444b09869386cd4af9849a218eb306163c135eb1b2ef1a - 1.21% (27.8 MB)

[#017] sha256:19aee4eb6ddda1ce271a184c7d5b9ce8b158d2e0927cbb01e8e11a899c176ad8 - 0.0% (1.26 KB)

[#018] sha256:8251cb4e91660600ca75f4dc7c690f249f9487d179cf1275be1b4bed8e8045f4 - 0.0% (1.27 KB)

[#019] sha256:ea5d8461153f1f0e17272140c69b30e9d9db5150ce6f82e962e788ddde9ece48 - 0.0% (1.27 KB)

[#020] sha256:6fc823cc3810f7ff14f59d2a495fea2a9d03cb0d9ef915d3a813b915356f664a - 0.0% (1.26 KB)

[#021] sha256:478ebdea809cf4f40b5c4aea424e192db19c53abc4eda32e5abc49e65c2302e9 - 0.0% (1.29 KB)


History
2019-12-07 09:28:27 UTC

Apply image 2004-RTM-amd64

2021-07-10 18:37:09 UTC

Install update 2004-amd64

2021-07-13 18:42:08 UTC

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

2021-07-13 18:42:08 UTC

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

2021-07-13 18:42:21 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 18:42:29 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 18:43:58 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 18:44:09 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 18:44:18 UTC

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

2021-07-13 18:44:27 UTC

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

2021-07-13 18:44:38 UTC

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

2021-07-13 18:44:39 UTC

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

2021-07-13 18:44:39 UTC

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

2021-07-13 18:44:40 UTC

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

2021-07-13 18:45:30 UTC

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

2021-07-13 18:45:31 UTC

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

2021-07-13 18:45:33 UTC

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

2021-07-13 18:45:35 UTC

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

2021-07-13 18:45:36 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-13T18:45:28Z

2021-07-13 18:45:36 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0

2021-07-13 18:45:37 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=58f64256cff9f5ec282771d33f0a26d0589c36aa

2021-07-13 18:45:38 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git

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