Update opentracing module and release image to quay.io

This commit is contained in:
Manuel de Brito Fontes 2017-10-25 23:37:37 -03:00
parent be1fd6198c
commit e560536857
4 changed files with 14 additions and 15 deletions

View file

@ -13,7 +13,7 @@
# limitations under the License.
# 0.0.0 shouldn't clobber any released builds
TAG ?= 0.27
TAG ?= 0.28
REGISTRY ?= quay.io/kubernetes-ingress-controller
ARCH ?= $(shell go env GOARCH)
DOCKER ?= gcloud docker --
@ -47,11 +47,11 @@ endif
TEMP_DIR := $(shell mktemp -d)
all: all-container
image-info:
echo -n '{"image":"$(IMAGE)","tag":"$(TAG)"}'
all: all-container
sub-container-%:
$(MAKE) ARCH=$* container