This is a cgit OCI image built from https://git.zx2c4.com/cgit/.
Inspired by https://github.com/oemunoz/cgit.
Base image is ubuntu:latest and uses apache2 to run the server.
The image is available on Docker Hub here
Source code and pipeline can be found here
The image is signed using cosign from sigstore.
You can verify the signature with:
cosign verify --key cosign.pub chimbosonic/cgit:latest
Feel free to change the port and folder that contains your repos.
docker run -it --rm -p 80:80 -v /home/git:/mnt/git --name cgit -t chimbosonic/cgit:latest
Please read docker-compose.yml before running the following
docker-compose up -d
This will build the container.
make build
Image used to be stored and built at https://gitlab.com/chimbosonic/cgit-container that repo is now deprecated.
Content type
Image
Digest
sha256:0d9f8d0e6…
Size
82.1 MB
Last updated
4 days ago
docker pull chimbosonic/cgit