The official Docker image for HyperFlow Montage worker is published in DockerHub as hyperflowwms/montage-worker:je-{version}
, where version
denotes the HyperFlow job executor version installed in the image. For example hyperflowwms/montage-worker:je-1.1.0
.
HyperFlow Docker image contains Montage binaries and HyperFlow job executor
- If needed, change
HF_JOB_EXECUTOR_VERSION
inMakefile
to customize the version of the HyperFlow job executor. make
-- build the container and push to Docker Hubmake container
-- builds the container
You can use three prepared zip packages with Montage workflow graphs and input data:
To run the workflow locally using the montage-workflow-worker
Docker image, you need to have HyperFlow installed and the Redis server running. Then unzip the chosen zip archive and follow the steps:
- Do
cd <unpacked_zip_dir>
- Run command
. run.sh
All files, including the final jpeg
, will be generated in the subdirectory input
.
To run the workflow on a Kubernetes cluster, you can use the HyperFlow-k8s-deployment project.