Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

vmware-archive/bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1d0fb23 · Feb 13, 2019
May 26, 2017
Feb 13, 2019
Feb 13, 2019
Feb 12, 2019
May 25, 2017
Mar 22, 2017
Apr 1, 2018
May 24, 2016
Sep 25, 2017
Dec 24, 2015
Aug 2, 2017
Aug 15, 2018

Repository files navigation

Concourse binary distribution

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 workers
  • worker - runs a Garden worker and registers it via a TSA

Reporting Issues and Requesting Features

Please report all issues and feature requests in concourse/concourse.

Usage

See Standalone Binaries.

Building

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.