Skip to content

Releases: LibreBooking/docker

Version 2.0

14 Jun 06:13
e051283
Compare
Choose a tag to compare

Changes

  • github action callable from another repository
  • github action identified correct php version to use as a base image
  • Documentation update and enhancement
  • Dockerfile now installs Composer
  • Dockerfile now installs timezonedb php extension
  • Dockerfile now installs the librabooking application directly into /var/www/html
  • Dockerfile now exposes directory /config instead of /var/www/html
  • entrypoint.sh no longer needs to take care of librebooking application upgrade

Version 1.2.3

05 Jun 08:05
4fcd76d
Compare
Choose a tag to compare

Changes

  • github action simplified to 1 parameter from 4
  • github action callable from another repository
  • php extension timezonedb installed inside the docker image instead of inside the container
  • Dockerfile documented with labels
  • Documentation reviewed
  • Fix #25
  • Fix #30
  • Fix #31
  • Fix #34