-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Docker image should be as small as possible so one version of postgresql and one version of postgis.
Having multiple version is useful for integration tests against multiple environments.
For names, just follow officials images tag rules:
- latest, 10, 10.0, 10-pgis2.4, 10.0-pgis2.4, pgis2.4
- 9, 9.6, 9-pgis2.4, 9.6-pgis2.4
- 9-pgis2.3, 9.6-pgis2.3
- 9-pgis2.2, 9.6-pgis2.2
- ...
Multiple ways to achieve that:
- use the automated builds of hub.docker.com
- 👍
- already setup for your repo
- use the "repository link" feature to rebuild postgis image on new official postgres image
- 👎
- configuration tag by tag, one dockerfile by (psql_version, pgis_version)
- 👍
- use other CI platform like travis-ci.org
- 👍
- one dockerfile used with
build-arg - just list matrix of (psql_version, pgis_version)
- multi-arch build are possible (arm... )
- one dockerfile used with
- 👎
- no "repository link"
- 👍
Metadata
Metadata
Assignees
Labels
No labels