docker-gitolite
docker-gitolite copied to clipboard
Docker image for Gitolite
As mentioned in #11, sshd tries to log to rsyslog, which isn't installed in Alpine by default, so this lets the logs be sent to standard out instead, where it...
i'm trying to debug an SSH authentication issue. How can I get server-side logs?
alpine:3.10 is not supported by alpine any more Closes #13.
When running [trivy](https://aquasecurity.github.io/trivy/) on [this gitolite dockerhub](https://hub.docker.com/r/jgiannuzzi/gitolite) image: ``` % docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v trivy-cache:/root/.cache/ aquasec/trivy i jgiannuzzi/gitolite 2021-07-30T21:31:51.732Z INFO Detected OS: alpine 2021-07-30T21:31:51.732Z INFO Detecting Alpine vulnerabilities......
- tweaks sshd_config even if the command is not `sshd` - add custom option passing to `sshd` - add output logs on stdout Signed-off-by: Arthur Outhenin-Chalandre
As far as I can tell {experiments, but no pointers to gitolite documentation}, `gitolite setup` command overrides whatever /var/lib/git/.gitolite.rc file was there, as such following Dockerfile FROM jgiannuzzi/gitolite COPY gitolite.rc...
Including: * Make `${ALPINE_VERSION}` configurable and use the currently available version (3.18.3) as default, * Make SSH port configurable (by @austinwellman) * Send SSH daemon's logs to STDOUT (by @501st-alpha1),...
I have been trying to run this container from a docker-compose.yml file without success. It feels like I am close! But ultimately I get denied access over SSH. Here is...
If someone is using podman to run this image, don't forget to add the exec option when mounting the gitolite-git volume like this: `podman run -d --privileged --name gitolite -p...
Updates gitolite to 3.6.13 and git to 2.45.3.