Sign inSign up

andruche/comagic_postgres

By andruche

Updated about 2 years ago

PostgreSQL 15.4 - CoMagic databases ready

Image
0

374

andruche/comagic_postgres repository overview

Usage

run container
$ docker run --name cmg_pg15 -p 5432:5432 -e POSTGRES_PASSWORD=123456 -d andruche/comagic_postgres:15
access to cluster
$ echo "0.0.0.0:*:*:postgres:123456" >> ~/.pgpass
$ psql -h 0.0.0.0 -p 5432 -U postgres -d postgres

On board:

  • PostgreSQL 15.4
  • Plexor 2.3.1
  • JsQuery 1.1.1
  • pg_repack 1.4.8
  • plpgsql_check 2.4.0
  • plpython3u (based on Python 3.6.8):
    • simplejson==3.18.4
    • Jinja2==2.11.2
    • mutagen==1.45.1
    • pdfkit==1.0.0
    • requests==2.27.1
    • xmltodict==0.13.0
    • PyYAML==6.0
    • zeep==4.1.0
    • ulib3==1.0.0
    • ilib3==1.0.0
    • rtu-api3==1.1.0

Tag summary

Content type

Image

Digest

sha256:9ad89deba

Size

215.7 MB

Last updated

about 2 years ago

docker pull andruche/comagic_postgres:15