Add image with redirect
This commit is contained in:
parent
076de3e8a7
commit
7878600981
5 changed files with 124 additions and 0 deletions
11
echoheaders-redirect/Makefile
Normal file
11
echoheaders-redirect/Makefile
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
all: push
|
||||
|
||||
# TAG 0.0 shouldn't clobber any release builds
|
||||
TAG = 1.3
|
||||
PREFIX = gcr.io/google_containers/echoserver-redirect
|
||||
|
||||
container:
|
||||
docker build -t $(PREFIX):$(TAG) .
|
||||
|
||||
push: container
|
||||
gcloud docker push $(PREFIX):$(TAG)
|
||||
Loading…
Add table
Add a link
Reference in a new issue