aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile-debian-python3-sqlite
Commit message (Collapse)AuthorAgeFilesLines
* Add stub Dockerfile for Debian 11.Ben Sturmfels2021-03-281-194/+0
|
* Remove test lines in Dockerfiles.Ben Sturmfels2021-03-091-1/+0
|
* Run LDAP, OpenID and PDF tests under Docker.Ben Sturmfels2021-03-091-1/+8
|
* Fix raw image plugin installation docs [#5523].Ben Sturmfels2021-03-081-0/+13
| | | | | Dependencies need to be installed from PyPI in Debian 10/11 due to missing python3-py3exiv2 package.
* Note that Docker deployments are not officially supported or mature.Ben Sturmfels2021-03-061-0/+6
|
* Re-enable tests in Dockerfiles.Ben Sturmfels2021-03-061-4/+6
|
* Remove six library.Ben Sturmfels2021-03-051-2/+1
|
* Show last git commit when building Docker image.Ben Sturmfels2021-03-031-0/+1
|
* Reinstate audio spectrograms on Python 3 [#5610].Fernando Gutierrez2021-03-031-1/+2
| | | | | | | | The `audiotospectrogram` module is a complete rewrite of the existing spectrogram code with support for Python 3. This allows us to drop the bundled `freesound` library and Python 2-only `audioprocessing` and `spectrogram` modules. Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
* Use official repo in Dockerfile.Ben Sturmfels2021-03-031-2/+2
|
* Add release notes for v0.10.0.Ben Sturmfels2020-05-011-1/+2
|
* Review and update the deploment docs for Debian 10 and CentOS 8 [#5593].Ben Sturmfels2020-04-291-1/+1
| | | | | | Mostly a thorough test and cleanup. The significant change is moving the systemd config into the deployment docs an the registration/security considerations to production considerations docs.
* Fix dependencies and tests for clean Python 2 & 3 test runs under Docker.Ben Sturmfels2020-04-281-0/+8
| | | | | This change gives a clean test run in the Debian-based Python 2 and Python 3 docker images.
* Remove spectrograms from Python 2 also [#5594].Ben Sturmfels2020-04-281-7/+1
| | | | | | For 0.10.0 we're removing specrograms entirely for reliability. This change only disables spectrograms and updates install docs and Dockerfiles. We still need to strip out all the spectrogram code and extlib/freesound/.
* Switch to Python 3 by default.Ben Sturmfels2020-04-241-1/+1
| | | | Addresses #5592.
* Add draft Fedora dockerfile.Ben Sturmfels2020-04-201-0/+5
|
* Note how to run test suite under Docker.Ben Sturmfels2020-04-141-2/+8
|
* Remove "git submodule init && git submodule update" from Dockerfiles.Ben Sturmfels2020-04-141-5/+3
| | | | These commands are run by `bootstrap.sh`. Also includes a couple more tidy-ups.
* Rename Dockerfiles to be more specific.Ben Sturmfels2019-11-191-0/+154