Skip to content

Added Docker support for hagrid-keyserver

Replaces current CI/CD to generate Docker images and push them to Gitlab container registry.

In order to run it:

docker build -t test .
docker run -it -p 8000:8000 test

TODO1: Images are being pushed now to adriannieto-attechnest namespace

TODO2: Probably worth to publish tags with the versions instead of master branch

Edited by adriannieto-attechnest

Merge request reports