ca0abinary / docker-pentaho

Docker image for Pentaho Server
https://hub.docker.com/r/ca0abinary/docker-pentaho/
MIT License
17 stars 16 forks source link

Empty and weird hsqldb folder #6

Open azawawi opened 7 years ago

azawawi commented 7 years ago

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 pentaho /bin/bash

bash-4.3# cd /opt/pentaho/server/pentaho-server/data/

bash-4.3# ls -al | grep hsqldb
drwxr-xr-x    5 pentaho  pentaho       4096 Apr 18 05:01 hsqldb
drwxr-xr-x    2 root     root          4096 Apr 18 05:01 hsqldb,

bash-4.3# ls -alR hsqldb,
hsqldb,:
total 8
drwxr-xr-x    2 root     root          4096 Apr 18 05:01 .
drwxr-xr-x   10 pentaho  pentaho       4096 Apr 18 05:01 ..
djravine commented 4 years ago

This will be solved with my PR https://github.com/ca0abinary/docker-pentaho/pull/11