docker-pentaho icon indicating copy to clipboard operation
docker-pentaho copied to clipboard

Docker image for Pentaho Server

Results 8 docker-pentaho issues
Sort by recently updated
recently updated
newest added

I was able to make this work with the latest 8.2, but only tested it with HSQLDB. Probably useful for others to use. Maybe accept the pull as a separate...

Updated to allow PostgreSQL as a data source for Pentaho 7.0

Hello i need to run pentaho docker on kubernetes with mount volume, but getting error any reference for yaml file with hypersql

I created the following docker compose: ``` version: "3" services: # Pentaho BI pentaho: container_name: pentaho image: ca0abinary/docker-pentaho depends_on: - pentaho-pg ports: - "8080:8080" environment: - PGHOST=pentaho-pg - PGUSER=pentaho -...

I bet this [line](https://github.com/ca0abinary/docker-pentaho/blob/master/config/jdbc.properties#L26) is part of the Hibernate/Quartz connection problem. `localhost` is on 127.x.x.x range on your machine but in a docker environment it is actually another IP address...

While investigating other problems, I found the following empty folder `hsqldb,` that is owned by `root:root`. I added some newlines for readability. Any ideas? ``` $ sudo docker exec -it...

As a newbee it would help to understand where the installation of plugins would go. Even if there was a comment or commented out commands.

Found this warning while running docker image ``` OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 ```