Running Docker in Concourse
So you want to run Docker in Concourse? Well this is the guide for you!
So you want to run Docker in Concourse? Well this is the guide for you!
In this blog post we're going to cover how to use git and Concourse to automatically set, update, and archive your
pipelines using the set_pipeline step. No longer will you need to use fly set-pipeline to update any of your
pipelines!
With the four(!) RFCs from the last round-up now merged, it's time to move on to the next RFC milestone: Prototypes!
In this blog post we are going to show how to build and publish container images using
the oci-build task
and registry-image resource. This post assumes you understand
how to build container images with Dockerfile's and publish to Docker Hub or another image
registry using the docker cli.
First off: sorry, I immediately failed to keep my target pace for these. ๐ I got wrapped up in a deadline, and since I alternate weeks between engineering and community duties like this post, when I miss a week for RFC updates the 2-week interval can quickly turn into 4 or 5.
Understanding how task inputs and outputs work in Concourse can be a little confusing initially. This post will walk you through a few example pipelines to show you how inputs and outputs work within a single Concourse job. By the end you should understand how inputs and outputs work within the context of a single job.
A little over a month ago, the Concourse team sent a survey out to the community. The purpose of this survey was to gain insight into our users as well as measure our year-over-year growth. In the process of learning about how you all deploy and manage Concourse, we also received tons of great feedback about what's working well and what needs work in order to make Concourse even better. Weโre excited to share our findings!