Namespace
rancher
Image / Tag
fleet-agent:v0.4.1-windows-1809
Content Digest
sha256:6cfacfab7178748bf67dea49adb836e994be37bc3c231967b27841c2eb26bff8
Details
Created

2022-11-18 13:36:34 UTC

Size

2.57 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-11-18T13:36:05Z
  • org.opencontainers.image.revision
    2ee6d1e378370ab967b3dac9a192fcdff7899b70
  • 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.1


Layers

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

[#001] sha256:d3e1bcee8808eb2e6e2396191c1796d18ad6f3a4a0eac5b00e04aed55b9a4cad - 30.36% (800 MB)

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

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

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

[#005] sha256:5c5f31558b67e61772ebcc11e52dee445dbca4c78f345002a6dabd0b934441d9 - 0.0% (1.06 KB)

[#006] sha256:4d78f53b6e011d69fbe5b0fa46f4f4ab45c75547b182a221f5e765cc519a04e2 - 0.0% (1.09 KB)

[#007] sha256:63c4b11bb856d20ea185a81e5cbd683e109ce0d11b31df7e3becf9c22e7b0626 - 1.01% (26.7 MB)

[#008] sha256:cd495407463ea2a53c86d40b3652da2720a1518b132115bb2e417a74a18ec73f - 0.71% (18.8 MB)

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

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

[#011] sha256:90dd563bdea5e4814d73ce1c5b4c33efee3247227de620999b72e076602af29f - 0.0% (1.09 KB)

[#012] sha256:3b720ab2ce10fba0bcc7cdc3c4f70b80d631bc2931c9a8245d9f1b79c4b2fbb5 - 0.0% (1.07 KB)

[#013] sha256:89b4b3fa7739f877444847f761e70a078bdf36dbf48fdd1f64eaa78a4b619d85 - 0.0% (1.07 KB)


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

Apply image 10.0.17763.2803

2022-11-05 18:29:26 UTC

Install update 10.0.17763.3650

2022-11-18 13:36:06 UTC

cmd /S /C #(nop) ARG RELEASES

2022-11-18 13:36:06 UTC

cmd /S /C #(nop) ARG VERSION

2022-11-18 13:36:06 UTC

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

2022-11-18 13:36:07 UTC

cmd /S /C #(nop) ENV VERSION=v0.4.1

2022-11-18 13:36:07 UTC

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

2022-11-18 13:36:24 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-11-18 13:36:32 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-11-18 13:36:32 UTC

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

2022-11-18 13:36:33 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-11-18T13:36:05Z

2022-11-18 13:36:33 UTC

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

2022-11-18 13:36:33 UTC

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

2022-11-18 13:36: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