Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Don't add a management user, as it fails the build. See Hawkular 430 …
Browse files Browse the repository at this point in the history
…for details
  • Loading branch information
pilhuhn committed Aug 5, 2015
1 parent a43fe68 commit 387b8e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ USER root

RUN unzip -qq -d /opt /opt/hawkular.zip;\
rm /opt/hawkular.zip;\
mkdir /opt/data;\
/opt/hawkular-1.0.0.Alpha4-SNAPSHOT/bin/add-user.sh hawkularadmin hawkularadmin --silent
mkdir /opt/data;
# /opt/hawkular-1.0.0.Alpha4-SNAPSHOT/bin/add-user.sh hawkularadmin hawkularadmin --silent

# env variable controlling which Cassandra to use. Choose 'embeded_cassandra' or 'cassandra'
env HAWKULAR_BACKEND=embedded_cassandra
Expand All @@ -40,6 +40,6 @@ env CASSANDRA_NODES=cassandra
VOLUME /opt/data

# Internal ports visible to the outside
EXPOSE 8080 8443 9990
EXPOSE 8080 8443

CMD ["/opt/hawkular-1.0.0.Alpha4-SNAPSHOT/bin/standalone.sh","-b","0.0.0.0","-bmanagement","0.0.0.0","-Djboss.server.data.dir=/opt/data"]

0 comments on commit 387b8e1

Please sign in to comment.