Bonitasoft-Community / bonita-database-docker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v2.0


Languages

Language:Shell 42.7%Language:TSQL 33.0%Language:Dockerfile 24.3%