dockerfiles/Makefile

76 lines
751 B
Makefile
Raw Normal View History

2021-05-22 19:55:23 +02:00
images=agate archivebox ansible backup buku ddclient git-daemon gitolite gitolite-pystagit rss-bridge pleroma sassc syncthing tasks tor transmission vdirsyncer xandikos nfs-server dendrite rainloop monero filite
2020-04-08 13:05:07 +02:00
.PHONY: all $(images)
all: $(images)
BUILD = make -C $@
2021-02-17 18:06:08 +01:00
agate:
$(BUILD)
2021-02-23 16:34:34 +01:00
archivebox:
$(BUILD)
2021-02-17 10:32:07 +01:00
ansible:
$(BUILD)
2020-04-08 13:05:07 +02:00
backup:
$(BUILD)
buku:
$(BUILD)
ddclient:
$(BUILD)
2021-02-17 10:32:07 +01:00
git-daemon:
2020-04-08 13:05:07 +02:00
$(BUILD)
2021-02-17 10:32:07 +01:00
gitolite:
2020-04-08 13:05:07 +02:00
$(BUILD)
2021-02-17 10:32:07 +01:00
gitolite-pystagit:
2020-04-08 13:05:07 +02:00
$(BUILD)
2021-04-10 18:37:36 +02:00
nfs-server:
$(BUILD)
2020-04-08 13:05:07 +02:00
rss-bridge:
$(BUILD)
2021-02-23 19:28:50 +01:00
pleroma:
$(BUILD)
2021-02-15 14:48:21 +01:00
sassc:
$(BUILD)
2020-04-08 13:05:07 +02:00
syncthing:
$(BUILD)
tasks:
$(BUILD)
tor:
$(BUILD)
2021-03-26 15:11:26 +01:00
transmission:
$(BUILD)
2020-04-08 13:05:07 +02:00
vdirsyncer:
$(BUILD)
xandikos:
$(BUILD)
2021-04-13 15:36:59 +02:00
dendrite:
$(BUILD)
2021-05-18 15:49:28 +02:00
2021-05-05 20:32:53 +02:00
rainloop:
$(BUILD)
2021-05-18 15:49:28 +02:00
monero:
$(BUILD)
2021-05-22 19:55:23 +02:00
filite:
$(BUILD)