Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Releases: linuxserver/docker-fleet

1.4.0-ls10

17 Jul 06:40

Choose a tag to compare

LinuxServer Changes:

Rebasing to alpine 3.10.
fleet Changes:

Various updates, including:

  • Basic image cache to improve load speeds, plus reduce load on database
  • Images are searchable
  • Included differentiation between masked and raw versions for each tag
  • Included build date on image list (and API).

1.4.0-ls9

10 Jul 06:38

Choose a tag to compare

LinuxServer Changes:

Rebasing to alpine 3.10.
fleet Changes:

Various updates, including:

  • Basic image cache to improve load speeds, plus reduce load on database
  • Images are searchable
  • Included differentiation between masked and raw versions for each tag
  • Included build date on image list (and API).

1.4.0-ls8

02 Jul 20:22

Choose a tag to compare

LinuxServer Changes:

Rebasing to alpine 3.10.
fleet Changes:

Various updates, including:

  • Basic image cache to improve load speeds, plus reduce load on database
  • Images are searchable
  • Included differentiation between masked and raw versions for each tag
  • Included build date on image list (and API).

1.4.0-ls7

02 Jul 19:11
96be7fa

Choose a tag to compare

LinuxServer Changes:

Stop container if fleet fails.
fleet Changes:

Various updates, including:

  • Basic image cache to improve load speeds, plus reduce load on database
  • Images are searchable
  • Included differentiation between masked and raw versions for each tag
  • Included build date on image list (and API).

1.4.0-ls6

11 Jun 20:25

Choose a tag to compare

LinuxServer Changes:

Use new base images for arm versions.
fleet Changes:

Various updates, including:

  • Basic image cache to improve load speeds, plus reduce load on database
  • Images are searchable
  • Included differentiation between masked and raw versions for each tag
  • Included build date on image list (and API).

1.3.1-ls5

05 Jun 06:42

Choose a tag to compare

LinuxServer Changes:

Use new base images for arm versions.
fleet Changes:

Small tweaks to synchronisation process.

  • Catch unhandled errors at task level to avoid schedule from stalling.
  • Delegate tag filtering to separate class.
  • Obtain all tags per image to run filtering.

1.3.1-ls4

29 May 06:37

Choose a tag to compare

LinuxServer Changes:

Use new base images for arm versions.
fleet Changes:

Small tweaks to synchronisation process.

  • Catch unhandled errors at task level to avoid schedule from stalling.
  • Delegate tag filtering to separate class.
  • Obtain all tags per image to run filtering.

1.3.1-ls3

19 May 14:47

Choose a tag to compare

LinuxServer Changes:

Use new base images for arm versions.
fleet Changes:

Small tweaks to synchronisation process.

  • Catch unhandled errors at task level to avoid schedule from stalling.
  • Delegate tag filtering to separate class.
  • Obtain all tags per image to run filtering.

1.3.0-pkg-a83db17a-ls2

26 Apr 12:54

Choose a tag to compare

LinuxServer Changes:

Initial Release
fleet Changes:

  • Storage of historical pull counts for each image.
  • Fixed count issue when synchronising images (off by one).
  • Remove storage of any images/repositories which are no longer present in DockerHub (i.e. maintainer has deleted them).

1.2.1-pkg-b7000089-ls1

04 Apr 20:42

Choose a tag to compare

LinuxServer Changes:

Initial Release
fleet Changes:

  • Fixes signing issue caused by usage of BC library. Implemented PBKDF2 algorithm via java.security, rather than using BC's implementation.