Base docker image of Pentaho Server(community edition). https://hub.docker.com/r/zhicwu/biserver-ce/
ubuntu:16.04
|
|--- phusion/baseimage:0.9.22
|
|--- zhicwu/java:8
|
|--- zhicwu/biserver-ce:8.0-base
- Official Ubuntu 16.04 LTS docker image
- Phusion Base Image 0.9.22
- Oracle JDK 8u144
- Pentaho BI Server Community Edition 8.0.0.0-1
$ docker run --name bi -p 8080:8080 -d zhicwu/biserver-ce:8.0-base
$ docker logs -f bi
Now you should be able to access Pentaho Server at http://localhost:8080
$ git clone https://github.com/zhicwu/docker-biserver-ce.git -b 8.0-base --single-branch
$ cd docker-biserver-ce
$ docker build -t my/biserver:8.0 .