summaryrefslogtreecommitdiffstats
path: root/docker/s6/crond/run
diff options
context:
space:
mode:
authorThomas Boerger <tboerger@suse.de>2016-11-28 14:13:18 +0100
committerThomas Boerger <tboerger@suse.de>2016-11-28 14:13:18 +0100
commit86aa8e413acc1dbcc7760cb220a6ee2126e926b6 (patch)
tree9ed7aef2aa3c3306fdcb359d557e211c5f65f111 /docker/s6/crond/run
parentbf8d90c5cc6bea9ec4eeb2e827d10cd247043fe0 (diff)
downloadgitea-86aa8e413acc1dbcc7760cb220a6ee2126e926b6.tar.gz
gitea-86aa8e413acc1dbcc7760cb220a6ee2126e926b6.zip
Restructured docker building
I have restructured the docker build process entirely, the binary gets built outside of the docker build command, now we are managing all dependencies with real Alpine packages and I have dropped features like socat or the cron daemon. Signed-off-by: Thomas Boerger <tboerger@suse.de>
Diffstat (limited to 'docker/s6/crond/run')
-rwxr-xr-xdocker/s6/crond/run9
1 files changed, 0 insertions, 9 deletions
diff --git a/docker/s6/crond/run b/docker/s6/crond/run
deleted file mode 100755
index 9aa9fb9f27..0000000000
--- a/docker/s6/crond/run
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-# Crontabs are located by default in /var/spool/cron/crontabs/
-# The default configuration is also calling all the scripts in /etc/periodic/${period}
-
-if test -f ./setup; then
- source ./setup
-fi
-
-exec gosu root /usr/sbin/crond -fS