Namespace
rancher
Image / Tag
rancher-agent:master-7a2fc74f9598b41b98f2ac5d644a677d29e83e45-windows-2004
Content Digest
sha256:718ee13a56be6c7a8da5cb8a16f1af7c0109a1ee09302c24db1d15d6c683c308
Details
Created

2021-06-28 16:09:02 UTC

Size

2.25 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-06-28T16:08:50Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    7a2fc74f9598b41b98f2ac5d644a677d29e83e45
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-7a2fc74f9598b41b98f2ac5d644a677d29e83e45-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:409e8c9a2688a1824ab167e0815af899280d336440100aab9c47f99ce3e0de07 - 43.56% (1000 MB)

[#002] sha256:e930772f887e51aa47f6ff98f82173522b59dd8d4003aabc6dbee177a95729ce - 0.0% (1.3 KB)

[#003] sha256:36bfac26c5a7f20b2eb857580deaeffbdf7058f428e7e59a616365e31d1f1c90 - 0.0% (1.27 KB)

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

[#005] sha256:d64be2ede2235bb5b271d8835e79ec5845294ad64545855363f79e231f55c54d - 0.23% (5.27 MB)

[#006] sha256:ff72317390d47785c6e3993f16093b2133e8f8ce8e72d3b4f9ce05e56739cf10 - 0.37% (8.61 MB)

[#007] sha256:646c293b8dd6360283b8cdd0fd33c1637fbf48d15e1d4bd2dd092c6af55c94db - 1.62% (37.2 MB)

[#008] sha256:4d64c330d490a05519b3d47091bd2f7a2d140847026e9473b772a6511752ca98 - 0.23% (5.34 MB)

[#009] sha256:5f17b5ff632ca12a1d52d2ebc5e97cd186d5b3b6368c1d6287f053c4a9d4e03c - 0.68% (15.6 MB)

[#010] sha256:304415227826f905b127d8f578fa5430557858a486adbbcf696a2636aaa9105d - 0.55% (12.7 MB)

[#011] sha256:7c2af0c0adde2bbd8ba500a0cfe93f0b15fc5d542493b95b7eaf6f0c12bb1273 - 0.0% (1.27 KB)

[#012] sha256:1c7aec25aad34ebb939ac850ebb8594823a6faaadbcc97ca621e084705d5dc0e - 0.0% (1.26 KB)

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

[#014] sha256:10d30b7bba5f8cf6320f48f7f819e99a8ae6ca2b98b948f511ed5631a796d98e - 0.0% (1.3 KB)

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

[#016] sha256:3a03aac4d5524eb667c7cf39e3acfeeb28416923f811d91583b90fdb3bf89f3b - 1.21% (27.8 MB)

[#017] sha256:547f110531e60d5dd397cb0d800677354a781b562cafd1a33b652ed36c256302 - 0.0% (1.26 KB)

[#018] sha256:59ba8f1479092f9a3de0516ac810d413ab8ca852581c114a59814815edcf4fb5 - 0.0% (1.27 KB)

[#019] sha256:367e7bcc61d7423ae5cbd47523f7d18aa3f2de9327bb674b1164899d95eb4e57 - 0.0% (1.29 KB)

[#020] sha256:52b3a7b4803d5caf2cbb595732511b78e6354dbaaaed6d8ea92956fc3e26082e - 0.0% (1.27 KB)

[#021] sha256:028037e2fd50b4e1680c7dc330931e20887aa0f195a55baeca8d4b1ade61ec80 - 0.0% (1.27 KB)


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

Apply image 2004-RTM-amd64

2021-06-06 19:51:57 UTC

Install update 2004-amd64

2021-06-28 16:06:38 UTC

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

2021-06-28 16:06:39 UTC

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

2021-06-28 16:06:56 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-06-28 16:07:05 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-06-28 16:07:31 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-06-28 16:07:43 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-06-28 16:07:54 UTC

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

2021-06-28 16:08:04 UTC

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

2021-06-28 16:08:12 UTC

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

2021-06-28 16:08:13 UTC

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

2021-06-28 16:08:13 UTC

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

2021-06-28 16:08:14 UTC

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

2021-06-28 16:08:52 UTC

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

2021-06-28 16:08:53 UTC

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

2021-06-28 16:08:54 UTC

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

2021-06-28 16:09:00 UTC

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

2021-06-28 16:09:00 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-28T16:08:50Z

2021-06-28 16:09:01 UTC

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

2021-06-28 16:09:01 UTC

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

2021-06-28 16:09:02 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