Commit Graph

14 Commits

Author SHA1 Message Date
46e51f16cb Remove unnecessary build step (#1003)
The builder image does not need to cleanup itself, 
the whole purpose of it is to be dropped after the final artifacts are copied out.
2021-10-30 21:29:23 +02:00
98db953820 Allow user role to view history (#890) 2021-03-27 19:33:11 +01:00
942482b706 set chown to /app docker workdir (#841) 2020-12-07 19:46:08 +01:00
75a30f14fb Dockerfile and requirements.txt update
- Fix bug in python requests module missing after delete py3-pip from build stage
- Downgrade the requirement of bcrypt to >=3.1.7 for older python3 version compatibility
2020-10-10 21:47:58 +02:00
078b0b2f4d Merge remote-tracking branch 'birkb/master' 2020-10-10 14:39:43 +02:00
9228128907 USER instruction enabled in Dockerfile
- avoid running gunicorn as root user
- use setcap to allow gunicorn starting with a privileged port
- write permission only on /app/configs folder
- su command removed from entrypoint.sh, because it runs as pda user
2020-09-19 19:58:51 +02:00
810f773a5b bumped up alpine to 3.12 2020-09-10 21:26:14 +03:00
483c767d26 Offline installation and searchable inputs 2020-04-30 17:20:37 +00:00
06266846ec Use sqlite by default in docker
This allows for easy setup with no extra configuration.
Also update docs to reflect the new and easy way to run PowerDNS-Admin.

Signed-off-by: Felix Kaechele <felix@kaechele.ca>
2020-04-20 18:32:36 -04:00
795896d968 Update alpine 3.10 -> 3.11 2020-03-13 00:27:19 +01:00
451626f4af fixes #619, improve sed replace regex 2019-12-20 17:22:51 +01:00
452fde17bd #606 update docker base image and employ multi-stage build in order to reduce image size 2019-12-15 16:33:09 +01:00
f8aaf88fc0 Fix #592 - Adjustment in Dockerfile to upgrade pip package 2019-12-07 14:45:41 +07:00
840e2a4750 Update docker stuff and bug fixes 2019-12-04 11:50:46 +07:00