github Drakonis96/dockerstats v0.9.1

latest releases: v0.9.4, v0.9.3, v0.9.2...
5 hours ago

Patch release

This patch fixes a packaging regression in the Docker image published with v0.9.0.

Fixed

  • Fixed Docker image packaging so all top-level Python modules are copied into the image, including update_manager.py.
  • Fixed the startup crash ModuleNotFoundError: No module named 'update_manager' in container deployments.

Verification

  • python3 -m py_compile config.py tests/test_dockerfile.py
  • .venv/bin/python -m pytest -q tests/test_dockerfile.py tests/test_update_manager.py tests/test_routes.py
  • docker build -t dockerstats:fix-local .
  • docker run --rm dockerstats:fix-local python -c "import routes, update_manager; print('import-ok')"

Notes

  • The database warning about /app/users.db being a directory is separate from this crash. It usually means the deployment is mounting /app/users.db as a directory instead of a file path.

Don't miss a new dockerstats release

NewReleases is sending notifications on new releases.