Skip to content

Commit 3dce482

Browse files
committed
Allow to customize the test registry
1 parent 512bf6c commit 3dce482

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ SBOMS_DIR ?= template
182182

183183
SHELLCHECK_OPTIONS ?= -e SC2086
184184

185-
DEFAULT_IMAGE_URL := localhost:5000/mongodb-atlas-kubernetes-operator:$(NEXT_VERSION)-test
185+
TEST_REGISTRY ?= localhost:5000
186+
DEFAULT_IMAGE_URL := $(TEST_REGISTRY)/mongodb-atlas-kubernetes-operator:$(NEXT_VERSION)-test
186187
export IMAGE_URL
187188

188189
ifndef IMAGE_URL

0 commit comments

Comments
 (0)