Releases: jlesage/docker-baseimage
Releases · jlesage/docker-baseimage
Version 3.3.1
Fixed
- Helper that takes ownership of a directory not handling correctly names with spaces.
- Handling of a service's
workdir
ending with an end-of-line character.
Version 3.3.0
Added
- Init script to set permissions on
/tmp
.
Removed
- Baseimage based on Debian 8 (reached its end of life on June 30 2020).
Version 3.2.0
Added
- Image based on Alpine 3.17.
- Helper to take ownership of a directory.
- Helper to determine if a boolean value is true or false.
- Internal environment variables are automatically loaded when logging in to the container.
Changed
- Baseimage's binaries have been relocated to
/opt/base/bin
. - Adjusted
PATH
environment variable to include/opt/base/bin
.
Version 3.1.6
Fixed
- logmonitor: do not re-process status files that didn't change.
- logmonitor: fixed handling of debouncing value
0
(infinite).
Version 3.1.5
Fixed
- Crash that occurs when no monotonic clock is available.
Version 3.1.4
Fixed
- Re-added
LANG
Docker environment variable that was present in previous versions.
Version 3.1.3
Fixed
- Truncation of long application name in informational box.
Version 3.1.2
Fixed
- A umask value of
0000
was not properly applied.
Version 3.1.1
Changed
- Include the Docker image platform in informational box printed during container startup.
Fixed
- Logmonitor crash on arm64 platform.
Version 3.1.0
Added
- The
INSTALL_PACKAGES_INTERNAL
internal environment variable.
Fixed
- Value of the
UMASK
environment variable defined in the Dockerfile.