Docker image for Pentaho Data Integration(PDI, aka Kettle) server community edition. https://hub.docker.com/r/zhicwu/pdi-ce/
ubuntu:16.04
|
|-- phusion/baseimage:0.9.22
|
|-- zhicwu/java:8
|
|-- zhicwu/pdi-ce:7.1
- Official Ubuntu 16.04 LTS docker image
- Phusion Base Image 0.9.22
- Oracle JDK 8 latest release
- Pentaho Data Integration Community Edition 7.1.0.0-12 with the followings:
- Up-to-date JDBC drivers: PostgreSQL JDBC Driver 42.1.1, MySQL Connector/J 5.1.42, jTDS 1.3.1, H2DB 1.4.196, HSQLDB 2.4.0 and Cassandra JDBC Driver 0.6.3
- Latest clustering workaround
Note: The instructions below assumes you have docker and docker-compose installed.
- Download scripts
# git clone https://github.com/zhicwu/docker-pdi-ce.git
# cd docker-pdi-ce
- Edit .env and/or docker-compose.yml based on your needs
- Start PDI server
# docker-compose up -d
You should now be able to use admin/password to access the PDI server via http://localhost:8080/kettle/status.
# git clone https://github.com/zhicwu/docker-pdi-ce.git
# cd docker-pdi-ce
# docker-compose build