Bag Database V3.1.0
There's one minor but useful new feature, a BAGDB_PATH
environment variable that can be used to easily change the path that the Bag Database's internal Tomcat server uses to serve it, which should make it easier to integrate with a reverse proxy.
Full changelog:
- Add a BAGDB_PATH environment variable to change the path used to serve the application
- Updated the reverse proxy example to use a custom path
- Fix API examples that didn't work without LDAP authentication
- Add documentation for how to use a private Docker registry
- Fix a bug that prevented private Docker registries with ports from being parsed correctly
- Improve Dockerfile to reduce rebuild times