Hi Anton, Currently, we don't have dockerfiles for GPDB6 + MADlib. The docker images you mentioned are created for the release process and they have multiple databases installed. Greenplum installations are in /usr/local/ and the source code folders should be in the root or home folder. You will need a non-root user and the images have either `gpadmin` or `postgres` user already setup. The demo-clusters are created and you can enable them by sourcing the env script. For more info please take a look at the GPDB github readme. You can compile madlib with the help of the following wiki: https://cwiki.apache.org/confluence/display/MADLIB/Installation+Guide#InstallationGuide-CompileFromSourceCompilingFromSource
The MADlib source code isn't in the image because I usually mount the madlib folder from my PC to make sure whatever changes I make are in effect. In case you want to try postgres as well, you can find the installations in `/usr/pgsql-11/bin` and the data folder at `/var/lib/pgsql/11/data`. I hope this will help you to get up and running. Please feel free to send a message to the user and/or dev mailing boards if you have any questions. Best, Orhan Kislal On Wed, Feb 12, 2020 at 4:15 PM Nandish Jayaram <[email protected]> wrote: > Hi Anton, > > Thank you for trying out MADlib. I might not know the exact answer to your > question, but folks on the dev mailing list (CCed) should be able to help > you out. > > Regards > Nandish > > On Fri, Feb 7, 2020 at 11:01 AM Anton Kirillov <[email protected]> > wrote: > > > Hello Nandish! > > > > I'm trying to build MADlib 1.16 with Greenplum 6.3. I've reviewed madlib > > repo, greenplum repo and pivotal repo and found no clear instructions. > > > > I see there are a docker containers: > > > > - https://hub.docker.com/r/madlib/ubuntu18-postgres-gpdb > > - https://hub.docker.com/r/madlib/centos7-postgres-gpdb > > > > which contain a result of madlib building process. But without > Dockerfile. > > > > Could you please help me: where I can find Dockerfiles for this > containers? > > Or maybe you know the author and his contacts? > > > > Thanks! > > > > Anton > > >
