How to build it with CI

How to build the flowable and and push it in the repository.

mvn clean install -Pdistro

push - up to you permissions

Regards
Martin

@martin.grofcik, How to do in gitlabCI.
ex. I trying it as follow

build_flowable:
  stage: build_flowable
    image: maven:3-jdk-9
    tags:
      - shared
      - linux
    script:
      - cd docker
      - ./build-all-images.sh

and I am getting following error
Failed to execute goal com.google.cloud.tools:jib-maven-plugin:2.6.0:dockerBuild (default) on project flowable-app-rest: Build to Docker daemon failed, perhaps you should make sure Docker is installed and you have correct privileges to run it

This is not related to Flowable at all. The exception you’re getting indicates that docker isn’t installed on that machine?