deis / postgres

A PostgreSQL database used by Deis Workflow.
https://deis.com
MIT License
36 stars 22 forks source link

chore(Dockerfile): bump PG_VERSION to 9.4.11-1.pgdg16.04+1 #188

Closed aboyett closed 7 years ago

aboyett commented 7 years ago

The previously used PostgreSQL version (9.4.10-1.pgdg16.04+1) is no longer in the repositories. Bumping to the latest patch release of 9.4

deis-admin commented 7 years ago

Thanks for the contribution! Please ensure your commits follow our style guide. This code will be tested once a Deis maintainer reviews it.

mboersma commented 7 years ago

Jenkins, add to whitelist.

mboersma commented 7 years ago

Why can't we just install postgresql-9.4 instead of such a specific build? @bacongobbler?

bacongobbler commented 7 years ago

@mboersma this has been in the Dockerfile since https://github.com/deis/postgres/pull/103. I'd be completely happy if someone could make it just postgresql-9.4, but unfortunately that's what the postgres devs do AFAIK.

Also see https://github.com/docker-library/postgres/commit/1e7af691a3981ec1c86d23d585dcebd9154d1cd0. Upstream is doing the same as it stands.