I would like to deploy pdi-ce-8.2.0.0-342 (Pentaho Data Integration Community Edition) on AWS cloud as a container. Is there PDI CE image available on dockerhub or some where else ?
Thanks in advance.
Printable View
I would like to deploy pdi-ce-8.2.0.0-342 (Pentaho Data Integration Community Edition) on AWS cloud as a container. Is there PDI CE image available on dockerhub or some where else ?
Thanks in advance.
These blog entry has the instructions to create your own docker image:
https://diethardsteiner.github.io/pdi/2016/04/21/PDI-Docker-Part-1.html
There are a lot of docker images in hub.docker.com (search for pentaho or kettle, the old name from pentaho data integration), but I don't know which one will have exactly what you are looking for, Matt Casters, the inventor of kettle, has some images uploaded, one is very recent, but as he has moved to neo4j, they also have neo4j deployments, and maybe they aren't what you are looking for (besides, he probably has built them with further versions of kettle not oficially released to the community, and they have his own plugins, his plugins are cool, but you'll have to move to his github repository to learn what they do, and the documentation is sparse)
Regards