You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2021/07/13 11:01:01 UTC

[incubator-datalab] branch DATALAB-new-jars-sufix-in-dockerfiles created (now 86d2287)

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

lfrolov pushed a change to branch DATALAB-new-jars-sufix-in-dockerfiles
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git.


      at 86d2287  [DATALAB]: changed 2.4 to *

This branch includes the following new commits:

     new 86d2287  [DATALAB]: changed 2.4 to *

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org


[incubator-datalab] 01/01: [DATALAB]: changed 2.4 to *

Posted by lf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DATALAB-new-jars-sufix-in-dockerfiles
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 86d22878ecd7500a6525a73127b13f32bcd6b037
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Tue Jul 13 14:00:42 2021 +0300

    [DATALAB]: changed 2.4 to *
---
 services/billing-aws/Dockerfile   | 4 ++--
 services/billing-azure/Dockerfile | 4 ++--
 services/billing-gcp/Dockerfile   | 4 ++--
 services/self-service/Dockerfile  | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/services/billing-aws/Dockerfile b/services/billing-aws/Dockerfile
index ed8e55e..b327889 100644
--- a/services/billing-aws/Dockerfile
+++ b/services/billing-aws/Dockerfile
@@ -23,6 +23,6 @@ FROM openjdk:8-alpine
 
 USER root
 
-COPY billing-aws-2.4.jar /root/
+COPY billing-aws-*.jar /root/
 
-CMD java -Xmx1024M -jar -Duser.timezone=UTC -Dfile.encoding=UTF-8 /root/billing-aws-2.4.jar --conf /root/billing.yml
\ No newline at end of file
+CMD java -Xmx1024M -jar -Duser.timezone=UTC -Dfile.encoding=UTF-8 /root/billing-aws-*.jar --conf /root/billing.yml
\ No newline at end of file
diff --git a/services/billing-azure/Dockerfile b/services/billing-azure/Dockerfile
index 975b251..1986e98 100644
--- a/services/billing-azure/Dockerfile
+++ b/services/billing-azure/Dockerfile
@@ -23,6 +23,6 @@ FROM openjdk:8-alpine
 
 USER root
 
-COPY billing-azure-2.4.jar /root/
+COPY billing-azure-*.jar /root/
 
-CMD java -Xmx1024M -jar -Duser.timezone=UTC -Dfile.encoding=UTF-8 /root/billing-azure-2.4.jar --conf /root/billing.yml
\ No newline at end of file
+CMD java -Xmx1024M -jar -Duser.timezone=UTC -Dfile.encoding=UTF-8 /root/billing-azure-*.jar --conf /root/billing.yml
\ No newline at end of file
diff --git a/services/billing-gcp/Dockerfile b/services/billing-gcp/Dockerfile
index 97e93c8..74c1b0e 100644
--- a/services/billing-gcp/Dockerfile
+++ b/services/billing-gcp/Dockerfile
@@ -23,6 +23,6 @@ FROM openjdk:8-alpine
 
 USER root
 
-COPY billing-gcp-2.4.jar /root/
+COPY billing-gcp-*.jar /root/
 
-CMD java -Xmx1024M -jar -Duser.timezone=UTC -Dfile.encoding=UTF-8 /root/billing-gcp-2.4.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-*.jar  --spring.config.location=/root/billing.yml
\ No newline at end of file
diff --git a/services/self-service/Dockerfile b/services/self-service/Dockerfile
index 6275ba0..354affa 100644
--- a/services/self-service/Dockerfile
+++ b/services/self-service/Dockerfile
@@ -34,7 +34,7 @@ RUN apk add --update \
     && apk --purge -v del py-pip \
     && rm -rf /var/cache/apk/*
 
-COPY self-service-2.4.jar /root/
+COPY self-service-*.jar /root/
 COPY entrypoint.sh /
 RUN chmod 755 /entrypoint.sh
 

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org