File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11SHORT_NAME := minio
22
33# dockerized development environment variables
4- REPO_PATH := github.com/deis /${SHORT_NAME}
5- DEV_ENV_IMAGE := quay.io/deis/ go-dev:0.20.0
4+ REPO_PATH := github.com/teamhephy /${SHORT_NAME}
5+ DEV_ENV_IMAGE := hephy/ go-dev:v1.28.3
66DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
77DEV_ENV_PREFIX := docker run --env CGO_ENABLED=0 --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
88DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
99
1010LDFLAGS := "-s -X main.version=${VERSION}"
1111BINDIR := ./rootfs/bin
12- DEV_REGISTRY ?= $(docker-machine ip deis ) :5000
13- DEIS_REGISTRY ?= ${DEV_REGISTRY}
12+ # DEV_REGISTRY ?= $(docker-machine ip deis):5000
13+ # DEIS_REGISTRY ?= ${DEV_REGISTRY}
1414
15- IMAGE_PREFIX ?= deis
15+ IMAGE_PREFIX ?= hephy
1616
1717include versioning.mk
1818
You can’t perform that action at this time.
0 commit comments