We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512bf6c commit 3dce482Copy full SHA for 3dce482
Makefile
@@ -182,7 +182,8 @@ SBOMS_DIR ?= template
182
183
SHELLCHECK_OPTIONS ?= -e SC2086
184
185
-DEFAULT_IMAGE_URL := localhost:5000/mongodb-atlas-kubernetes-operator:$(NEXT_VERSION)-test
+TEST_REGISTRY ?= localhost:5000
186
+DEFAULT_IMAGE_URL := $(TEST_REGISTRY)/mongodb-atlas-kubernetes-operator:$(NEXT_VERSION)-test
187
export IMAGE_URL
188
189
ifndef IMAGE_URL
0 commit comments