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/08/26 04:59:23 UTC

[inlong] 01/09: [INLONG-5657][Release] Change the tag of Docker images to 1.3.0 (#5661)

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

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

commit f19f9eaa66344d9ced1334e5a33694c1f8a84fea
Author: Schnapps <zp...@connect.ust.hk>
AuthorDate: Wed Aug 24 16:47:04 2022 +0800

    [INLONG-5657][Release] Change the tag of Docker images to 1.3.0 (#5661)
---
 conf/inlong.conf                                 |  2 +-
 docker/docker-compose/docker-compose.yml         | 10 +++++-----
 inlong-agent/agent-docker/README.md              |  2 +-
 inlong-audit/audit-docker/README.md              |  2 +-
 inlong-dataproxy/dataproxy-docker/README.md      |  2 +-
 inlong-manager/manager-docker/README.md          |  2 +-
 inlong-tubemq/tubemq-docker/tubemq-all/README.md |  2 +-
 7 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/conf/inlong.conf b/conf/inlong.conf
index 9b49a1fa0..c64e29779 100644
--- a/conf/inlong.conf
+++ b/conf/inlong.conf
@@ -35,7 +35,7 @@ tube_manager_url=127.0.0.1:8080
 
 ############## Dashboard Configuration ##############
 # dashboard docker image
-dashboard_docker_image=inlong/dashboard:latest
+dashboard_docker_image=inlong/dashboard:1.3.0
 # dashboard service port
 dashboard_mapping_port=80
 
diff --git a/docker/docker-compose/docker-compose.yml b/docker/docker-compose/docker-compose.yml
index 6124afcbb..e03fb2d69 100644
--- a/docker/docker-compose/docker-compose.yml
+++ b/docker/docker-compose/docker-compose.yml
@@ -43,7 +43,7 @@ services:
     command: bin/pulsar standalone
 
   manager:
-    image: inlong/manager
+    image: inlong/manager:1.3.0
     container_name: manager
     depends_on:
       mysql:
@@ -60,7 +60,7 @@ services:
       - AUDIT_PROXY_URL=audit:10081
 
   webisite:
-    image: inlong/dashboard
+    image: inlong/dashboard:1.3.0
     container_name: dashboard
     depends_on:
       - manager
@@ -70,7 +70,7 @@ services:
       - MANAGER_API_ADDRESS=manager:8083
 
   dataproxy:
-    image: inlong/dataproxy:latest
+    image: inlong/dataproxy:1.3.0
     container_name: dataproxy
     depends_on:
       - manager
@@ -83,7 +83,7 @@ services:
       - MQ_TYPE=pulsar
 
   agent:
-    image: inlong/agent:latest
+    image: inlong/agent:1.3.0
     container_name: agent
     depends_on:
       - manager
@@ -100,7 +100,7 @@ services:
       - ./collect-data:/data/collect-data
 
   audit:
-    image: inlong/audit:latest
+    image: inlong/audit:1.3.0
     container_name: audit
     depends_on:
       mysql:
diff --git a/inlong-agent/agent-docker/README.md b/inlong-agent/agent-docker/README.md
index 5cf1d9d53..d54a27332 100644
--- a/inlong-agent/agent-docker/README.md
+++ b/inlong-agent/agent-docker/README.md
@@ -3,7 +3,7 @@ InLong Agent is available for development and experience.
 
 ##### Pull Image
 ```
-docker pull inlong/agent:latest
+docker pull inlong/agent:1.3.0
 ```
 
 ##### Start Container
diff --git a/inlong-audit/audit-docker/README.md b/inlong-audit/audit-docker/README.md
index 3bd9d8818..59d959e4d 100644
--- a/inlong-audit/audit-docker/README.md
+++ b/inlong-audit/audit-docker/README.md
@@ -3,7 +3,7 @@ InLong Audit is available for development and experience.
 
 ##### Pull Image
 ```
-docker pull inlong/audit:latest
+docker pull inlong/audit:1.3.0
 ```
 
 ##### Start Container
diff --git a/inlong-dataproxy/dataproxy-docker/README.md b/inlong-dataproxy/dataproxy-docker/README.md
index 6ae82baec..cac638e22 100644
--- a/inlong-dataproxy/dataproxy-docker/README.md
+++ b/inlong-dataproxy/dataproxy-docker/README.md
@@ -3,7 +3,7 @@ InLong DataProxy is available for development and experience.
 
 ##### Pull Image
 ```
-docker pull inlong/dataproxy:latest
+docker pull inlong/dataproxy:1.3.0
 ```
 
 ##### Start Container
diff --git a/inlong-manager/manager-docker/README.md b/inlong-manager/manager-docker/README.md
index af3c04201..e1edad3f1 100644
--- a/inlong-manager/manager-docker/README.md
+++ b/inlong-manager/manager-docker/README.md
@@ -5,7 +5,7 @@ InLong Manager is available for development and experience.
 ### Pull Image
 
 ```
-docker pull inlong/manager:latest
+docker pull inlong/manager:1.3.0
 ```
 
 ### Start Container
diff --git a/inlong-tubemq/tubemq-docker/tubemq-all/README.md b/inlong-tubemq/tubemq-docker/tubemq-all/README.md
index 9d5e45911..e6de79102 100644
--- a/inlong-tubemq/tubemq-docker/tubemq-all/README.md
+++ b/inlong-tubemq/tubemq-docker/tubemq-all/README.md
@@ -3,7 +3,7 @@ TubeMQ standalone is available for development and experience.
 
 ##### Pull Image
 ```
-docker pull inlong/tubemq-all:latest
+docker pull inlong/tubemq-all:1.3.0
 ```
 
 ##### Start Standalone Container