Skip to content

loobric-server 0.15.1 — Docker images

Choose a tag to compare

@sliptonic sliptonic released this 17 Aug 22:15
· 1 commit to master since this release

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-server tagged 0.15.1, 0.15, latest — and the same image is attached below as a docker save tarball (loobric-server-0.15.1-docker-amd64.tar.gz) for offline / air-gapped installs (docker load < …).
  • README "Run with Docker" section: a single loobric-data volume holds both the SQLite database and the media store (MEDIA_DIR=/app/data/media).

Fixed

  • .dockerignore leak. The build excluded *.db but not loobric.db.pre-migration-*.bak backups, .git/, or the local media directory. All are now excluded from the image.

No server behavior changes.