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 cc187b8 commit e4f5134Copy full SHA for e4f5134
Makefile
@@ -21,8 +21,11 @@ MULTIARCH_TARGETS ?= amd64
21
# In CI, to be replaced by `netobserv`
22
IMAGE_ORG ?= $(USER)
23
24
+# Image registry such as quay or docker
25
+IMAGE_REGISTRY ?= quay.io
26
+
27
# IMAGE_TAG_BASE defines the namespace and part of the image name for remote images.
-IMAGE_TAG_BASE ?= quay.io/$(IMAGE_ORG)/flowlogs-pipeline
28
+IMAGE_TAG_BASE ?= $(IMAGE_REGISTRY)/$(IMAGE_ORG)/flowlogs-pipeline
29
30
# Image URL to use all building/pushing image targets
31
IMAGE ?= $(IMAGE_TAG_BASE):$(VERSION)
0 commit comments