Repositories
Morio Source Code
Morio uses git for version control. Our source code is located in our which is hosted on GitHub and mirrored to GitLab.
- GitHub: certeu/morio on GitHub.com
- GitLab: certeu/morio on code.europa.eu
NOTE
The GitLab instance is a mirror, please use GitHub for contributions.
Moriod Linux Packages
Morio publishes both .deb
and .rpm
images to install moriod.
If you are looking to install Morio on a Linux system, these are the repositories for you.
.deb
: apt.repo.morio.it.rpm
: rpm.repo.morio.it
NOTE
- Refer to the install guide for instructions on how to add these repositories to your system.
- We build
.deb
packages on Debian 12, and.rpm
packages on Rocky Linux 9, but they should work on other distributions too. - The moriod packages require
docker
andsystemd
, but you can do a full manual install to use Morio on a system withoutsystemd
.
Container Images for Morio Services
Morio publishes OCI container images
on hub.docker.io
under the itsmorio
namespace.
- api service: itsmorio/api
- core service: itsmorio/core
- dbuilder service: itsmorio/dbuilder
- ui service: itsmorio/ui
NOTE
These are images for individual Morio services.
The latest
tag always points to the latest production release.