Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Feb 22, 2017

Conversation

aboyett
Copy link
Contributor

@aboyett aboyett commented Feb 22, 2017

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

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
Copy link

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

@mboersma
Copy link
Member

Jenkins, add to whitelist.

@mboersma mboersma added this to the v2.12 milestone Feb 22, 2017
@mboersma
Copy link
Member

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

@bacongobbler
Copy link
Member

bacongobbler commented Feb 22, 2017

@mboersma this has been in the Dockerfile since #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 docker-library/postgres@1e7af69. Upstream is doing the same as it stands.

@mboersma mboersma added the LGTM1 label Feb 22, 2017
@mboersma mboersma merged commit 84fce10 into deis:master Feb 22, 2017
@aboyett aboyett deleted the chore-pg-version branch February 24, 2017 01:36
aboyett added a commit to aboyett/deis-postgres that referenced this pull request Feb 24, 2017
In response to comments in deis#188 this commit removes the
explict specification of the PostgreSQL package version. This means less
need for version bump pull requests like deis#188 but makes
images slightly less reproducible in exchange as the PostgreSQL version
will change whenever upstream publishes a patch release.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants