sp-containers/Makefile
Philippe Caseiro 351f693775 refactor(all): complete rework of the repo
Moving to a recipeless way of doing things
2023-06-09 12:17:09 +02:00

13 lines
289 B
Makefile

################################
# Makefile for Cadoles SP
################################
IMAGE_REPO := reg.cadoles.com/cadoles
IMAGE_NAME := sp
IMAGE_FULL_NAME := $(IMAGE_REPO)/$(IMAGE_NAME)
IMAGE_VERSION := 0.1.0
DOCKERFILE ?=
DAY_SUFFIX_TAG ?= $(shell date +%Y%m%d)
include main.mk