Releases: jarischaefer/docker-librenms
Releases · jarischaefer/docker-librenms
22.10.0
22.9.0
Changes:
- LibreNMS 22.9.0
- Fixes for PUID & PGID (8467e93)
Updating
Check the Updating the container docs.
22.8.0
22.7.0
This release features a major baseimage update to Ubuntu 22.04. Please check your installation thoroughly after updating and report any issues.
Changes:
- Remove support for deprecated
config.custom.php
- Remove test files in
/opt/librenms/tests
(reduces image size). This will cause warnings during validation - Fix arm32v7 and arm64v8 builds
- Increase composer process timeout (issue #136)
- Introduce the
PHP_FPM_WORKERS_MIN
andPHP_FPM_WORKERS_MAX
options - Limit maximum number of requests for PHP-FPM process until it is restarted to avoid resource leaks
- Introduce the
set_permissions
script in/usr/local/bin
to set ACLs and ownership of/opt/librenms
- Update
docker-compose.yml
with defaults forAPP_KEY
,DAILY_ON_STARTUP
, relative volume paths, MySQL 8 and healthchecks - Reduce the number of nginx worker processes
- Add TLS1.3 support in nginx and update SSL settings
- Replace bash with sh (dash) in many scripts
- Ubuntu 22.04
- PHP 8.1
- nginx 1.18
- Composer 2.3.9
- msphpsql 5.10.1
- Update weathermap plugin
- Many other packages updates
Updating
Check the Updating the container docs.
22.6.0-ubuntu2204-b2
Beta release - major baseimage update from Ubuntu 20.04 to 22.04
Changes:
- Remove support for deprecated
config.custom.php
- Remove test files in
/opt/librenms/tests
(reduces image size). This will cause warnings during validation - Fix arm32v7 and arm64v8 builds
- Increase composer process timeout (issue #136)
- Introduce the
PHP_FPM_WORKERS_MIN
andPHP_FPM_WORKERS_MAX
options - Introduce the
set_permissions
script in/usr/local/bin
to set ACLs and ownership of/opt/librenms
- Update
docker-compose.yml
with defaults forAPP_KEY
,DAILY_ON_STARTUP
, relative volume paths, MySQL 8 and healthchecks - Limit maximum number of requests for PHP-FPM process until it is restarted
- Reduce the number of nginx processes
- Add TLS1.3 in nginx
- Replace bash with sh (dash)
- Ubuntu 22.04
- PHP 8.1
- nginx 1.18
- Composer 2.3.9
- msphpsql 5.10.1
- Update weathermap plugin
- Many other packages updates
Updating
Check the Updating the container docs.
22.6.0
Changes
Updating
Check the Updating the container docs.
22.6.0-ubuntu2204-b1
Beta release - major baseimage update from Ubuntu 20.04 to 22.04
Changes:
- Remove support for deprecated
config.custom.php
- Remove test files in
/opt/librenms/tests
(reduces image size). This will cause warnings during validation - Fix arm32v7 and arm64v8 builds
- Increase composer process timeout (issue #136)
- Introduce the
PHP_FPM_WORKERS_MIN
andPHP_FPM_WORKERS_MAX
options - Introduce the
set_permissions
script in/usr/local/bin
to set ACLs and ownership of/opt/librenms
- Update
docker-compose.yml
with defaults forAPP_KEY
,DAILY_ON_STARTUP
, relative volume paths, MySQL 8 and healthchecks - Limit maximum number of requests for PHP-FPM process until it is restarted
- Reduce the number of nginx processes
- Add TLS1.3 in nginx
- Replace bash with sh (dash)
- Ubuntu 22.04
- PHP 8.1
- nginx 1.18
- Composer 2.3.9
- msphpsql 5.10.1
- Update weathermap plugin
- Many other packages updates
Updating
Check the Updating the container docs.
22.5.0-ubuntu2204-b1
Beta release - major baseimage update from Ubuntu 20.04 to 22.04
Changes:
- Remove support for deprecated
config.custom.php
- Update
docker-compose.yml
with defaults forAPP_KEY
, relative volume paths and MySQL 8 - Increase composer process timeout (issue #136)
- Introduce the
set_permissions
script in/usr/local/bin
to set ACLs and ownership of/opt/librenms
- Limit maximum number of requests for PHP-FPM process until it is restarted
- Ubuntu 22.04
- PHP 8.1
- nginx 1.18
- Composer 2.3.5
- MSPHPSQL 5.10.0
- Many other packages updates
- Multiarch: qemu 6.1.0-8 and hopefully fixes for the arm32v7 and arm64v8 builds
Updating
Check the Updating the container docs.
22.5.0
Changes
- LibreNMS 22.5.0
- baseimage-librenms 3.3
- Fix incomplete
PATH
environment variable (#135) - echo to stderr instead of stdout in some scripts (5c12cc3)
Updating
Check the Updating the container docs.