Releases: jlesage/docker-baseimage-gui
Releases · jlesage/docker-baseimage-gui
Version 4.2.1
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
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
.
- Baseimage's binaries have been relocated to
Removed
- Baseimage based on Debian 8 (reached its end of life on June 30 2020).
Version 4.1.5
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
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
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.
- Re-added
Version 4.1.2
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
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
Added
- Added by the update of
jlesage/baseimage
to version 3.1.0:- The
INSTALL_PACKAGES_INTERNAL
internal environment variable.
- The
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 ofWmName
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.
- Value of the
- Implemented workaround for Java applications showing only a blank window.
Version 4.0.4
Fixed
- Generation of web data on images using
dash
shell.
Version 4.0.3
Fixed
- Websockify and favicons paths for compatibility with scenario where a reverse proxy with routing based un URL path is used.