diff --git a/images/docker-fleet/index.html b/images/docker-fleet/index.html index 613dfcb57f..9e5661411a 100644 --- a/images/docker-fleet/index.html +++ b/images/docker-fleet/index.html @@ -1,4 +1,4 @@ - fleet - LinuxServer.io
Skip to content

linuxserver/fleet

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build

Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories.

fleet

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/fleet:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

Navigate to http://your_ip_here:8080 to display the home page. If DATABASE is selected as the preferred authentication process, ensure that you set up an initial user via http://your_ip_here:8080/setup. Once done, that page will no longer be available. A restart is preferable as it will remove the page altogether. Once complete, you can log into the app via http://your_ip_here:8080/login to manage your repositories.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
+ fleet - LinuxServer.io      

linuxserver/fleet

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build

Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories.

fleet

Supported Architectures

We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.

Simply pulling lscr.io/linuxserver/fleet:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

Navigate to http://your_ip_here:8080 to display the home page. If DATABASE is selected as the preferred authentication process, ensure that you set up an initial user via http://your_ip_here:8080/setup. Once done, that page will no longer be available. A restart is preferable as it will remove the page altogether. Once complete, you can log into the app via http://your_ip_here:8080/login to manage your repositories.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
 services:
   fleet:
     image: lscr.io/linuxserver/fleet:latest
@@ -54,4 +54,4 @@
   --pull \
   -t lscr.io/linuxserver/fleet:latest .
 

The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static

docker run --rm --privileged multiarch/qemu-user-static:register --reset
-

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 20.03.24: - Rebase to Alpine 3.19.
  • 12.07.23: - Rebase to Alpine 3.18.
  • 13.02.23: - Rebase to Alpine 3.17, migrate to s6v3.
  • 02.05.22: - Rebase to Alpine 3.15.
  • 13.12.21: - Add mitigations for CVE-2021-44228
  • 26.04.20: - Updated to keep in line with v2.0.0 branch of Fleet
  • 19.12.19: - Rebasing to alpine 3.11.
  • 02.07.19: - Rebasing to alpine 3.10.
  • 02.07.19: - Stop container if fleet fails.
  • 19.05.19: - Use new base images for arm versions.
  • 01.04.19: - Initial Release
\ No newline at end of file +

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 20.03.24: - Rebase to Alpine 3.19.
  • 12.07.23: - Rebase to Alpine 3.18.
  • 13.02.23: - Rebase to Alpine 3.17, migrate to s6v3.
  • 02.05.22: - Rebase to Alpine 3.15.
  • 13.12.21: - Add mitigations for CVE-2021-44228
  • 26.04.20: - Updated to keep in line with v2.0.0 branch of Fleet
  • 19.12.19: - Rebasing to alpine 3.11.
  • 02.07.19: - Rebasing to alpine 3.10.
  • 02.07.19: - Stop container if fleet fails.
  • 19.05.19: - Use new base images for arm versions.
  • 01.04.19: - Initial Release
\ No newline at end of file