Skip to content

Commit

Permalink
chore(Makefile): upgrading go-dev container to v1.28.3
Browse files Browse the repository at this point in the history
Signed-off-by: Cryptophobia <[email protected]>
  • Loading branch information
Cryptophobia committed Oct 9, 2020
1 parent c0bb0e8 commit 70d2867
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
# - Kubernetes service, rc, pod, secret, volume names
SHORT_NAME := redis
DEIS_REGISTY ?= ${DEV_REGISTRY}/
IMAGE_PREFIX ?= deis
IMAGE_PREFIX ?= hephy

include versioning.mk

SHELL_SCRIPTS = $(wildcard _scripts/*.sh) rootfs/bin/boot

# The following variables describe the containerized development environment
# and other build options
DEV_ENV_IMAGE := quay.io/deis/go-dev:0.20.0
DEV_ENV_IMAGE := hephy/go-dev:v1.28.3
DEV_ENV_WORK_DIR := /go/src/${REPO_PATH}
DEV_ENV_CMD := docker run --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${DEV_ENV_IMAGE}
DEV_ENV_CMD_INT := docker run -it --rm -v ${CURDIR}:${DEV_ENV_WORK_DIR} -w ${DEV_ENV_WORK_DIR} ${DEV_ENV_IMAGE}
Expand Down
3 changes: 1 addition & 2 deletions charts/redis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ home: https://github.com/deisthree/redis
version: <Will be populated by the ci before publishing the chart>
description: A Redis database for use inside a Kubernetes cluster.
maintainers:
- name: Deis Team
email: [email protected]
- email: [email protected]

0 comments on commit 70d2867

Please sign in to comment.