Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add stub Dockerfile for Debian 11. | Ben Sturmfels | 2021-03-28 | 1 | -194/+0 |
| | |||||
* | Remove test lines in Dockerfiles. | Ben Sturmfels | 2021-03-09 | 1 | -1/+0 |
| | |||||
* | Run LDAP, OpenID and PDF tests under Docker. | Ben Sturmfels | 2021-03-09 | 1 | -1/+8 |
| | |||||
* | Fix raw image plugin installation docs [#5523]. | Ben Sturmfels | 2021-03-08 | 1 | -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 Sturmfels | 2021-03-06 | 1 | -0/+6 |
| | |||||
* | Re-enable tests in Dockerfiles. | Ben Sturmfels | 2021-03-06 | 1 | -4/+6 |
| | |||||
* | Remove six library. | Ben Sturmfels | 2021-03-05 | 1 | -2/+1 |
| | |||||
* | Show last git commit when building Docker image. | Ben Sturmfels | 2021-03-03 | 1 | -0/+1 |
| | |||||
* | Reinstate audio spectrograms on Python 3 [#5610]. | Fernando Gutierrez | 2021-03-03 | 1 | -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 Sturmfels | 2021-03-03 | 1 | -2/+2 |
| | |||||
* | Add release notes for v0.10.0. | Ben Sturmfels | 2020-05-01 | 1 | -1/+2 |
| | |||||
* | Review and update the deploment docs for Debian 10 and CentOS 8 [#5593]. | Ben Sturmfels | 2020-04-29 | 1 | -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 Sturmfels | 2020-04-28 | 1 | -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 Sturmfels | 2020-04-28 | 1 | -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 Sturmfels | 2020-04-24 | 1 | -1/+1 |
| | | | | Addresses #5592. | ||||
* | Add draft Fedora dockerfile. | Ben Sturmfels | 2020-04-20 | 1 | -0/+5 |
| | |||||
* | Note how to run test suite under Docker. | Ben Sturmfels | 2020-04-14 | 1 | -2/+8 |
| | |||||
* | Remove "git submodule init && git submodule update" from Dockerfiles. | Ben Sturmfels | 2020-04-14 | 1 | -5/+3 |
| | | | | These commands are run by `bootstrap.sh`. Also includes a couple more tidy-ups. | ||||
* | Rename Dockerfiles to be more specific. | Ben Sturmfels | 2019-11-19 | 1 | -0/+154 |