Skip to content

Releases: jlesage/docker-baseimage

Version 3.6.3

07 Aug 21:23
Compare
Choose a tag to compare

Added

  • Image based on Debian 12.
  • Image based on Ubuntu 24.04.

Changed

  • Rebuild against latest distro images to get security fixes.

Version 3.6.2

29 Jun 01:15
Compare
Choose a tag to compare

Fixed

  • Some logged messages related to environment variable loading were not properly prefixed.

Version 3.6.1

27 Jun 02:29
Compare
Choose a tag to compare

Fixed

  • Return code of environment variable loading script was not handled properly.

Version 3.6.0

22 Jun 22:20
Compare
Choose a tag to compare

Added

  • The amount of time allowed to services to gracefully terminate is configurable via the SERVICES_GRACETIME environment variable.
  • Variables can be added to environment of a service via the environment_extra parameter.
  • Image based on Alpine Linux 3.20.

Removed

  • Helper script to install glibc on Alpine Linux based images.
  • Image based on Alpine 3.14 (reached end of support on 2023-05-01).
  • Image based on Alpine 3.15 (reached end of support on 2023-11-01).

Fixed

  • During package mirror setup, make sure to keep permissions of copied files.

Version 3.5.3

21 Dec 00:02
Compare
Choose a tag to compare

Added

  • Image based on Alpine Linux 3.19.

Changed

  • Rebuild against latest distro images to get security fixes.

Version 3.5.2

17 Nov 21:51
Compare
Choose a tag to compare

Fixed

  • When using a very high user or group ID, the helper that takes ownership of a directory would fail.

Version 3.5.1

10 Nov 12:05
Compare
Choose a tag to compare

Fixed

  • Packages installation at runtime could fail on Ubuntu/Debian due to missing user/group.

Version 3.5.0

09 Nov 02:02
Compare
Choose a tag to compare

Added

  • Mirror for packages installation can be set via the PACKAGES_MIRROR environment variable.

Changed

  • Improved the way the take-ownership script is working.

Fixed

  • Readiness and minimum running time checks should not be done for a service defined with an interval.
  • Raise an error when a synched service fails to start.
  • Minimum running time check of a service was using an incorrect way to verify if process is still alive.

Version 3.4.7

16 May 14:46
Compare
Choose a tag to compare

Added

  • Image based on Alpine Linux 3.18.
  • Image based on Ubuntu 22.04.

Changed

  • Rebuild against latest distro images to get security fixes.

Removed

  • Image based on Alpine 3.13 (reached end of support on 2022-11-01).
  • Image based on Debian 9 (reached end of life on 2022-07-01).

Version 3.4.6

03 Mar 23:52
Compare
Choose a tag to compare

Fixed

  • Issue during initialization of Linux users and groups when the GROUP_ID is also part of SUP_GROUP_IDS.