Add new Dockerfile and README instructions

Signed-off-by: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com>
This commit is contained in:
Josh Dolitsky
2020-01-24 11:54:38 -06:00
parent d50a07c149
commit dfd8b84344
3 changed files with 72 additions and 1 deletions
+4
View File
@@ -50,3 +50,7 @@ binary-container:
.PHONY: binary-stacker
binary-stacker:
stacker build --substitute PWD=$$PWD --no-cache
.PHONY: image
image:
${CONTAINER_RUNTIME} build ${BUILD_ARGS} -f Dockerfile -t zot:latest .