docker-library / postgres

Docker Official Image packaging for Postgres
http://www.postgresql.org
MIT License
2.17k stars 1.13k forks source link

Add "build from github.com/postgres/postgres" variation #1242

Open vlsi opened 4 months ago

vlsi commented 4 months ago

Hi,

It is great to have dockerfiles for the released versions. However, I wonder if you could consider adding "build from master" variation.

It does not need to be rebuild on every commit, however, it would simplify testing unreleased PostgreSQL versions and features. WDYT?

tianon commented 4 months ago

A parallel/similar request to this one is https://github.com/docker-library/golang/issues/464 (which has some useful discussion on it including some constraints this would have to follow such as not auto-updating "too often")

I'd also like to avoid creating our own name for this thing, especially if there's already a common term in use in the PostgreSQL community for describing this (for example, in Go, it's common to refer to "Go tip" as the latest development version, to the point of having a whole website deployed on https://tip.golang.org/ for the in-development version).

tianon commented 4 months ago

To my second point, it appears "devel" is probably the right term: https://www.postgresql.org/docs/devel/index.html