File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11sudo : required
22language : go
33go :
4- - 1.5.1
4+ - 1.7
55branches :
66 only :
77 - master
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ REPO_PATH = github.com/deis/registry
1111
1212# The following variables describe the containerized development environment
1313# and other build options
14- DEV_ENV_IMAGE := quay.io/deis/go-dev:0.11.1
14+ DEV_ENV_IMAGE := quay.io/deis/go-dev:0.17.0
1515DEV_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}
16+ DEV_ENV_PREFIX := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
1717DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
1818LDFLAGS := "-s -w -X main.version=${VERSION}"
1919BINDIR := ./rootfs/opt/registry/sbin
Original file line number Diff line number Diff line change 1- FROM quay.io/deis/base:0.2.0
1+ FROM quay.io/deis/base:0.3.1
22
33COPY . /
44
You can’t perform that action at this time.
0 commit comments