Changes between Version 29 and Version 30 of DevWikiDockerTesting
- Timestamp:
- 01/30/23 19:42:57 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiDockerTesting
v29 v30 95 95 * **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] 96 96 97 98 {{{ 99 docker pull postgis/postgis:latest 100 docker run --name postgis-test -e POSTGRES_PASSWORD=mysecretpassword -d postgis/postgis 101 }}} 97 102 === Development === 98 103 * **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]