Add this support directory for some simple testing

This commit is contained in:
R Tyler Croy 2020-07-19 14:12:14 -07:00
parent 039c550c68
commit edf132854e
No known key found for this signature in database
GPG Key ID: E5C92681BEF6CEA2
3 changed files with 12 additions and 0 deletions

3
support/Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM alpine:latest
ADD motd.txt /

8
support/Makefile Normal file
View File

@ -0,0 +1,8 @@
REGISTRY=localhost:5000
IMAGE=contaminate-test
LABEL=latest
container: motd.txt Dockerfile
docker build -t $(REGISTRY)/$(IMAGE):$(LABEL) .
.PHONY: container

1
support/motd.txt Normal file
View File

@ -0,0 +1 @@
Hello!