Skip to content

Commit 9ff170f

Browse files
author
Johann Fuechsl
committed
Use hephy base image
1 parent b069c6f commit 9ff170f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SHORT_NAME := object-storage-cli
2-
REPO_PATH := github.com/deis/${SHORT_NAME}
2+
REPO_PATH := github.com/teamhephy/${SHORT_NAME}
33

44
HOST_OS := $(shell uname)
55
ifeq ($(HOST_OS),Darwin)
@@ -8,7 +8,7 @@ else
88
GOOS=linux
99
endif
1010

11-
DEV_ENV_IMAGE := quay.io/deis/go-dev:v1.27.1
11+
DEV_ENV_IMAGE := hephy/go-dev:v1.26.2
1212
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
1313
DEV_ENV_PREFIX := docker run --rm -e GO15VENDOREXPERIMENT=1 -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
1414
DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
@@ -21,7 +21,7 @@ GO_LDFLAGS = -ldflags "-s -X ${REPO_PATH}/version.BuildVersion=${VERSION}"
2121
VERSION ?= $(shell git rev-parse --short HEAD)
2222

2323
bootstrap:
24-
${DEV_ENV_CMD} glide install
24+
${DEV_ENV_CMD} go mod vendor
2525

2626
build: binary-build
2727

0 commit comments

Comments
 (0)