Sign inSign up

chimbosonic/hagrid

By chimbosonic

•Updated 7 days ago

Image
2

10K+

chimbosonic/hagrid repository overview

⁠Hagrid OCI image

pipeline status

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⁠

⁠Image Verification

The image is signed using cosign⁠ from sigstore.

You can verify the signature with:

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

⁠Running it

⁠plain docker
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
⁠How to build

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⁠

Tag summary

Content type

Image

Digest

sha256:495d2e4f8…

Size

333.1 MB

Last updated

7 days ago

docker pull chimbosonic/hagrid