-
Notifications
You must be signed in to change notification settings - Fork 482
Makefile and Dockerfile template updates #166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Makefile and Dockerfile template updates #166
Conversation
…bian package installation, and alpine build process - Updated Makefile and postgis-config.sh for tests to change mdillon docker repo to postgis docker repo - Updated update.sh script to use more modern parsing of debian packages to accommodate multiple debian versions in a similar way to how the postgres image built as part of docker-library accomplishes it
ea5f505
to
62d2c57
Compare
…1, and 12 (dropping EOL 9.4) - Added Dockerfile template processing for debian images
…mmunity to PostGIS community
@phillipross I recommend to add travis_retry command. |
@smellman Thanks for the suggestion. The way you had it configured, I think it would retry building the docker image if it fails for any reason, not just a network timeout, true? I have a feeling that this might be too broad and such fault tolerance should probably be handled in the Dockerfile itself when it's pulling external dependencies. |
…s in an associate array since version 3.0.0 package only contains the major version and not the minor - Changes to Makefile to use tags formed from the version-specific directory names - Added overridable variables to Makefile to enable passing in repository and image name from environment variables - Added version-specific directory to create a build for postgres v9.5.x w/ 3.0.x
installation, and alpine build process
accommodate multiple debian versions in a similar way to how the postgres image
built as part of docker-library accomplishes it