This is an automated email from the ASF dual-hosted git repository.

omartushevskyi pushed a commit to branch DLAB-terraform
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-terraform by this push:
     new ecf1726  fixed typo
ecf1726 is described below

commit ecf17261a2ca480a33900740c3a489f53d57ef05
Author: Oleh Martushevskyi <oleh_martushevs...@epam.com>
AuthorDate: Mon Sep 16 18:09:27 2019 +0300

    fixed typo
---
 services/billing-gcp/Dockerfile         | 2 +-
 services/self-service/entrypoint_gcp.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/services/billing-gcp/Dockerfile b/services/billing-gcp/Dockerfile
index a50ccda..cd23ea7 100644
--- a/services/billing-gcp/Dockerfile
+++ b/services/billing-gcp/Dockerfile
@@ -25,4 +25,4 @@ USER root
 
 COPY billing-gcp-2.1.jar /root/
 
-CMD java -Xmx1024M -jar -Duser.timezone=UTC -Dfile.encoding=UTF-8 
-Dcom.sun.net.ssl.checkRevocation=false /root/billing-gcp-2.1.jar  
--spring.config.location=/root/billing.yml
\ No newline at end of file
+CMD java -Xmx1024M -jar -Duser.timezone=UTC -Dfile.encoding=UTF-8 
/root/billing-gcp-2.1.jar  --spring.config.location=/root/billing.yml
\ No newline at end of file
diff --git a/services/self-service/entrypoint_gcp.sh 
b/services/self-service/entrypoint_gcp.sh
index d29afa6..2bc54c4 100644
--- a/services/self-service/entrypoint_gcp.sh
+++ b/services/self-service/entrypoint_gcp.sh
@@ -9,4 +9,4 @@ mkdir -p /root/keys
 
 /usr/bin/keytool -importcert -trustcacerts -alias dlab -file 
/root/keys/ssn.crt -noprompt -storepass changeit -keystore 
/usr/lib/jvm/java-1.8-openjdk/jre/lib/security/cacerts
 
-/usr/bin/java -Xmx1024M -jar -Duser.timezone=UTC -Dfile.encoding=UTF-8 
-Dcom.sun.net.ssl.checkRevocation=false -DDLAB_CONF_DIR=/root/ 
/root/self-service-2.1.jar server /root/self-service.yml
\ No newline at end of file
+/usr/bin/java -Xmx1024M -jar -Duser.timezone=UTC -Dfile.encoding=UTF-8 
-DDLAB_CONF_DIR=/root/ /root/self-service-2.1.jar server /root/self-service.yml
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to