Namespace
rancher
Image / Tag
fleet-agent:v0.3.5-rc2-windows-amd64-1909
Content Digest
sha256:2d1e014b6624add9672e5ad7fed788be717706226401a4e1eb886c9039a1d884
Details
Created

2021-04-06 01:04:36 UTC

Size

2.41 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2021-04-06T01:04:00Z
  • org.opencontainers.image.revision
    3fa1d9062f5e793dba1d2a05a496cde305b52ee5
  • org.opencontainers.image.source
    https://github.com/rancher/fleet.git
  • org.opencontainers.image.url
    https://github.com/rancher/fleet

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.5-rc2


Layers

[#000] sha256:9038b92872bc268d5c975e84dd94e69848564b222ad116ee652c62e0c2f894b2 - 62.4% (1.5 GB)

[#001] sha256:b77386890fc19d34b6634bdba9d01faeeacff49100ffbb130304c596864619da - 35.34% (871 MB)

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

[#003] sha256:71b635dc88348b24aa4d0efe7965b0c8aae8c73f8ed0a0a072ad4dda0fbb6732 - 0.0% (1.06 KB)

[#004] sha256:7738d65543a600af89e6141c8719e7572524db866aa50d33ed8edda26db80191 - 0.0% (1.09 KB)

[#005] sha256:a3b083ce60c4846588d87bc48402c4210564ba6db47d79a964afa383f161e5d6 - 0.0% (1.11 KB)

[#006] sha256:0776629da0e6b9b24e694a0b4ac8adf8c801170c5d2906a80f111ab5bfdd0a67 - 0.0% (1.07 KB)

[#007] sha256:6a164b24af633483d364341d31c63bedbf67fe11e314de6c9c5ab1e55ef8418f - 1.29% (31.9 MB)

[#008] sha256:e55f9f9cfe3734fabd62ed573eed49a9c478023607e58178b1aea9b3d8b85931 - 0.97% (23.9 MB)

[#009] sha256:8768657a6f6e38182f4299c8d21d434e53fd9141b492a3cd050dd114fe387ba0 - 0.0% (1.07 KB)

[#010] sha256:f8322df72389a95bc1f8d5d1143a746901832b8885b78d6a064fa456425f29df - 0.0% (1.1 KB)

[#011] sha256:0b1d2c971ba31d6a45c922c10ae626c0dc0f565cf1c8ba2448826eef67797df4 - 0.0% (1.09 KB)

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

[#013] sha256:01a528439819584caaba01af3ba7e5102fb77fa998225501f707d7bc149b692a - 0.0% (1.09 KB)


History
2019-10-07 20:38:30 UTC

Apply image 1909-RTM-amd64

2021-03-06 02:27:04 UTC

Install update 1909-amd64

2021-04-06 01:04:01 UTC

cmd /S /C #(nop) ARG RELEASES

2021-04-06 01:04:01 UTC

cmd /S /C #(nop) ARG VERSION

2021-04-06 01:04:02 UTC

cmd /S /C #(nop) ENV RELEASES=releases.rancher.com

2021-04-06 01:04:02 UTC

cmd /S /C #(nop) ENV VERSION=v0.3.5-rc2

2021-04-06 01:04:02 UTC

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

2021-04-06 01:04:23 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; pushd c:\; $URL = 'https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/MinGit-2.30.1-64-bit.zip'; Write-Host ('Downloading git from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\git.zip -Uri $URL; Write-Host 'Expanding ...'; Expand-Archive -Force -Path c:\git.zip -DestinationPath c:\git\.; Write-Host 'Cleaning ...'; Remove-Item -Force -Recurse -Path c:\git.zip; Write-Host 'Complete.'; popd;

2021-04-06 01:04:34 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://{0}/fleet/{1}/fleetagent-windows-amd64.exe' -f $env:RELEASES, $env:VERSION; New-Item -Path 'c:\\' -Name 'fleet' -ItemType 'directory'; Write-Host ('Downloading dapper from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:/fleet/fleetagent-windows.exe -Uri $URL;

2021-04-06 01:04:34 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["C:\\fleet\\fleetagent-windows.exe"]

2021-04-06 01:04:35 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-04-06T01:04:00Z

2021-04-06 01:04:35 UTC

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

2021-04-06 01:04:35 UTC

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

2021-04-06 01:04:36 UTC

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

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