schickling / dockerfiles

Collection of lightweight and ready-to-use docker images
https://hub.docker.com/u/schickling/
MIT License
848 stars 367 forks source link

Upgrade to alpine 3.10 and pg_dump version issue fixed #122

Closed Anishmourya closed 2 years ago

Anishmourya commented 5 years ago

alpine 3.10 and postgresql 11.6-r0 , fixed pg_dump version issue Signed-off-by: Anish Kumar Dhanka anish.mourya5@gmail.com

eeshugerman commented 5 years ago

The problem is that only one version of PostgreSQL is supported for a given Alpine version (unless we were to build pg_dump from source, or something like that).

To solve this I've created a fork of this project with a Dockerfile for each version of PostgreSQL, and configured Docker Hub so that each version gets its own tag. (Note: this fork introduces a number of other changes as well -- see README for details).

iloveitaly commented 2 years ago

This is fixed with https://github.com/schickling/dockerfiles/commit/35e560069a99b9d8ec4de5f636eefc7055e58abf