Skip to content

Releases: jlesage/docker-baseimage

Version 3.3.1

01 Dec 17:42
Compare
Choose a tag to compare

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

27 Nov 02:33
Compare
Choose a tag to compare

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

24 Nov 15:45
Compare
Choose a tag to compare

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

07 Nov 19:17
Compare
Choose a tag to compare

Fixed

  • logmonitor: do not re-process status files that didn't change.
  • logmonitor: fixed handling of debouncing value 0 (infinite).

Version 3.1.5

03 Nov 12:16
Compare
Choose a tag to compare

Fixed

  • Crash that occurs when no monotonic clock is available.

Version 3.1.4

01 Nov 23:04
Compare
Choose a tag to compare

Fixed

  • Re-added LANG Docker environment variable that was present in previous versions.

Version 3.1.3

29 Oct 01:22
Compare
Choose a tag to compare

Fixed

  • Truncation of long application name in informational box.

Version 3.1.2

22 Oct 03:01
Compare
Choose a tag to compare

Fixed

  • A umask value of 0000 was not properly applied.

Version 3.1.1

21 Oct 16:12
Compare
Choose a tag to compare

Changed

  • Include the Docker image platform in informational box printed during container startup.

Fixed

  • Logmonitor crash on arm64 platform.

Version 3.1.0

16 Oct 20:50
Compare
Choose a tag to compare

Added

  • The INSTALL_PACKAGES_INTERNAL internal environment variable.

Fixed

  • Value of the UMASK environment variable defined in the Dockerfile.