Skip to content

Commit 0003a24

Browse files
authored
docs: compile a list of external dependencies and their versions across the environments
Fix #1585
1 parent 2dc3eed commit 0003a24

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/external-dependencies.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# External Dependencies
2+
3+
| Component | Production | Travis CI | docker-compose |
4+
| ------- | ------------------------ | --------------------- | ---------------------------------------- |
5+
| OS | Ubuntu 16.04.07 (Xenial) | Ubuntu 16.04 (Xenial) | |
6+
| JDK | OracleJDK 8u151 | OpenJDK 8u292 | OpenJDK 8u121-jre on Debian 8.11 (Jessy) |
7+
| MySQL | 5.7.27 | 5.7.33 | 5.7.20 on Debian 8.11 (Jessy) |
8+
| PostgreSQL | | 10.17 | 11.3 on Alpine 3.9 |
9+
| Python | 2.7.12, 3.5.2 | 2.7.12, 3.5.2, 3.6.10 | |
10+
| bash | 4.3.14 | 4.3.48 | |
11+
| duplicity | 0.7.06 | | |

0 commit comments

Comments
 (0)