Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.22 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.22 KB

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:16.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