Cayetano Benavent

Results 62 comments of Cayetano Benavent

I've seen this information this week and you are right. It's only affecting image pull rates.

Hi @wmabcde . You can change in the Dockerfile the first line `FROM postgis/postgis:13-3.1` by `FROM postgis/postgis:13-3.1-alpine`.

Yes, you need to change these commands too. El jue., 18 nov. 2021 4:42, wmabcde ***@***.***> escribió: > Hi @wmabcde . You can change in the > Dockerfile the first...

I want to update to Postgres 14 in the next weeks. Postgres 14 Dockerfile is built using Debian 11, which is the last Debian version.

@dkastl @cvvergara Yes, there is a way. We can do this using build triggers so we can run our automated builds by sending a POST request to DockerHub API. I...

This is a very good question :-) We can do that but I don't know what people wants. People always can build locally images clonning Github repository instead of download...

When we merge master branch of this repository (docker-pgrouting) all builds are launched. If we want in the future to automate builds with each merge of master (or develop) branch...

Hi @cvvergara . We maintain a docker image only for each released version and not linked to branches (remember this issue https://github.com/pgRouting/docker-pgrouting/issues/4). So for v3.0.0 when you release the final...

Hi @omshinde . Including the workshop inside the main Docker images is not a good idea. One of the main destinations of these Docker images is servers where it's very...

Hi @sandydev29 . The plugin folder name must be `pgRoutingLayer`. If you cnahge that you could avoid this error.