Initial release
This commit is contained in:
commit
12b2d36004
10 changed files with 1176 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal 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 .
|
Loading…
Add table
Add a link
Reference in a new issue