Change-Id: I0629392c698204dad4e466c86d392d05bc613868
Reviewed-on: https://go-review.googlesource.com/40851
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Kevin Burke 2017-04-15 08:48:20 -07:00 коммит произвёл Brad Fitzpatrick
Родитель be06759c64
Коммит eebd280ca5
7 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -18,7 +18,7 @@ prod: Dockerfile
gcloud docker -- push $(PROD_REPO)/$(IMAGE_NAME):latest
# You must provide a REPO=your-repo-name arg when you make
# this targarget. REPO is the name of the Docker repository
# this target. REPO is the name of the Docker repository
# that will be prefixed to the name of the image being built.
dev: Dockerfile
docker build -t $(REPO)/$(IMAGE_NAME):latest .

Просмотреть файл

@ -18,7 +18,7 @@ prod: Dockerfile
gcloud docker -- push $(PROD_REPO)/$(IMAGE_NAME):latest
# You must provide a REPO=your-repo-name arg when you make
# this targarget. REPO is the name of the Docker repository
# this target. REPO is the name of the Docker repository
# that will be prefixed to the name of the image being built.
dev: Dockerfile
docker build -t $(REPO)/$(IMAGE_NAME):latest .

Просмотреть файл

@ -18,7 +18,7 @@ prod: Dockerfile
gcloud docker -- push $(PROD_REPO)/$(IMAGE_NAME):latest
# You must provide a REPO=your-repo-name arg when you make
# this targarget. REPO is the name of the Docker repository
# this target. REPO is the name of the Docker repository
# that will be prefixed to the name of the image being built.
dev: Dockerfile
docker build -t $(REPO)/$(IMAGE_NAME):latest .

2
env/linux-x86-alpine/Makefile поставляемый
Просмотреть файл

@ -17,7 +17,7 @@ prod: Dockerfile
gcloud docker -- push $(PROD_REPO)/$(IMAGE_NAME):latest
# You must provide a REPO=your-repo-name arg when you make
# this targarget. REPO is the name of the Docker repository
# this target. REPO is the name of the Docker repository
# that will be prefixed to the name of the image being built.
dev: Dockerfile
docker build -t $(REPO)/$(IMAGE_NAME):latest .

2
env/linux-x86-clang/Makefile поставляемый
Просмотреть файл

@ -17,7 +17,7 @@ prod: Dockerfile
gcloud docker -- push $(PROD_REPO)/$(IMAGE_NAME):latest
# You must provide a REPO=your-repo-name arg when you make
# this targarget. REPO is the name of the Docker repository
# this target. REPO is the name of the Docker repository
# that will be prefixed to the name of the image being built.
dev: Dockerfile
docker build -t $(REPO)/$(IMAGE_NAME):latest .

2
env/linux-x86-nacl/Makefile поставляемый
Просмотреть файл

@ -21,7 +21,7 @@ prod: Dockerfile
rm Dockerfile.make
# You must provide a REPO=your-repo-name arg when you make
# this targarget. REPO is the name of the Docker repository
# this target. REPO is the name of the Docker repository
# that will be prefixed to the name of the image being built.
dev: Dockerfile
sed 's|{{REPO}}|'"$(REPO)"'|g' Dockerfile > Dockerfile.make

2
env/linux-x86-std-kube/Makefile поставляемый
Просмотреть файл

@ -17,7 +17,7 @@ prod: Dockerfile
gcloud docker -- push $(PROD_REPO)/$(IMAGE_NAME):latest
# You must provide a REPO=your-repo-name arg when you make
# this targarget. REPO is the name of the Docker repository
# this target. REPO is the name of the Docker repository
# that will be prefixed to the name of the image being built.
dev: Dockerfile
docker build -t $(REPO)/$(IMAGE_NAME):latest .