<div dir="ltr"><div dir="ltr">On Tue, Feb 4, 2020 at 12:44 PM Paul Ramsey <<a href="mailto:pramsey@cleverelephant.ca">pramsey@cleverelephant.ca</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Is there an “official postgres image” we layer on, or is this something else? Does it layer on a particular linux image? <br></blockquote><div><br></div><div> It relies on two "official" (Docker-community maintained) docker images - postgres:<version> and postgres-alpine:<version> -- see <a href="https://hub.docker.com/_/postgres">https://hub.docker.com/_/postgres</a> .  The non-alpine uses debian:stretch-slim as the base image.</div><div><br></div><div>The dockerfile example references:</div><div>* <a href="https://github.com/appropriate/docker-postgis/blob/master/11-2.5/Dockerfile#L1">https://github.com/appropriate/docker-postgis/blob/master/11-2.5/Dockerfile#L1</a><br></div><div>* <a href="https://github.com/appropriate/docker-postgis/blob/master/11-2.5/alpine/Dockerfile#L1">https://github.com/appropriate/docker-postgis/blob/master/11-2.5/alpine/Dockerfile#L1</a><br></div></div></div>