Namespace
rancher
Image / Tag
fleet-agent:v0.4.0-rc2-windows-1809
Content Digest
sha256:1ec2b41f1c453eacf197813653c50fda37dc9e5ac0857c75f1641374f611fbd2
Details
Created

2022-09-15 14:15:02 UTC

Size

2.56 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-09-15T14:10:05Z
  • org.opencontainers.image.revision
    4e0284c9063c35d7423d437995ce156b1f19f4e0
  • 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.4.0-rc2


Layers

[#000] sha256:b111c3320c949bea81612bf4554f1b6592c2f504920b5bf57ba340a1d4d52c93 - 68.23% (1.75 GB)

[#001] sha256:cee64bf279e2ca8e924884a10ecb98bfa79c7f0cc8d25e73039b9aeb940815b6 - 30.04% (788 MB)

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

[#003] sha256:6019e30fbb1fbd91fc9679c109a6ddfff27a96bf372acfc1c5b6aeab22b0476c - 0.0% (1.08 KB)

[#004] sha256:0c6ced43c41b973ed65db774a8fbbdc60cf8efb53784e6cf5b0d6c52aa79e9e9 - 0.0% (1.07 KB)

[#005] sha256:3442a10cfb5a96cb8c69df94c6e80cd52b5822de832a3d0871ba3584a35881ef - 0.0% (1.06 KB)

[#006] sha256:596dd93c03322abf2512a207b8889d37f2595d9f042162093f792f89eb316453 - 0.0% (1.09 KB)

[#007] sha256:0d97668a09025c3437cbb22dd251f7de5b954bcd2f37254a3bc7bce1313610ee - 1.02% (26.6 MB)

[#008] sha256:55130d3b0a3fbcc19a765987b910c04d471f9698ebc7ae66e8e5045dbf7309b9 - 0.71% (18.7 MB)

[#009] sha256:697a98340e0acee2bee2f1f0eccb10828109b49bde7243a39d7a3df6d5c255b2 - 0.0% (1.05 KB)

[#010] sha256:366b936aeb9c767e20d2bdd39c32001f6b0fb606d7581ec4a6e83a5af35b313d - 0.0% (1.06 KB)

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

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

[#013] sha256:041c7839efb6a93da1a860906f30c14a197a50124cbac461678e4146be5b61dd - 0.0% (1.07 KB)


History
2022-04-22 01:27:13 UTC

Apply image 10.0.17763.2803

2022-09-09 22:43:02 UTC

Install update 10.0.17763.3406

2022-09-15 14:14:20 UTC

cmd /S /C #(nop) ARG RELEASES

2022-09-15 14:14:20 UTC

cmd /S /C #(nop) ARG VERSION

2022-09-15 14:14:20 UTC

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

2022-09-15 14:14:21 UTC

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

2022-09-15 14:14:21 UTC

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

2022-09-15 14:14:52 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; pushd c:\; $URL = 'https://github.com/git-for-windows/git/releases/download/v2.33.1.windows.1/MinGit-2.33.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;

2022-09-15 14:15:00 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;

2022-09-15 14:15:00 UTC

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

2022-09-15 14:15:01 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-09-15T14:10:05Z

2022-09-15 14:15:01 UTC

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

2022-09-15 14:15:01 UTC

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

2022-09-15 14:15:02 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