Packaging fixes for the container images introduced in 0.15.1.
Fixed
- Named-volume permissions.
/app/datais 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 withunable to open database fileon 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.pywasn't bumped)./api/healthand/api/v1/versionnow agree with the release.
Added
- Published images bake the build commit (
LOOBRIC_COMMIT), so/api/v1/versionreports the exact commit instead ofunknown.
If you pulled the 0.15.1 image, replace it with 0.15.2.