Quickstart#
Creating a Concourse resource type with Concourse Tools couldn’t be simpler:
Install Concourse Tools from source or from PyPI (see the footer for links).
Create subclasses of
VersionandConcourseResource, taking care to implement any required functions.Create a Dockerfile containing your requirements and calling your resource.
Upload the Docker image to a registry, and use it in your pipelines!
Tip
Check out the Examples section for different ways to leverage Concourse Tools for your use case.