Skip to content

Releases: jlesage/docker-baseimage

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.

Version 3.4.5

13 Feb 23:34
Compare
Choose a tag to compare

Fixed

  • Limit the maximum number of opened files on system having a very large, unlimited value. This prevents unnecessary waste of CPU resources and time for applications trying to close all possible file descriptors.

Version 3.4.4

09 Feb 04:25
Compare
Choose a tag to compare

Fixed

  • Issue handling internal supplementary group IDs by the default sgid service file.

Version 3.4.3

30 Jan 21:53
Compare
Choose a tag to compare

Fixed

  • Helper that takes ownership of a directory not handling correctly names with end-of-line character.
  • The logrotate status file permissions was not set automatically during startup.
  • Strings y and n were not considered as valid boolean values.

Version 3.4.2

07 Jan 00:03
Compare
Choose a tag to compare

Changed

  • Recursivity can be disabled when using the helper taking ownership of a directory.
  • Supplementary group IDs can also be provided by the container itself via SUP_GROUP_IDS_INTERNAL environment variable.

Fixed

  • Validation of supplementary group IDs.

Version 3.4.1

03 Jan 16:55
Compare
Choose a tag to compare

Fixed

  • Prevent the logmonitor to be blocked by a notification backend by running it asynchronously.

Version 3.4.0

01 Jan 18:58
Compare
Choose a tag to compare

Added

  • Service for logrotate.

Changed

  • Declaration of files to be monitored by the logmonitor has been moved to the notification's definitions.

Fixed

  • Conversion of a service's interval non-numeric value.

Version 3.3.3

10 Dec 21:06
Compare
Choose a tag to compare

Fixed

  • Force the value of the PATH environment variable. Any value configured during creation of the container should not affect operation of the container.

Version 3.3.2

01 Dec 22:29
Compare
Choose a tag to compare

Fixed

  • Helper that takes ownership of a directory was not compatible with all shells.