jboss-dockerfiles / hawkular-apm

Open Source Monitoring and Management Platform
http://www.hawkular.org/
MIT License
6 stars 13 forks source link

HWKAPM-462 - Updated Dockerfile to create an user on first boot. #13

Closed jpkrohling closed 8 years ago

jpkrohling commented 8 years ago

@theute , @objectiser , would you please test/review? I ran it here and the affected parts work as expected, but I can't get a server to complete booting, but might be my environment (java.lang.OutOfMemoryError: unable to create new native thread)

objectiser commented 8 years ago

@jpkrohling Worked fine for me - only thing was I had to chmod the wrapper.sh, but I created the file locally and copied the content. Not sure if the Dockerfile needs to chmod the file just in case?

When happy - @theute will need to merge the changes, as I don't have permission.

jpkrohling commented 8 years ago

On a fresh clone, it seems the file indeed has an executable flag. @theute , would you please test and merge?