Initial release

This commit is contained in:
Jan Dittberner 2023-01-21 15:03:44 +01:00
commit 12b2d36004
10 changed files with 1176 additions and 0 deletions

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
.PHONY: all docker-image
all: docker-image
docker-image: go.mod $(shell find -type f -name '*.go')
docker build -t jandd/concourse-dsa-resource:latest .