Skip to content

loobric-server 0.15.2 — Docker volume fix

Latest

Choose a tag to compare

@sliptonic sliptonic released this 17 Aug 22:31

Packaging fixes for the container images introduced in 0.15.1.

Fixed

  • Named-volume permissions. /app/data is now created inside the image owned by the app user, so the README quickstart (docker run -v loobric-data:/app/data …) works out of the box. The 0.15.1 image died with unable to open database file on a fresh named volume (Docker created it root-owned; the server runs as uid 1000).
  • Runtime version string. 0.15.1 shipped self-reporting as 0.15.0 (loobric_server/version.py wasn't bumped). /api/health and /api/v1/version now agree with the release.

Added

  • Published images bake the build commit (LOOBRIC_COMMIT), so /api/v1/version reports the exact commit instead of unknown.

If you pulled the 0.15.1 image, replace it with 0.15.2.