Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.24 KB

README.md

File metadata and controls

46 lines (29 loc) · 1.24 KB

pipeline status

Hagrid OCI image

This is a Hagrid OCI image built using https://gitlab.com/hagrid-keyserver/hagrid.

Base image is rust:slim.

The image can be pulled from the following repositories:

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 8080:8080\
	-v $(shell pwd)/data:/var/lib/hagrid\
	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.

All credit goes to the maintainers of Hagrid