Skip to content
Snippets Groups Projects
Unverified Commit 8a738d73 authored by Julien Pinsonneau's avatar Julien Pinsonneau Committed by GitHub
Browse files

Merge pull request #699 from jpinsonneau/custom_registry

Allow custom registry
parents b4144668 f4c98aa3
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,11 @@ MULTIARCH_TARGETS ?= amd64
# In CI, to be replaced by `netobserv`
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 ?= 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 ?= $(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