We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37fa34 commit 8deb514Copy full SHA for 8deb514
1 file changed
Makefile
@@ -12,15 +12,15 @@ DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
12
13
# SemVer with build information is defined in the SemVer 2 spec, but Docker
14
# doesn't allow +, so we use -.
15
-VERSION ?= git$(shell git rev-parse --short HEAD)
+VERSION ?= git-$(shell git rev-parse --short HEAD)
16
BINARY_DEST_DIR := rootfs/usr/bin
17
# Common flags passed into Go's linker.
18
LDFLAGS := "-s -X main.version=${VERSION}"
19
IMAGE_PREFIX ?= deis
20
# Docker Root FS
21
BINDIR := ./rootfs
22
23
-DEIS_REGISTRY ?= ${DEV_REGISTRY}/
+DEIS_REGISTRY ?= quay.io/
24
25
# Kubernetes-specific information for RC, Service, and Image.
26
RC := manifests/deis-${SHORT_NAME}-rc.yaml
0 commit comments