Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 500 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 500 Bytes

Bonitasoft docker images

Requirement

Before building the docker image, you should run the ./mvnw package like explain in the README

Build SNAPSHOT version

./build.sh --

Build TAG version

docker build -t bonitasoft/bonita:<VERSION> .

Test

Tests uses goss. It needs to be installed first.

Note: No need to build image prior to running tests

cd test && ./runTests.sh