ImreSamu

Results 97 comments of ImreSamu

@nyurik: in theory it is a good idea, but when [I checked the best practice in the upstream repo](https://github.com/docker-library/postgres/search?q=multi-stage&type=Issues) .. I realized that : the "**multi-stage"** builds is _"heavily discouraged...

@odidev : question: As I see 6 images have been removed from the CI matrix; Is it possible to keep them only in the `linux/amd64` version? A few hours ago...

Hi @QuanJingHong ! > `make: /bin/sh: Operation not permitted` + alpine based [on similar issues](https://github.com/search?q=make%3A+%2Fbin%2Fsh+%22operation+not+permitted%22+alpine&type=issues) it is probably an `Alpine 3.14` + `faccessat2` issue : https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0#faccessat2 * _"Therefore, Alpine Linux...

> "variable not found in subplan target list" This is similar to your issue: https://www.postgresql.org/message-id/flat/4c347490-d734-5fdd-d613-1327601b4e7e%40mit.edu _"With yesterday’s release of PostgreSQL 11.15, 12.10, and 13.6 (presumably 10.20 and 14.2 as well),...

the new `postgis\postgis` images were created with the latest PG 14.3, 13.7, 12.11, 11.16, and 10.21. ( merged PR https://github.com/postgis/docker-postgis/pull/294 ) Please re-test !

imho: we need some risk assessment, because the upstream image ( `postgres`) is not supporting this method ( or this is not the recommended way ) see: https://github.com/docker-library/postgres/pull/240#issuecomment-314228559 ;

> I'd like to see input from others TLDR: We need a Roadmap & I prefer a full list of wanted extensions .. * `PGPOSTGIS_loading_extensions=postgis,hstore,unaccent,btree_gist` IMHO/Details: We need a *...

@nyurik : I have created a workaround for hacking `/docker-entrypoint-initdb.d/10_postgis.sh` see **"hacker example"** in the https://github.com/postgis/docker-postgis/issues/191#issuecomment-623124954 so you can add your customised file with as a simple volume file: *...

Hi @lemanko, Thanks for posting this issue! * The `llvm11-dev` is OK in the last CI/CD: https://github.com/postgis/docker-postgis/actions/runs/1327629790 * 12-3.1-alpine : https://github.com/postgis/docker-postgis/runs/3855519327?check_suite_focus=true#step:3:9 * with: `docker build --pull -t postgis/postgis:12-3.1-alpine 12-3.1/alpine` *...

imho: try with a bigger chunk size ( `--chunk 10000000` ) in some cases the default is not enough https://github.com/pgRouting/osm2pgrouting/issues/296#issuecomment-860505759