docker-postgis | Docker image for PostGIS | Continuous Deployment library

 by   postgis Shell Version: Current License: MIT

kandi X-RAY | docker-postgis Summary

kandi X-RAY | docker-postgis Summary

docker-postgis is a Shell library typically used in Devops, Continuous Deployment, PostgresSQL, Docker applications. docker-postgis has no bugs, it has no vulnerabilities, it has a Permissive License and it has medium support. You can download it from GitHub.

The postgis/postgis image provides tags for running Postgres with PostGIS extensions installed. This image is based on the official postgres image and provides debian and alpine variants for PostGIS both 2.5.x and 3.1.x for each supported version of Postgres (9.5, 9.6, 10, 11, 12 and 13). Additionally, an image version is provided which is built from the latest version of Postgres (13) with versions of PostGIS and its dependencies built from their respective master branches.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              docker-postgis has a medium active ecosystem.
              It has 860 star(s) with 345 fork(s). There are 39 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 14 open issues and 119 have been closed. On average issues are closed in 76 days. There are 2 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of docker-postgis is current.

            kandi-Quality Quality

              docker-postgis has no bugs reported.

            kandi-Security Security

              docker-postgis has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              docker-postgis is licensed under the MIT License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              docker-postgis releases are not available. You will need to build from source code and install.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of docker-postgis
            Get all kandi verified functions for this library.

            docker-postgis Key Features

            No Key Features are available at this moment for docker-postgis.

            docker-postgis Examples and Code Snippets

            No Code Snippets are available at this moment for docker-postgis.

            Community Discussions

            QUESTION

            ERROR: unsatisfiable constraints when installing PostGIS on the Alpine Docker image
            Asked 2020-Jan-23 at 19:59

            Ok, so the task seems pretty easy! Use an Alpine image (as it is light-weight and secure) to perform some PostgreSQL DB creation/migrations. I'm using the following Dockerfile using the code here:

            ...

            ANSWER

            Answered 2020-Jan-23 at 19:59

            The code on github contains another image postgres:11-alpine comparing to image defined in question: alpine:latest.

            Packages gdal-dev, geos-dev, protobuf-c-dev are no longer in edge repo testing branch, they were migrated to stable v3.11 repository. Also proj4-dev was renamed to proj-dev, which is also in stable v3.11 repository.

            So to fix the Dockerfile we just need to install above packages from v3.11 repo, ie change this part of code:

            Source https://stackoverflow.com/questions/59882544

            QUESTION

            What is the meaning of "${psql[@]}" in this script?
            Asked 2019-Aug-26 at 21:48

            I came across a script that is supposed to set up postgis in a docker container, but it references this "${psql[@]}" command in several places:

            ...

            ANSWER

            Answered 2019-Aug-26 at 21:35

            The #!/bin/sh and the [@] are incongruous. This is a bash-ism, where the psql variable is an array. This literal quote dollarsign psql bracket at bracket quote is expanded into "psql" "array" "values" "each" "listed" "and" "quoted" "separately." It's the safer way, e.g., to accumulate arguments to a command where any of them might have spaces in them.

            psql=(/foo/psql arg arg arg) is the best way to define the array you need there.

            Source https://stackoverflow.com/questions/57665146

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install docker-postgis

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/postgis/docker-postgis.git

          • CLI

            gh repo clone postgis/docker-postgis

          • sshUrl

            git@github.com:postgis/docker-postgis.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link