Skip to content

Hagrid as in, "keeper of keys". Verifying OpenPGP keyserver, written in Rust. OCI image

License

Notifications You must be signed in to change notification settings

chimbosonic/hagrid-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Hagrid as in, "keeper of keys". Verifying OpenPGP keyserver, written in Rust. OCI image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published