Skip to content

Commit e4f5134

Browse files
committed
allow custom registry
1 parent cc187b8 commit e4f5134

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ MULTIARCH_TARGETS ?= amd64
2121
# In CI, to be replaced by `netobserv`
2222
IMAGE_ORG ?= $(USER)
2323

24+
# Image registry such as quay or docker
25+
IMAGE_REGISTRY ?= quay.io
26+
2427
# IMAGE_TAG_BASE defines the namespace and part of the image name for remote images.
25-
IMAGE_TAG_BASE ?= quay.io/$(IMAGE_ORG)/flowlogs-pipeline
28+
IMAGE_TAG_BASE ?= $(IMAGE_REGISTRY)/$(IMAGE_ORG)/flowlogs-pipeline
2629

2730
# Image URL to use all building/pushing image targets
2831
IMAGE ?= $(IMAGE_TAG_BASE):$(VERSION)

0 commit comments

Comments
 (0)