Releases: jlesage/docker-baseimage
Releases · jlesage/docker-baseimage
Version 3.4.7
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
Fixed
- Issue during initialization of Linux users and groups when the
GROUP_ID
is also part ofSUP_GROUP_IDS
.
Version 3.4.5
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
Fixed
- Issue handling internal supplementary group IDs by the default
sgid
service file.
Version 3.4.3
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
andn
were not considered as valid boolean values.
Version 3.4.2
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
Fixed
- Prevent the logmonitor to be blocked by a notification backend by running it asynchronously.
Version 3.4.0
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
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
Fixed
- Helper that takes ownership of a directory was not compatible with all shells.