agola/internal
Simone Gotti ecf355721f docker: create a toolbox volume for every pod
Instead of doing the current hack of copying the agola toolbox inside the host
tmp dir (always done but only needed when running the executor inside a docker
container) that has different issues (like tmp file removal done by
tmpwatch/systemd-tmpfiles), use a solution similar to the k8s driver: for every
pod create a volume containing the agola-toolbox and remove it at pod removal.

We could also use a single "global" volume but we should handle cases like
volume removal (i.e. a docker volume prune command). So for now just create a
dedicated per pod volume.
2020-01-10 12:25:12 +01:00
..
common objectstorage: use a single package 2019-11-08 16:31:48 +01:00
config run config: add tty option for run steps 2019-10-28 16:58:54 +01:00
datamanager datamanager tests: don't wait for etcd down 2019-12-02 13:32:57 +01:00
db db: use context functions 2019-07-25 14:49:53 +02:00
etcd *: use etcd mutex TryLock 2019-11-12 22:27:17 +01:00
git-handler gitserver: don't return http response/error when calling external git process 2019-09-09 15:46:32 +02:00
git-save *: use vanity url 2019-07-01 11:40:20 +02:00
gitsources go.mod: update dependencies 2019-10-29 09:31:38 +01:00
log Add common logging helper 2019-02-21 16:05:35 +01:00
objectstorage *: improve error handling 2019-11-11 12:17:35 +01:00
runconfig run config: add tty option for run steps 2019-10-28 16:58:54 +01:00
sequence sequence: add tests for String and Parse methods 2019-10-31 16:53:57 +01:00
services docker: create a toolbox volume for every pod 2020-01-10 12:25:12 +01:00
testutil tests: add wait function in place of sleep 2019-08-30 12:50:49 +02:00
toolbox internal: fix linter errors 2019-07-02 16:20:53 +02:00
util *: improve error handling 2019-11-11 12:17:35 +01:00
tools.go Add makefile 2019-02-21 15:59:16 +01:00