We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8528182 commit 412b4e2Copy full SHA for 412b4e2
1 file changed
Makefile
@@ -11,9 +11,9 @@ REPO_PATH = github.com/deis/registry
11
12
# The following variables describe the containerized development environment
13
# and other build options
14
-DEV_ENV_IMAGE := quay.io/deis/go-dev:0.11.1
+DEV_ENV_IMAGE := quay.io/deis/go-dev:0.17.0
15
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
16
-DEV_ENV_PREFIX := docker run --rm -e GO15VENDOREXPERIMENT=1 -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
+DEV_ENV_PREFIX := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
17
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
18
LDFLAGS := "-s -w -X main.version=${VERSION}"
19
BINDIR := ./rootfs/opt/registry/sbin
0 commit comments