Namespace
rancher
Image / Tag
fleet-agent:v0.5.2-rc.3-windows-1809
Content Digest
sha256:a0f765abf6eb572d1b0306286fd2ab9ecf2a01e051db64f9c39d334b0281ebc3
Details
Created

2023-02-01 14:58:38 UTC

Size

1.59 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-02-01T14:55:44Z
  • org.opencontainers.image.revision
    94290d580411c5336ccc2223a1702767e822023a
  • 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.5.2-rc.3


Layers

[#000] sha256:8185ee4ed6467d79d4c69f02fe3902311ba84777802d459dcd99869f603b161f - 97.2% (1.55 GB)

[#001] sha256:68b5ae74a57233f9b74f1330b156b6834b7d0b28a085685b2a82db9677165653 - 0.0% (1.06 KB)

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

[#003] sha256:3c6b38b8eee0c78b0bbdcdcb53e949577206353d270e53024b022b2a628519f5 - 0.0% (1.09 KB)

[#004] sha256:480f6858e86a40569a42bb0133129e3bbb5a96910316ea8185780d81eb9e3127 - 0.0% (1.06 KB)

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

[#006] sha256:ec42eb94d9a691f30ac9ec54c250a964108d5c758025fd933f4e71b092f6d2b5 - 1.64% (26.7 MB)

[#007] sha256:f8a7ce964c792c09b0417da8b0b64f0fc560a44408d42c5f82b92c3534107745 - 1.16% (19 MB)

[#008] sha256:9eaa6284328a65bddd3562952e26c47d6bea17dd6f344d14b8715b2a95120532 - 0.0% (1.06 KB)

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

[#010] sha256:8ec3fda65d581a66e3bdcdf7e83de22dfc7998199e892267d4c8ff80beccfbde - 0.0% (1.09 KB)

[#011] sha256:01b489f580480a5a03669f951679c56c6a9284c9de54f42ed3caa610a81ddd67 - 0.0% (1.06 KB)

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


History
2023-01-07 05:37:58 UTC

Apply image 10.0.17763.3887

2023-02-01 14:58:08 UTC

cmd /S /C #(nop) ARG RELEASES

2023-02-01 14:58:08 UTC

cmd /S /C #(nop) ARG VERSION

2023-02-01 14:58:09 UTC

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

2023-02-01 14:58:09 UTC

cmd /S /C #(nop) ENV VERSION=v0.5.2-rc.3

2023-02-01 14:58:09 UTC

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

2023-02-01 14:58:28 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;

2023-02-01 14:58:36 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;

2023-02-01 14:58:36 UTC

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

2023-02-01 14:58:37 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-02-01T14:55:44Z

2023-02-01 14:58:37 UTC

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

2023-02-01 14:58:37 UTC

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

2023-02-01 14:58:38 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