sherl0cks/docker-bpms
Docker Containers for Red Hat BPM https://www.redhat.com/en/technologies/jboss-middleware/bpm
2.6K
Simple docker image to handle my BPMS build. This is by no means a production grade image, it's there to get something up fast. If you want help with Red Hat BPM Suite and Docker in production environment, contact Red Hat Consulting.
Built on my base EAP image. Master will always reflect the latest GA release.
There is a provided default user, jboss, with password bpmsuite1!
As BxMS 6.2.2, it is possible to clone a git repo into Business Central using an SCP style urls, which is crucial for using githooks, which have been available since 6.2.0. This container supports this feature, you just nee to mount a volume with the relevant ssh key. Here's an example:
sudo docker run -itP -v ~/DockerVolumes/ssh:/opt/jboss/.ssh:Z sherl0cks/docker-bpms:6.3.0.ER1
docker pull sherl0cks/docker-bpms