/pgadmin4

This git repo build pgadmin4 docker images also for arm architectures

Primary LanguageMakefileOtherNOASSERTION

Brothers in ARMs' PGAdmin4 docker image

GitHub release (latest by date) GitHub release (latest SemVer including pre-releases)

TravisCI build status image CircleCI build status image

Docker Pulls image Docker Stars image Highest Docker release

Overview

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.

Usage

Head over to thaJeztah's pgadmin4 image page for usage info. See also https://www.pgadmin.org/docs/pgadmin4/latest/container_deployment.html.

How to build locally

  1. Option 1: with CircleCI Local CLI:
  2. Option 2: with make:
    • Install GNU make. Version 3.81 (which came out-of-the-box on MacOS) should be OK.
    • Call make build

Releases

4.21

  • 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