Conductor is an open-source microservices and workflow orchestration platform originally created at Netflix. This image runs Conductor OSS on Ubuntu 24.04 LTS, hardened and fully patched, with the workflow server and React UI served on port 80 behind nginx, a fresh per-VM admin credential generated on first boot, and state on a dedicated disk. Maintained by cloudimg.
## Conductor OSS on Ubuntu 24.04 LTS
Conductor is an open-source platform for orchestrating microservices and business processes as durable, observable workflows. This image is built and maintained by cloudimg on a hardened, fully patched Ubuntu 24.04 LTS base.
### What's included
### Getting started
Browse to the VM's public IP and sign in with the credentials from `sudo cat /root/conductor-credentials.txt`. Define workflows and tasks via the UI or the REST API. The deployment guide on cloudimg.co.uk covers registering workers, starting executions, and day-2 operations.