fix(Makefile): make FQIN configurable
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b2ed530a53
commit
813b81d137
4
Makefile
4
Makefile
@ -5,8 +5,8 @@ CONTAINER_RUNTIME?=$(shell which podman)
|
||||
|
||||
# BIND9_IMAGE_REGISTRY_NAME
|
||||
# Defines the name of the new container to be built using several variables.
|
||||
BIND9_IMAGE_REGISTRY_NAME:=git.cryptic.systems
|
||||
BIND9_IMAGE_REGISTRY_USER:=volker.raschek
|
||||
BIND9_IMAGE_REGISTRY_NAME?=git.cryptic.systems
|
||||
BIND9_IMAGE_REGISTRY_USER?=volker.raschek
|
||||
|
||||
BIND9_IMAGE_NAMESPACE?=${BIND9_IMAGE_REGISTRY_USER}
|
||||
BIND9_IMAGE_NAME:=bind9
|
||||
|
Loading…
x
Reference in New Issue
Block a user