Namespace
rancher
Image / Tag
fleet-agent:v0.7.0-rc.4-windows-1809
Content Digest
sha256:5eb1729221c96244b093a4e46d0c6dfe6d83de733ed9777e7f3ff6794fb3ec2a
Details
Created

2023-06-05 11:48:22 UTC

Size

1.92 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-06-05T11:43:43Z
  • org.opencontainers.image.revision
    ddbb43505e80247b818a418a89ae911590ce1fd9
  • 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.7.0-rc.4


Layers

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

[#001] sha256:d1629109497f302d0776ee05c686b635ce10daa442b8fe27777aa7e7f3f4c685 - 17.25% (340 MB)

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

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

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

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

[#006] sha256:72c2e81e1ad231d178f4367685cd210f91d1dcaa663713d7cab3d287178c8f52 - 0.0% (1.09 KB)

[#007] sha256:dd943265e283d14f2a56f4fcf7789d4c0aeed8d9ec8dac9410ceb89d6419ccc7 - 1.36% (26.7 MB)

[#008] sha256:45fcc8eebf54cc43465af017e05d244d590a90be7817a69cc1beef5f1ed800a0 - 0.94% (18.6 MB)

[#009] sha256:ee0b705853538f11ed1e3bc9afec78cb5b63e711fc7e3fa23059aeaa27680845 - 0.0% (1.08 KB)

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

[#011] sha256:4a42a75aafe858ff8dfb2a00e916b3d116c0d341ed8994040b1a8e384aeaf085 - 0.0% (1.09 KB)

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

[#013] sha256:19f28507df11331a4800ad3ca6b42f30b4b5b4ca15f3672a09621aa3a88b334f - 0.0% (1.1 KB)


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

Apply image 10.0.17763.3887

2023-05-05 12:05:28 UTC

Install update 10.0.17763.4377

2023-06-05 11:47:34 UTC

cmd /S /C #(nop) ARG RELEASES

2023-06-05 11:47:34 UTC

cmd /S /C #(nop) ARG VERSION

2023-06-05 11:47:35 UTC

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

2023-06-05 11:47:35 UTC

cmd /S /C #(nop) ENV VERSION=v0.7.0-rc.4

2023-06-05 11:47:36 UTC

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

2023-06-05 11:48:10 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-06-05 11:48:20 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-06-05 11:48:20 UTC

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

2023-06-05 11:48:20 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-06-05T11:43:43Z

2023-06-05 11:48:21 UTC

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

2023-06-05 11:48:21 UTC

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

2023-06-05 11:48:22 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