fix(Makefile): make FQIN configurable
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Markus Pesch 2025-04-01 20:44:51 +02:00
parent ce22ec4e43
commit 04700e8dc1
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -5,8 +5,8 @@ CONTAINER_RUNTIME?=$(shell which podman)
# CONTAINER_IMAGE
# Defines the name of the new container to be built using several variables.
BUILD_IMAGE_REGISTRY_HOST:=git.cryptic.systems
BUILD_IMAGE_REGISTRY_USER:=volker.raschek
BUILD_IMAGE_REGISTRY_HOST?=git.cryptic.systems
BUILD_IMAGE_REGISTRY_USER?=volker.raschek
BUILD_IMAGE_NAMESPACE?=${BUILD_IMAGE_REGISTRY_USER}
BUILD_IMAGE_REPOSITORY:=ansible-archlinux
BUILD_IMAGE_VERSION?=latest