Add '.gitlab/' from commit '8a52a21a398f3bb2840e76e26f065a7963c79efa'

git-subtree-dir: .gitlab
git-subtree-mainline: d249e35463
git-subtree-split: 8a52a21a39
This commit is contained in:
ducoterra
2021-10-31 15:12:47 -04:00
4 changed files with 35 additions and 0 deletions

9
.gitlab/Makefile Normal file
View File

@@ -0,0 +1,9 @@
SHELL := /bin/bash
IMAGE ?= $(shell cat IMAGE):$(shell cat VERSION)
IMAGE_LATEST ?= $(shell cat IMAGE):latest
PWD ?= $(shell pwd)
include make/docker.makefile
include make/kaniko.makefile
include make/truenas.makefile