Add parameterized image name with proxy support in snapshot

This commit is contained in:
Anton Malinskiy
2018-11-20 14:55:06 +07:00
parent 87e000e1d9
commit bef1960667
2 changed files with 6 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ build:
-t $(LATEST_TAG) $(ROOT_DIR)
snapshot:
bash $(ROOT_DIR)/take_snapshot.sh
bash $(ROOT_DIR)/take_snapshot.sh $(LATEST_TAG) $(SNAPSHOT_LATEST_TAG)
lint:
docker run -it --rm -v "$(ROOT_DIR)/Dockerfile:/Dockerfile:ro" redcoolbeans/dockerlint