Releases: LibreBooking/docker
Releases · LibreBooking/docker
Version 3.0.0
What's Changed
- By default, the container now runs as non-root user
www-data - By default, the container no longer runs
cron croncan be run by launching a separate container and overriding the user torootand the entrypoint to/usr/local/bin/cron.sh- Examples are shifted to the ad-hoc directory
.examples - fixed wrong database root password variable name by @thanhdxuan in #126
New Contributors
- @thanhdxuan made their first contribution in #126
Full Changelog: 2.8.1...3.0.0
Version 2.8.0
What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #117
- Issue 116 by @colisee in #120
Full Changelog: 2.7.2...2.8.0
Version 2.7.2
2.7.1
What's Changed
- Update RUN.md by @aaronjrodrigues in #107
- Update BUILD.md by @BrentonCavanagh in #108
- Remove the v-prefix from the application version to build the image tag by @colisee in #109
- Fix issue 113 by @colisee in #114
- Fix issue 111 by @colisee in #115
New Contributors
- @aaronjrodrigues made their first contribution in #107
- @BrentonCavanagh made their first contribution in #108
Full Changelog: 2.7.0...2.7.1
Version 2.7.0
Changes
- freetype support to GD added to work with captcha generation
- cron added to enable background jobs inside the container
Version 2.6.1
Changes
- Split develop and release image creation in order to have different run schedules
Version 2.6.0
Changes
- Reorganize the content of file
Dockerfile - Use specific version of the
php:apacheandcomposercontainer images for better reproductibility and stability - Use repository variables
VERSION_PHPandVERSION_COMPOSERto control the container images version - Update the documentation
BUILD.md
Version 2.5.0
Changes
- Add the possibility to use a custom path when one needs to differentiate several running librebooking containers and it is not possible to differentiate containers with different host names
- Enhance the documentation file
RUN.md
Version 2.4.1
What's Changed
- Update RUN.md by @tiagojulianoferreira in #84
- Improve actions by @colisee in #85
- Fix issue 88 by @colisee in #89
New Contributors
- @tiagojulianoferreira made their first contribution in #84
Full Changelog: 2.4.0...2.4.1
Version 2.4.0
Changes
- No debug logging by default
remoteipenabled (to identify the client when the container is behind a reverse-proxy)- The following environment variable are now initialized on container startup, rather than container creation: install password, timezone, database.hostspec, logging.folder, logging.level, logging.sql
- Github actions reviewed
- Documentation reviewed