Sign inSign up

chimbosonic/cgit

By chimbosonic

Updated 4 days ago

Image
2

10K+

chimbosonic/cgit repository overview

CGIT OCI image

pipeline status

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

Image Verification

The image is signed using cosign from sigstore.

You can verify the signature with:

cosign verify --key cosign.pub chimbosonic/cgit:latest

Running it

plain docker

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
docker-compose

Please read docker-compose.yml before running the following

docker-compose up -d
How to build

This will build the container.

make build

Misc

Image used to be stored and built at https://gitlab.com/chimbosonic/cgit-container that repo is now deprecated.

Tag summary

Content type

Image

Digest

sha256:0d9f8d0e6

Size

82.1 MB

Last updated

4 days ago

docker pull chimbosonic/cgit