Skip to content

Releases: LibreBooking/docker

Version 3.0.0

30 Nov 14:47
6c8b1bd

Choose a tag to compare

What's Changed

  • By default, the container now runs as non-root user www-data
  • By default, the container no longer runs cron
  • cron can be run by launching a separate container and overriding the user to root and 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

Full Changelog: 2.8.1...3.0.0

Version 2.8.0

16 Aug 21:13
a449a1a

Choose a tag to compare

What's Changed

Full Changelog: 2.7.2...2.8.0

Version 2.7.2

15 Aug 16:08
df257db

Choose a tag to compare

What's Changed

Full Changelog: 2.7.1...2.7.2

2.7.1

10 Aug 07:59
a1a6278

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.7.0...2.7.1

Version 2.7.0

14 Jul 07:51
d7ec8d6

Choose a tag to compare

Changes

  • freetype support to GD added to work with captcha generation
  • cron added to enable background jobs inside the container

Version 2.6.1

24 May 10:13
48c73a8

Choose a tag to compare

Changes

  1. Split develop and release image creation in order to have different run schedules

Version 2.6.0

06 Apr 07:58
c733959

Choose a tag to compare

Changes

  • Reorganize the content of file Dockerfile
  • Use specific version of the php:apache and composer container images for better reproductibility and stability
  • Use repository variables VERSION_PHP and VERSION_COMPOSER to control the container images version
  • Update the documentation BUILD.md

Version 2.5.0

26 Nov 17:39
1d033a3

Choose a tag to compare

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

19 May 17:50
d011ffa

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.0...2.4.1

Version 2.4.0

18 Dec 10:55
ab1061d

Choose a tag to compare

Changes

  • No debug logging by default
  • remoteip enabled (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