Builds a single ./concourse
binary capable of running each component of a
Concourse cluster via the following subcommands:
web
- runs the ATC, web UI and build scheduler, alongside a TSA, used to securely register workersworker
- runs a Garden worker and registers it via a TSA
Please report all issues and feature requests in concourse/concourse.
See Standalone Binaries.
Putting these binaries together actually takes quite a bit of heavy lifting.
It's easiest to have them built by Concourse itself using the pipeline and
tasks under ci/
.
If you're looking to contribute to Concourse, you won't want to start here, as the feedback loop will be much slower. You should take a look at the ATC instead.