Commit e11cbce3 authored by Michelle Noorali's avatar Michelle Noorali

Merge pull request #397 from michelleN/rootfs

ref(*): remove reference to latest
parents f73a6ba3 30708391
...@@ -58,8 +58,7 @@ endif ...@@ -58,8 +58,7 @@ endif
.PHONY: container .PHONY: container
container: .project .docker binary extras container: .project .docker binary extras
docker build -t $(FULL_IMAGE):latest -f Dockerfile . docker build -t $(FULL_IMAGE):$(TAG) -f Dockerfile .
docker tag -f $(FULL_IMAGE):latest $(FULL_IMAGE):$(TAG)
.project: .project:
ifeq ($(DOCKER_REGISTRY), gcr.io) ifeq ($(DOCKER_REGISTRY), gcr.io)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment