Skip to content

Commit f06e263

Browse files
update makefile for dind
1 parent 9b7afd3 commit f06e263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ VERSION?=$(shell if [ -d .git ]; then echo `git describe --tags --dirty`; else e
3232
TAG?=$(VERSION)
3333

3434
# REGISTRY is the container registry to push into.
35-
REGISTRY?=gcr.io/k8s-staging-npd
35+
REGISTRY?=registry.cn-hangzhou.aliyuncs.com
3636

3737
# UPLOAD_PATH is the cloud storage path to upload release tar.
3838
UPLOAD_PATH?=gs://kubernetes-release
@@ -58,7 +58,7 @@ NPD_NAME_VERSION?=node-problem-detector-$(VERSION)
5858
TARBALL=$(NPD_NAME_VERSION).tar.gz
5959

6060
# IMAGE is the image name of the node problem detector container image.
61-
IMAGE:=$(REGISTRY)/node-problem-detector:$(TAG)
61+
IMAGE:=$(REGISTRY)/acs/node-problem-detector:$(TAG)
6262

6363
# ENABLE_JOURNALD enables build journald support or not. Building journald
6464
# support needs libsystemd-dev or libsystemd-journal-dev.

0 commit comments

Comments
 (0)