Changes between Version 29 and Version 30 of DevWikiDockerTesting


Ignore:
Timestamp:
01/30/23 19:42:57 (21 months ago)
Author:
robe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiDockerTesting

    v29 v30  
    9595* **FOR PRODUCTION** [https://hub.docker.com/r/postgis/postgis] - has production images managed by a community of PostGIS users. To become a contributor go to [https://github.com/postgis/docker-postgis]
    9696
     97
     98{{{
     99docker pull postgis/postgis:latest
     100docker run --name postgis-test -e POSTGRES_PASSWORD=mysecretpassword -d postgis/postgis
     101}}}
    97102=== Development ===
    98103* **FOR DEVELOPMENT** [https://hub.docker.com/r/postgis/postgis-build-env] - has development images managed by a PostGIS Development team set aside for regression testing.  Do not use these for production use as they don't even have postgis installed on them. You can find the docker files here [https://github.com/postgis/postgis-build-env]