loobric-server 0.15.1 — Docker images
Packaging-only release: the server now ships as a container with every release.
Added
- Docker images as release assets. A multi-arch (amd64 + arm64) image is published to GitHub Container Registry —
ghcr.io/loobric/loobric-servertagged0.15.1,0.15,latest— and the same image is attached below as adocker savetarball (loobric-server-0.15.1-docker-amd64.tar.gz) for offline / air-gapped installs (docker load < …). - README "Run with Docker" section: a single
loobric-datavolume holds both the SQLite database and the media store (MEDIA_DIR=/app/data/media).
Fixed
.dockerignoreleak. The build excluded*.dbbut notloobric.db.pre-migration-*.bakbackups,.git/, or the local media directory. All are now excluded from the image.
No server behavior changes.