This image extends the official PostgreSQL image with the following features:
See the PostgreSQL image documentation for more details: https://hub.docker.com/_/postgres/
docker buildx build --platform linux/arm64 \
-t batiplus/postgres:12-postgis3-arm64 \
--build-arg BASE_TAG=12 \
--build-arg DEBIAN_RELEASE=bullseye \
--build-arg POSTGIS_VERSIONS=3 \
--load .