Skip to content

How to add resources to Duty Free

Carlo Colombo edited this page Jul 3, 2019 · 1 revision

Now you have a resource and you want to make it available to the Concourse community through Duty Free.

Steps

  1. Fork the concourse/dutyfree repository.
  2. Add a new item to resources.yml following the instructions in the resource example.
  3. Create a PR against concourse/dutyfree repository.

Resource example

- name: git resource # name of the resource
  repository: https://github.com/concourse/git-resource # link to the Github repository holding the source code of the resource
  desc: Tracks the commits in a git repository. # optional, briefly describe the resource
  get: yes # optional, can this resource be used as get?
  put: yes # optional, can this resource be used as put?
  categories: # optional, collection of categories the resource belongs to
    - Version Control
  version: v1.5.0 # optional, last version
Clone this wiki locally