GridSpace/grid-apps

[FR] Docker Image

Opened this issue · 1 comments

XEJK commented

Seeing as there is already a dockerfile included in this project, I was wondering if there was any animo in also publishing a docker Image,

This would make it quite a bit easier to deploy this software in self hosted environments on an internal domain.

Additionally this should be able to be automated fairly easily as part of the regular CI/CD pipeline using GitHub actions especially since there already is a dockerfile and GitHub has the GHCR container registry:

https://github.com/marketplace/actions/build-and-push-docker-images

https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry

I created one here https://github.com/rspenc29/kiri

Use the scripts as you please or feel free to just pull my build

docker pull ghcr.io/rspenc29/kiri:latest

I'm a busy person so I don't know if I'll be able to keep up with the release schedule or get around to setting up an automated build process but this should be a good start if you or the gridspace devs want to do something with it.