Install With Docker
You can also install Ktra with the Docker image.
docker pull ghcr.io/moriturus/ktra:latest
Or, if you want to pull a fixed version image, try this.
docker pull ghcr.io/moriturus/ktra:0.7.0
Tags
There are several images tagged with features and releases.
Any commit on develop branch builds images listed below:
latestdb-sledfeatured image.
openid-latestdb-sledfeatured image.openidsupport for user authentication and authorization
db-redis-latestdb-redisfeatured image.
db-redis-openid-latestdb-redisfeatured image.openidsupport for user authentication and authorization
db-mongo-latestdb-mongofeatured image.
db-mongo-openid-latestdb-mongofeatured image.openidsupport for user authentication and authorization
Similarly, images below are built automatically when tags are pushed:
{VERSION}(e.g.0.7.0)db-sledfeatured image.
openid-{VERSION}db-sledfeatured image.openidsupport for user authentication and authorization
db-redis-{VERSION}db-redisfeatured image.
db-redis-openid-{VERSION}db-redisfeatured image.openidsupport for user authentication and authorization
db-mongo-{VERSION}db-mongofeatured image.
db-mongo-openid-{VERSION}db-mongofeatured image.openidsupport for user authentication and authorization
Note:
The openid images are only available starting with0.7version
Registry
All of the docker images are built with emk/rust-musl-builder image and stored at GitHub Container Registry.
These are public images so you can pull them without any authentication.