Merge pull request #16 from bitnami/10.0.0-0

10.0.0 0
This commit is contained in:
Sameer Naik
2016-03-04 11:38:30 +05:30
3 changed files with 5 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ ENV BITNAMI_APP_DIR=$BITNAMI_PREFIX/wildfly \
BITNAMI_APP_NAME=wildfly \
BITNAMI_APP_USER=wildfly \
BITNAMI_APP_DAEMON=standalone.sh|domain.sh \
BITNAMI_APP_VERSION=9.0.1-0-r03
BITNAMI_APP_VERSION=10.0.0-0
ENV BITNAMI_APP_VOL_PREFIX=/bitnami/$BITNAMI_APP_NAME \
JAVA_HOME=$BITNAMI_PREFIX/java \

View File

@@ -1 +1 @@
0280704fc416819f3b8393c5b06ea3e68e9963992624e1921b2470eb05ad86bb /tmp/installer.run
670b2647da06eef154447147b30730543978108f3e2e692bfc752844e49632fb /tmp/installer.run

View File

@@ -111,6 +111,7 @@ cleanup_environment
container_create default -d \
-e BITNAMI_APP_DAEMON=domain.sh \
-e WILDFLY_PASSWORD=$WILDFLY_PASSWORD
sleep $SLEEP_TIME
run jboss_client default --connect --user=$WILDFLY_USER --password=$WILDFLY_PASSWORD --command=version
[ $status = 0 ]
@@ -120,7 +121,7 @@ cleanup_environment
container_create default -d \
-e WILDFLY_PASSWORD=$WILDFLY_PASSWORD
run jboss_client default --connect --user=$WILDFLY_USER --command=version
run jboss_client default --connect --user=$WILDFLY_USER --password= --command=version
[[ "$output" =~ "Unable to authenticate against controller" ]]
}
@@ -129,7 +130,7 @@ cleanup_environment
-e BITNAMI_APP_DAEMON=domain.sh \
-e WILDFLY_PASSWORD=$WILDFLY_PASSWORD
run jboss_client default --connect --user=$WILDFLY_USER --command=version
run jboss_client default --connect --user=$WILDFLY_USER --password= --command=version
[[ "$output" =~ "Unable to authenticate against controller" ]]
}