You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/03/02 10:06:30 UTC

[incubator-inlong] branch master updated: [INLONG-2832][docker] package the docker resource to the distribution file (#2833)

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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new b4dbd82  [INLONG-2832][docker] package the docker resource to the distribution file (#2833)
b4dbd82 is described below

commit b4dbd82656e03984c00eac5b0490502bb34e980e
Author: dockerzhang <do...@tencent.com>
AuthorDate: Wed Mar 2 18:06:22 2022 +0800

    [INLONG-2832][docker] package the docker resource to the distribution file (#2833)
---
 inlong-distribution/distribution.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/inlong-distribution/distribution.xml b/inlong-distribution/distribution.xml
index a3e2fb2..1879eaf 100644
--- a/inlong-distribution/distribution.xml
+++ b/inlong-distribution/distribution.xml
@@ -86,6 +86,21 @@
             <directory>../conf</directory>
             <outputDirectory>conf</outputDirectory>
         </fileSet>
+        <!-- package InLong docker -->
+        <fileSet>
+            <directory>../docker</directory>
+            <outputDirectory>docker</outputDirectory>
+        </fileSet>
+        <!-- package sql file for docker compose-->
+        <fileSet>
+            <directory>../inlong-audit/audit-release/target/apache-inlong-audit-${project.version}-bin/sql</directory>
+            <outputDirectory>../docker/sql</outputDirectory>
+        </fileSet>
+        <!-- package sql file for docker compose-->
+        <fileSet>
+            <directory>../inlong-manager/manager-web/target/apache-inlong-manager-web-${project.version}-bin/sql</directory>
+            <outputDirectory>../docker/sql</outputDirectory>
+        </fileSet>
     </fileSets>
 
 </assembly>
\ No newline at end of file