Commit f4a71ccc authored by Victor Marmol's avatar Victor Marmol

Merge pull request #6248 from dchen1107/docker

Makefile for build pause image and push to gcr.io
parents a78a0098 48cd904a
.PHONY: build push
IMAGE = pause
TAG = 0.8.0
build:
./prepare.sh
docker build -t gcr.io/google_containers/$(IMAGE):$(TAG) .
push: build
gcloud preview docker push gcr.io/google_containers/$(IMAGE):$(TAG)
all: push
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