Skip to content

Releases: jlesage/docker-baseimage-gui

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.

Version 4.1.2

29 Oct 17:35
Compare
Choose a tag to compare

Fixed

  • Fixed by the update of jlesage/baseimage to version 3.1.3:
    • Truncation of long application name in informational box.

Version 4.1.1

23 Oct 13:13
Compare
Choose a tag to compare

Changed

  • Changed by the update of jlesage/baseimage to version 3.1.2:
    • Include the Docker image platform in informational box printed during container startup.
  • Internal baseimage programs have been moved to /opt/base/bin.
  • Make sure JWM is ready before starting the application.
  • Updated JWM to version 2.4.3.

Fixed

  • Fixed by the update of jlesage/baseimage to version 3.1.2:
    • Logmonitor crash on arm64 platform.
    • A umask value of 0000 was not properly applied.
  • JWM configuration may fail to load.
  • Errors from yad caused by usage of wrong fontconfig related files.

Version 4.1.0

20 Oct 02:13
Compare
Choose a tag to compare

Added

  • Added by the update of jlesage/baseimage to version 3.1.0:
    • The INSTALL_PACKAGES_INTERNAL internal environment variable.

Changed

  • Collapse the setting section of the control panel by default on touch devices to accommodate the size taken by the on-screen keyboard.
  • To match against WM_NAME, Title is now used instead of WmName in JWM configuration.

Fixed

  • Fixed by the update of jlesage/baseimage to version 3.1.0:
    • Value of the UMASK environment variable defined in the Dockerfile.
  • Implemented workaround for Java applications showing only a blank window.

Version 4.0.4

14 Oct 13:31
Compare
Choose a tag to compare

Fixed

  • Generation of web data on images using dash shell.

Version 4.0.3

13 Oct 22:13
Compare
Choose a tag to compare

Fixed

  • Websockify and favicons paths for compatibility with scenario where a reverse proxy with routing based un URL path is used.