laurentleseigneur / 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:13.5 .

Publish images on Docker Hub

Requires to have the image built locally.

  1. Login onto Docker Hub with account bonitadev (see Keeper for account credentials):

    docker login -u bonitadev docker.io
  2. Push the image and its tagged name + latest tag:

    docker push bonitasoft/bonita-<vendor>:<version>
    docker tag bonitasoft/bonita-<vendor>:<version> bonitasoft/bonita-<vendor>:latest
    docker push bonitasoft/bonita-<vendor>:latest
  3. Ensure the images are pushed, accessing https://hub.docker.com/u/bonitasoft and checking tags are there.

About

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

License:GNU General Public License v2.0


Languages

Language:Shell 41.5%Language:TSQL 33.7%Language:Dockerfile 24.7%