File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ SHELL_SCRIPTS = $(wildcard rootfs/bin/* _scripts/*.sh contrib/ci/*.sh)
1414
1515# The following variables describe the containerized development environment
1616# and other build options
17- DEV_ENV_IMAGE := drycc/go-dev
17+ DEV_ENV_IMAGE := ${DEV_REGISTRY}/ drycc/go-dev
1818DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
1919DEV_ENV_PREFIX := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR}
2020DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${DEV_ENV_IMAGE}
Original file line number Diff line number Diff line change 2525 serviceAccount : drycc-registry
2626 containers :
2727 - name : drycc-registry
28- image : {{.Values.image_registry}}{{.Values.org}}/registry:{{.Values.image_tag}}
28+ image : {{.Values.image_registry}}/ {{.Values.org}}/registry:{{.Values.image_tag}}
2929 imagePullPolicy : {{.Values.image_pull_policy}}
3030{{- if or (.Values.limits_cpu) (.Values.limits_memory)}}
3131 resources :
Original file line number Diff line number Diff line change 11org : " drycc"
22image_pull_policy : " Always"
33image_tag : " canary"
4- image_registry : " "
4+ image_registry : " docker.io "
55# limits_cpu: "100m"
66# limits_memory: "50Mi"
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ MUTABLE_VERSION ?= canary
22VERSION ?= git-$(shell git rev-parse --short HEAD)
33IMAGE_PREFIX ?= drycc
44
5- IMAGE := ${DRYCC_REGISTRY}${IMAGE_PREFIX}/${SHORT_NAME}:${VERSION}
6- MUTABLE_IMAGE := ${DRYCC_REGISTRY}${IMAGE_PREFIX}/${SHORT_NAME}:${MUTABLE_VERSION}
5+ IMAGE := ${DRYCC_REGISTRY}/ ${IMAGE_PREFIX}/${SHORT_NAME}:${VERSION}
6+ MUTABLE_IMAGE := ${DRYCC_REGISTRY}/ ${IMAGE_PREFIX}/${SHORT_NAME}:${MUTABLE_VERSION}
77
88info :
99 @echo " Build tag: ${VERSION} "
You can’t perform that action at this time.
0 commit comments