docker-postgis icon indicating copy to clipboard operation
docker-postgis copied to clipboard

Add latest-alpine

Open nyurik opened this issue 2 years ago • 3 comments

It would make it a bit easier to use the alpine image without caring of the specific version, e.g. latest-alpine

Thanks!

nyurik avatar Dec 02 '22 16:12 nyurik

Hi @nyurik,

For some reason unknown to me, the upstream postgres repo ( https://hub.docker.com/_/postgres/ ) alpine image does not have this label, only the debian image does.

imho: The reason for this might be worth finding out before making any changes. ( ~ Chesterton’s Fence principle )

ImreSamu avatar Feb 01 '23 14:02 ImreSamu

@ImreSamu interesting that in my docker-compose files I'll do the following and it will give me the latest alpine image of postgresql. So, maybe something similar can be done e.g. postgis/postgis:alpine

FROM postgres:alpine
...

PrimeDominus avatar Feb 14 '23 11:02 PrimeDominus

similar can be done e.g. postgis/postgis:alpine

As I see - there is a related PR: https://github.com/postgis/docker-postgis/pull/230

ImreSamu avatar Feb 23 '23 16:02 ImreSamu