Skip to content
Snippets Groups Projects
Commit f4c98aa3 authored by Julien Pinsonneau's avatar Julien Pinsonneau
Browse files

allow custom registry

parent b4144668
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,11 @@ MULTIARCH_TARGETS ?= amd64 ...@@ -12,8 +12,11 @@ MULTIARCH_TARGETS ?= amd64
# In CI, to be replaced by `netobserv` # In CI, to be replaced by `netobserv`
IMAGE_ORG ?= $(USER) IMAGE_ORG ?= $(USER)
# Image registry such as quay or docker
IMAGE_REGISTRY ?= quay.io
# IMAGE_TAG_BASE defines the namespace and part of the image name for remote images. # IMAGE_TAG_BASE defines the namespace and part of the image name for remote images.
IMAGE_TAG_BASE ?= quay.io/$(IMAGE_ORG)/netobserv-ebpf-agent IMAGE_TAG_BASE ?= $(IMAGE_REGISTRY)/$(IMAGE_ORG)/netobserv-ebpf-agent
# Image URL to use all building/pushing image targets # Image URL to use all building/pushing image targets
IMAGE ?= $(IMAGE_TAG_BASE):$(VERSION) IMAGE ?= $(IMAGE_TAG_BASE):$(VERSION)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment