- 09 Jan, 2020 1 commit
-
-
Kevin Daudt authored
Instead of hardcoding 2 runners to be registered, you can add profiles to a directory to specify what runners should be registered.
-
- 15 Dec, 2019 1 commit
-
-
Kevin Daudt authored
Instead of modifying the docker-compose file, it's easier and better to use a `.env` file where you can provide the parameters for this runner.
-
- 29 Oct, 2019 1 commit
-
-
Kevin Daudt authored
In order to be able to run docker images inside docker, we mount the docker socket inside the build container. This offer a security risk, as any CI job is able interact with the docker engine the host. To mitigate this, one runner is used to build docker images. This runner should be limited to trusted projects. The other runner can be shared, as it does not get the docker socket.
-
- 23 Jul, 2019 1 commit
-
-
Kevin Daudt authored
Instead of having to manually run a command to register the runner, automatically register the runner on start if the config file does not exist yet.
-
- 18 Jul, 2019 1 commit
-
-
Kevin Daudt authored
-
- 17 Jul, 2019 1 commit
-
-
Kevin Daudt authored
-