/bonita-database-docker

Pre-configured database docker images, ready to use with Bonita.

Primary LanguageShellGNU General Public License v2.0GPL-2.0

Database docker images ready to use with Bonita

Supported DB vendors

Pre-configured databases

  • bonita (user bonita/bpm)
  • business_data (user business_data/bpm)

Build images locally

Run Docker command depending on the DB vendor and related version:

docker build -t bonitasoft/bonita-<vendor>:<version> .

For instance with PostgreSQL: docker build -t bonitasoft/bonita-postgres:15.4 .

Publish images on Docker Hub

Use the publication Github action:

  • Select the database vendor
  • Set the vendor version folder
  • Set an image version
  • Set if this version should be tagged as latest