PGAdmin is an web-based UI administration plateform for PostgreSQL open source database.
This git repo build a docker image for running PGAdmin on an arm(hf) based system. Once done, the result will be pushed on dockerhub.
Inspired from thaJeztah pgadmin4 image.
Currently tested on a Odroid XU4 and Raspberry Pi 3 running respectively Ubuntu and Raspbian stretch.
Head over to thaJeztah's pgadmin4 image page for usage info. See also https://www.pgadmin.org/docs/pgadmin4/latest/container_deployment.html.
- Option 1: with CircleCI Local CLI:
- Install CircleCI Local CLI
- Call
circleci local execute
- Option 2: with make:
- Install GNU make. Version 3.81 (which came out-of-the-box on MacOS) should be OK.
- Call
make build
- Upgrade PGAdmin version from 2.1 to 4.21
- Upgrade Alpine from 3.6 to 3.11
- Huge refactoring of the build (based on docker 19.03.8), including (Travis and) CircleCI integration
- Improve the README.md documentation, including shields.io images