aboutsummaryrefslogtreecommitdiffstats
path: root/cgit
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-06-03 16:11:26 +0000
committerHarald Welte <laforge@gnumonks.org>2018-06-03 16:11:26 +0000
commit911fbafbf753100f670bd5b02a0990eeb2054338 (patch)
treeb6dd8f1a6f5b8457935f942817f3d934a74ab016 /cgit
parent28a4e8e58934fbcf10985f6f7f2f88ecff41354d (diff)
Makefile support for our production infrastructure containers
Diffstat (limited to 'cgit')
-rw-r--r--cgit/.release1
-rw-r--r--cgit/Makefile2
2 files changed, 3 insertions, 0 deletions
diff --git a/cgit/.release b/cgit/.release
new file mode 100644
index 0000000..24401d3
--- /dev/null
+++ b/cgit/.release
@@ -0,0 +1 @@
+release=0.0.0
diff --git a/cgit/Makefile b/cgit/Makefile
index 8d0e10b..8f76c95 100644
--- a/cgit/Makefile
+++ b/cgit/Makefile
@@ -1 +1,3 @@
+IMAGE=registry.sysmocom.de/cgit
+
include ../make/Makefile