feat(all): first commit

This commit is contained in:
2023-06-13 09:12:30 +02:00
commit e4b3270874
24 changed files with 783 additions and 0 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
################################
# Makefile for Cadoles SP
################################
IMAGE_REPO := reg.cadoles.com/cadoles
IMAGE_VERSION ?= 0.0.1
DAY_SUFFIX_TAG ?= $(shell date +%Y%m%d)
include main.mk