Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructured docker building | Thomas Boerger | 2016-11-28 | 1 | -16/+0 |
| | | | | | | | | | 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> | ||||
* | Remove RSA1 keys as only SSH version 2 is used | Ivan Marban | 2016-01-06 | 1 | -1/+0 |
| | |||||
* | New approach to Gogs Docker Container | Jean-Philippe Roemer | 2015-10-02 | 1 | -0/+17 |
- VOLUME for ‘/data’ - Usage of S6 as PID 1 Process - Usage of ‘socat’ so linked container (like databases) are binded to localhost - OpenSSH, Socat Link and Gogs are supervised using S6 - Size of container reduced to ~75Mo |