<div dir="ltr">P.S. This also raises a question -- can Postgis be published via the official channel as well -- this way it can be used without a prefix, i.e.   "docker run postgis"  instead of   "docker run postgis/postgis"<div><br></div><div><a href="https://github.com/docker-library/postgres">https://github.com/docker-library/postgres</a> is the postgres repository.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 4, 2020 at 1:29 PM Yuri Astrakhan <<a href="mailto:yuriastrakhan@gmail.com">yuriastrakhan@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">On Tue, Feb 4, 2020 at 12:44 PM Paul Ramsey <<a href="mailto:pramsey@cleverelephant.ca" target="_blank">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" target="_blank">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" target="_blank">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" target="_blank">https://github.com/appropriate/docker-postgis/blob/master/11-2.5/alpine/Dockerfile#L1</a><br></div></div></div>
</blockquote></div>