This is a Hagrid OCI image built using https://gitlab.com/hagrid-keyserver/hagrid.
Base image is rust:slim.
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/hagrid:latest
docker run --rm -it -p 7272:7272\
-v $(shell pwd)/data:/var/lib/hagrid\
-e port=7272\
-e base_URI="https://localhost:7272"\
-e from="noreply@localhost"\
-e x_accel_redirect=false\
-e token_secret="hagrid"\
-e token_validity=3600\
-e mail_rate_limit=60 chimbosonic/hagrid:latest
This will build the container.
make build
On first run it will poplate the data folder with the default distribution files I recommend editing them.
The Rocket.toml contains the config of hagrid and should also be changed accordingly. The environment values let you edit some of the fields during generation.
All credit goes to the maintainers of Hagrid
Content type
Image
Digest
sha256:495d2e4f8…
Size
333.1 MB
Last updated
7 days ago
docker pull chimbosonic/hagrid