Skip to content

Releases: LibreBooking/docker

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

Version 2.3.2

26 Sep 16:42
e76be3c

Choose a tag to compare

Changes

  • Fix issue #65

Version 2.3.1

24 Sep 10:03
ffeba32

Choose a tag to compare

Changes

  • Fix issue #60

Version 2.3.0

22 Sep 12:08
791f4c7

Choose a tag to compare

Changes

  • Fix issue #58 by adding the ldap php extension
  • Create plugins configuration files inside volume /config and link to the folder /var/www/html/plugins/Authentication/**/

Version 2.2.0

22 Aug 09:32
520132e

Choose a tag to compare

Changes

It is now possible to upload resource images

Version 2.1.1

05 Aug 07:09
0486604

Choose a tag to compare

Changes

  • Fix issue 52 by enabling apache2 module headers

Version 2.1.0

28 Jun 18:08
e958ae6

Choose a tag to compare

Changes

  • Fix issue #46
  • Review documentation file RUN.md