Docker images available

Today we got our first Docker images deployed to Dockerhub. @javahippie was so kind to create the “operaton” organization and set up the repositories. The repositories can be found here:

https://hub.docker.com/u/operaton

My colleague Javad was reworking the build scripts and provided the patches. Finally this made it possible to build and deploy the images. Also, the pipeline does some integration tests to make sure that the application is properly started.

At this moment, only the distributions “operaton” (formerly known as “run”) and “operaton/tomcat” are deployed. We currently have a problem with the Wildfly distro.

Next step is to integrate the image build with the nightly & release build.

3 Likes

Very nice! Do you have a short description on how to properly run it or can add a readme?

@Noordsestern You were waiting for these :point_up:.

(Our workshop will still use the custom spring boot app, because we’ll be using devcontainer environment and it running Operaton with container add nothing to it.)

1 Like

The documentation is here: GitHub - operaton/operaton-docker: Docker images for Operaton BPM

If you find any problems please raise issues.

3 Likes

The Docker images are now published on a nightly schedule when the nightly build was successful.

2 Likes