Learn a little about Concourse CI and get your own Concourse CI running on your laptop with Docker Compose.…
You might be surprised at how quickly you can go from nothing to having a full production environment with BOSH. Very surprised. I'd like to share with you a walk thru of getting started with…
BUCC is the convention over configuration tool to make it easy to deploy the best, most secure & most backupable BOSH/Concourse on a single VM.…
A typical web application will need services, such as databases and caches, to run. It will probably also need these services to run its test suite. In this blog post, we will look at how…
When MKB and I were pairing on concourse-tutorial task 12, the following error occurred when we ran the pipeline. resource script '/opt/resource/check []' failed: exit status 1 stderr: failed to fetch digest:…
At Stark & Wayne, we love Concourse pipelines! We use them for testing/releasing CLI utilities, deploying Cloud Foundry apps, building docker images, creating and testing BOSH releases, and vetting changes to BOSH deployments in…
Using Cloud Config enables you to remove a lot out of your BOSH manifests to simplify them. However, it's an all-or-nothing approach. You either use it for all your deployments on a director, or none.…
BOSH makes a whole lot of tasks in the operations / systems management space way easier than ever before. Combine that with tools like Spruce and Genesis, and you have a really powerful paradigm for managing…
As part of a project, a client wants to have a self-deploying Concourse. Basically that means that once everything is set up, the alpha Concourse will deploy the beta Concourse and, if that completes successfully,…