Namespace
rancher
Image / Tag
fleet-agent:v0.3.6-rc6-windows-1809
Content Digest
sha256:1e59a8ac57328b9cb4d6bd6597b1efc1d5ffbd13b2e9d2ce962d3f421c301878
Details
Created

2021-07-22 18:52:34 UTC

Size

2.55 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2021-07-22T18:47:12Z
  • org.opencontainers.image.revision
    ea8cd779523220e57b2651b49951e0de09a44b7f
  • 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.6-rc6


Layers

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

[#001] sha256:f143c6fed32d477c35b660b2e108ea62e3593c03e44bd9ced208ce52b26b0841 - 35.35% (922 MB)

[#002] sha256:3c8cacdbec0f02ed1be6a21dccaffb77398fc1f88dad9e787f308b250385575b - 0.0% (1.07 KB)

[#003] sha256:e83250ace9551d87a41d0a4815986e723fb3200de57af12e59d0de7fd93d75a0 - 0.0% (1.07 KB)

[#004] sha256:4c426e87a4c2ab0c79827ddf4026c31f86f54484bce29ab10d08dc89e87cf36b - 0.0% (1.09 KB)

[#005] sha256:88ff7cb9d4b47f56a972c06cf8c975f3367ebbb2fec21129a2bf1ef0d602eb28 - 0.0% (1.07 KB)

[#006] sha256:0518a30bdc0fae20030e2ec6e69172c5626062a35dfd91234a3cacd4c87fd697 - 0.0% (1.06 KB)

[#007] sha256:c1195d66825d13d810e050fdb36b8368306e72df898284ef76fbef0a356f958d - 1.05% (27.5 MB)

[#008] sha256:8aee24384972571af5763cf204d7b6587e56de12d6ba2cb6b4b8a78cc1c4026c - 0.79% (20.5 MB)

[#009] sha256:527930bbe08dd7fd62c57ec91b1b4a84e392d6337f3b7d13e8440ded0203a4a5 - 0.0% (1.07 KB)

[#010] sha256:e167874aab62c682abc2915f2ec36aefe60d4f387822280c26934efaa71c393e - 0.0% (1.07 KB)

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

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

[#013] sha256:4db40d6caf2dedd542be921ec2c45d31704c7e7e52b54bc8848ad0c8c97c6d7a - 0.0% (1.07 KB)


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

Apply image 1809-RTM-amd64

2021-07-06 20:34:18 UTC

Install update 1809-amd64

2021-07-22 18:51:53 UTC

cmd /S /C #(nop) ARG RELEASES

2021-07-22 18:51:54 UTC

cmd /S /C #(nop) ARG VERSION

2021-07-22 18:51:54 UTC

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

2021-07-22 18:51:55 UTC

cmd /S /C #(nop) ENV VERSION=v0.3.6-rc6

2021-07-22 18:51:55 UTC

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

2021-07-22 18:52: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-07-22 18:52:31 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-07-22 18:52:31 UTC

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

2021-07-22 18:52:32 UTC

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

2021-07-22 18:52:32 UTC

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

2021-07-22 18:52:34 UTC

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

2021-07-22 18:52:34 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