Cannot pull flowable/flowable-ui: latest

I cannot pull flowable/flowable-ui from docker hub,
the error show message:

Error response from daemon: manifest for flowable/flowable-ui:latest not found: manifest unknown: manifest unknown

So I can’t execute ui-keycloak-postgres.sh file to run flowable on docker as described on flowable-engine/docker at main · flowable/flowable-engine · GitHub

Please help
Thanks
TJ.

Hi,

The docker image `flowable/flowable-ui’ is not yet published. It’s part of the 6.6.0 release which is currently snapshot. It will be available via Dockerhub when 6.6.0 is released.
If you want to test it you have to build it locally.

Regards,

Yvo

1 Like

Thank you for quick reply

Where is the code or files for the flowable/flowable-ui dockerfile?
Why is it not linked at dockerhub? Is it not part of the open source mindset?

Hi,

There is no seperate Dockerfile used for building the Docker image.
It’s build using the Google Jib Maven plugin.

It’s all available in our open source source repository;

Hope this helps.

Regards,

Yvo