Namespace
rancher
Image / Tag
fleet-agent:v0.8.4-rc.2-windows-1809
Content Digest
sha256:90e665c0a54e5b3f41152ba34a740102749865248b26e2e64508b58abdfcf23a
Details
Created

2024-04-10 07:30:41 UTC

Size

2.06 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-04-10T07:26:03Z
  • org.opencontainers.image.revision
    71ed0a3c5a0fecfd0f108d91d59a13bd2b31f6b9
  • 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.8.4-rc.2


Layers

[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 74.58% (1.54 GB)

[#001] sha256:e920b78002850882cc637991bf16e3cd3fdd45576cf3e930819c98f6b43518d3 - 23.22% (490 MB)

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

[#003] sha256:df2c75a4456f564f56823d9176347b2f2dbbce6804a7669d48a5cb97f3db2e12 - 0.0% (1.1 KB)

[#004] sha256:74d4807ac80dce38a2ee4cda03d75aa017cef02ec286100ed7a49cd910512db0 - 0.0% (1.09 KB)

[#005] sha256:321c13d99d6c4703d166b5f5a46a5f561bf1048006e0ef300b70457e4948def3 - 0.0% (1.07 KB)

[#006] sha256:6fab0b90cfc8b9e52ad0df2b2ea6a3bae68a429f2ad410978fbda61491d712cd - 0.0% (1.1 KB)

[#007] sha256:60abdcbc592973274b6bf916473bf06db6d275c226b4787544585db51cbc23ef - 1.27% (26.7 MB)

[#008] sha256:886d575db95d36e1b34bf425729e1454e8c92c0430b8622b554b73ee8c62ca8d - 0.94% (19.8 MB)

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

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

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

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

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


History
2023-06-08 12:58:24 UTC

Apply image 10.0.17763.4499

2024-04-06 02:39:33 UTC

Install update 10.0.17763.5696

2024-04-10 07:29:39 UTC

cmd /S /C #(nop) ARG RELEASES

2024-04-10 07:29:40 UTC

cmd /S /C #(nop) ARG VERSION

2024-04-10 07:29:40 UTC

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

2024-04-10 07:29:40 UTC

cmd /S /C #(nop) ENV VERSION=v0.8.4-rc.2

2024-04-10 07:29:41 UTC

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

2024-04-10 07:30:13 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;

2024-04-10 07:30:39 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;

2024-04-10 07:30:39 UTC

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

2024-04-10 07:30:40 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2024-04-10T07:26:03Z

2024-04-10 07:30:40 UTC

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

2024-04-10 07:30:40 UTC

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

2024-04-10 07:30:41 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