Skip to content

Releases: jlesage/docker-baseimage-gui

Version 4.3.3

04 Feb 14:21
Compare
Choose a tag to compare

Fixed

  • Fixed by the update of jlesage/baseimage to version 3.4.3:
    • 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.
  • CJK font installation not being detected correctly.

Version 4.3.2

07 Jan 00:19
Compare
Choose a tag to compare

Changed

  • Changed by the update of jlesage/baseimage to version 3.4.2:
    • 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

  • Fixed by the update of jlesage/baseimage to version 3.4.2:
    • Validation of supplementary group IDs.

Version 4.3.1

04 Jan 18:33
Compare
Choose a tag to compare

Fixed

  • Allows the YAD logmonitor target to be killed properly.

Version 4.3.0

03 Jan 21:57
Compare
Choose a tag to compare

Added

  • Added by the update of jlesage/baseimage to version 3.4.0:
    • Service for logrotate.
  • Control menu can be moved to the right side of the screen.
  • Automatic focus of the clipboard text box when opening the control menu.
  • Automatic close of the control menu when clicking into the application.
  • Rotation of the web server log files.

Changed

  • Changed by the update of jlesage/baseimage to version 3.4.0:
    • Declaration of files to be monitored by the logmonitor has been moved to the notification's definitions.
  • Window manager changed back to Openbox. Unfortunately, a lot of applications don't display correctly with JWM. Note that the way to define the main window remains backward compatible. See documentation for more details.

Fixed

  • Fixed by the update of jlesage/baseimage to version 3.4.0:
    • Conversion of a service's interval non-numeric value.
    • Prevent the logmonitor to be blocked by a notification backend by running it asynchronously.
  • Init script error that was occurring when a custom VNC listening port was configured with secure connection enabled.

Version 4.2.2

11 Dec 22:11
Compare
Choose a tag to compare

Fixed

  • Fixed by the update of jlesage/baseimage to version 3.3.3:
    • Force the value of the PATH environment variable. Any value configured during creation of the container should not affect operation of the container.

Version 4.2.1

02 Dec 00:20
Compare
Choose a tag to compare

Fixed

  • Fixed by the update of jlesage/baseimage to version 3.3.2:
    • 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 4.2.0

27 Nov 22:26
Compare
Choose a tag to compare

Added

  • Image based on Alpine 3.17.
  • Added by the update of jlesage/baseimage to version 3.2.0:
    • 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.
    • Init script to set permissions on /tmp.

Changed

  • Changed by the update of jlesage/baseimage to version 3.2.0:
    • Baseimage's binaries have been relocated to /opt/base/bin.
    • Adjusted PATH environment variable to include /opt/base/bin.

Removed

  • Baseimage based on Debian 8 (reached its end of life on June 30 2020).

Version 4.1.5

07 Nov 22:02
Compare
Choose a tag to compare

Fixed

  • Fixed by the update of jlesage/baseimage to version 3.1.6:
    • logmonitor: do not re-process status files that didn't change.
    • logmonitor: fixed handling of debouncing value 0 (infinite).

Version 4.1.4

03 Nov 17:41
Compare
Choose a tag to compare

Fixed

  • Fixed by the update of jlesage/baseimage to version 3.1.5:
    • Crash that occurs when no monotonic clock is available.

Version 4.1.3

02 Nov 02:13
Compare
Choose a tag to compare

Fixed

  • Fixed by the update of jlesage/baseimage to version 3.1.4:
    • Re-added LANG Docker environment variable that was present in previous versions.