From 3d445a319177199bf60f421ec0551afa36f08df1 Mon Sep 17 00:00:00 2001 From: Markus Pesch <markus.pesch@cryptic.systems> Date: Tue, 1 Apr 2025 20:46:16 +0200 Subject: [PATCH] fix(Makefile): make FQIN configurable --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1d68d94..7c6becd 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,8 @@ CONTAINER_RUNTIME?=$(shell which podman) # NETWORKTOOLS_IMAGE_REGISTRY_NAME # Defines the name of the new container to be built using several variables. -NETWORKTOOLS_IMAGE_REGISTRY_NAME:=docker.io -NETWORKTOOLS_IMAGE_REGISTRY_USER:=volkerraschek +NETWORKTOOLS_IMAGE_REGISTRY_NAME?=git.cryptic.systems +NETWORKTOOLS_IMAGE_REGISTRY_USER?=volker.raschek NETWORKTOOLS_IMAGE_NAMESPACE?=${NETWORKTOOLS_IMAGE_REGISTRY_USER} NETWORKTOOLS_IMAGE_NAME:=network-tools