We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ce19d commit 570da3eCopy full SHA for 570da3e
Makefile
@@ -7,13 +7,13 @@ SHORT_NAME := registry
7
include includes.mk versioning.mk
8
9
# the filepath to this repository, relative to $GOPATH/src
10
-REPO_PATH = github.com/deis/registry
+REPO_PATH = github.com/teamhephy/registry
11
12
SHELL_SCRIPTS = $(wildcard _scripts/*.sh contrib/ci/*.sh)
13
14
# The following variables describe the containerized development environment
15
# and other build options
16
-DEV_ENV_IMAGE := quay.io/deis/go-dev:0.20.0
+DEV_ENV_IMAGE := hephy/go-dev:v1.28.3
17
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
18
DEV_ENV_PREFIX := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
19
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
0 commit comments