diff --git a/homeport-duct-tape-resource.yml b/homeport-duct-tape-resource.yml new file mode 100644 index 0000000..b8855a1 --- /dev/null +++ b/homeport-duct-tape-resource.yml @@ -0,0 +1,5 @@ +name: duct-tape-resource +repo: https://github.com/homeport/duct-tape-resource +container_image: ghcr.io/homeport/duct-tape-resource +description: | + Generic custom Concourse resource with which one can define the check, in, and out as inline scripts right in the pipeline resource definition. It is for when you quickly need a Concourse resource for a specific task, but writing one from scratch would take too long. With this resource, one can glue things together.