Akshay Joshi
|
584a200bf0
|
Updated node alpine image from 8 to 10.
|
2019-12-17 17:27:34 +05:30 |
|
Dave Page
|
619c4e1180
|
Run pgAdmin in the container as a non-root user (pgadmin, UID: 5050). Fixes #4939.
|
2019-12-09 11:09:46 +05:30 |
|
Akshay Joshi
|
fb87920bbb
|
Fixed docker container exit issue occurs due to change in Gunicorn's latest version.
Updated Dockerfile and hardcoded Gunicorn version to 19.9.0
Fixes #4924
|
2019-11-12 17:48:10 +05:30 |
|
Dave Page
|
091d2cd0d2
|
Fixed an issue where psql of v12 throwing "symbol not found" error while running Maintenance and Import/Export.
Copy libpq.so.5.12 from pg12-builder to the final container and create a symbolic link.
Fixes #4835
|
2019-11-07 12:12:43 +05:30 |
|
Dave Page
|
9bdb5ea5e0
|
Include PostgreSQL 12 binaries in the container. Fixes #4823
|
2019-10-11 11:13:06 +01:00 |
|
Dave Page
|
110a51c5b2
|
Refactor Dockerfile to avoid needing to run supporting scripts (i.e. 'docker build .' will work) and minimise layers. Fixes #4752
|
2019-09-16 13:48:11 +01:00 |
|