Namespace
rancher
Image / Tag
fleet-agent:v0.6.0-rc.1-windows-1809
Content Digest
sha256:9db03cc9e24fbefff889cb2d29cb195412441b03f857d78a43ecacbb70924494
Details
Created

2022-12-20 15:49:10 UTC

Size

2.58 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-12-20T15:44:09Z
  • org.opencontainers.image.revision
    31c9788dd99f412e24a5835f859bb97a09194504
  • 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.6.0-rc.1


Layers

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

[#001] sha256:98ecc5bab1a6382274d089dd7cdac84621f6f856603f75d15f1c6db55e5fade0 - 30.41% (802 MB)

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

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

[#004] sha256:03e755196e22f3b3c3c4ea4815492a0e352516af9c0c45c4cad1787da320a06b - 0.0% (1.07 KB)

[#005] sha256:972548b88fc3368ad7f8adddfcb1c81a8cd57371c217080e3137dbcf4e50d91b - 0.0% (1.07 KB)

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

[#007] sha256:4828816f988317d0c487238a3ea717d96a7a39504b259e63dfd3f0799c116d44 - 1.01% (26.6 MB)

[#008] sha256:7cc0b2456e4faf96cf828c11aba8d93551839d379b039d0d2843c50c550f4a7d - 0.72% (19.1 MB)

[#009] sha256:9f7708cef1575b9769fe2a82449cc6a97ae20f59afeca61d0ca139560c86d986 - 0.0% (1.09 KB)

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

[#011] sha256:019a5953f24a5a20468787ed10d6ed040c53136cc83568558f7fd0a1f7cf81f2 - 0.0% (1.09 KB)

[#012] sha256:4c26d8ad55e0932d98ab1d561634be5496b905aafc7ad8e3666af9c6080ba70f - 0.0% (1.07 KB)

[#013] sha256:3485d4a0a1d40e8bcfc9bda13f2be2aab66f089197330c50253eb748ce0a35ca - 0.0% (1.07 KB)


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

Apply image 10.0.17763.2803

2022-12-11 08:04:49 UTC

Install update 10.0.17763.3770

2022-12-20 15:48:33 UTC

cmd /S /C #(nop) ARG RELEASES

2022-12-20 15:48:34 UTC

cmd /S /C #(nop) ARG VERSION

2022-12-20 15:48:34 UTC

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

2022-12-20 15:48:34 UTC

cmd /S /C #(nop) ENV VERSION=v0.6.0-rc.1

2022-12-20 15:48:35 UTC

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

2022-12-20 15:49:01 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-12-20 15:49:08 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-12-20 15:49:09 UTC

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

2022-12-20 15:49:09 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-12-20T15:44:09Z

2022-12-20 15:49:09 UTC

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

2022-12-20 15:49:09 UTC

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

2022-12-20 15:49:10 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