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

luchunliang pushed a commit to branch branch-1.12
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/branch-1.12 by this push:
     new 79d0ef9f4e [INLONG-10029][Release] Change the tag of Docker images to 
1.12.0 (#10065)
79d0ef9f4e is described below

commit 79d0ef9f4e8dcc4e4f1246fe7e1f0a93a2191d52
Author: baomingyu <baomingy...@163.com>
AuthorDate: Wed Apr 24 20:37:45 2024 +0800

    [INLONG-10029][Release] Change the tag of Docker images to 1.12.0 (#10065)
---
 conf/inlong.conf                                     |  2 +-
 docker/docker-compose/.env                           |  2 +-
 docker/kubernetes/README.md                          |  2 +-
 docker/kubernetes/values.yaml                        | 14 +++++++-------
 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     |  4 ++--
 inlong-tubemq/tubemq-docker/tubemq-manager/README.md |  2 +-
 10 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/conf/inlong.conf b/conf/inlong.conf
index 28a1556661..576f1f7d9d 100644
--- a/conf/inlong.conf
+++ b/conf/inlong.conf
@@ -27,7 +27,7 @@ spring_datasource_password=inlong
 
 ############## Dashboard Configuration ##############
 # dashboard docker image
-dashboard_docker_image=inlong/dashboard:latest
+dashboard_docker_image=inlong/dashboard:1.12.0
 # dashboard service port
 dashboard_mapping_port=80
 
diff --git a/docker/docker-compose/.env b/docker/docker-compose/.env
index dce60412ce..a12c307795 100644
--- a/docker/docker-compose/.env
+++ b/docker/docker-compose/.env
@@ -16,4 +16,4 @@
 #
 # you can choose the released version number, like 1.3.0
 # the latest tag corresponds to the master branch
-VERSION_TAG=latest
+VERSION_TAG=1.12.0
diff --git a/docker/kubernetes/README.md b/docker/kubernetes/README.md
index 3d946a973c..20946d1119 100644
--- a/docker/kubernetes/README.md
+++ b/docker/kubernetes/README.md
@@ -74,7 +74,7 @@ The configuration file is [values.yaml](values.yaml), and the 
following tables l
 |                                    `timezone`                                
    | `Asia/Shanghai`  |                                                       
World time and date for cities in all time zones                                
                       |
 |                               `images.pullPolicy`                            
    |  `IfNotPresent`  |                                                 Image 
pull policy. One of `Always`, `Never`, `IfNotPresent`                           
                       |
 |                         `images.<component>.repository`                      
    |                  |                                                        
  Docker image repository for the component                                     
                      |
-|                             `images.<component>.tag`                         
    |     `latest`     |                                                        
      Docker image tag for the component                                        
                      |
+|                             `images.<component>.tag`                         
    |     `1.12.0`     |                                                        
      Docker image tag for the component                                        
                      |
 |                             `<component>.component`                          
    |                  |                                                        
                Component name                                                  
                      |
 |                              `<component>.replicas`                          
    |       `1`        |                                                
Replicas is the desired number of replicas of a given Template                  
                              |
 |                        `<component>.podManagementPolicy`                     
    |  `OrderedReady`  |                PodManagementPolicy controls how pods 
are created during initial scale up, when replacing pods on nodes, or when 
scaling down                 |
diff --git a/docker/kubernetes/values.yaml b/docker/kubernetes/values.yaml
index b6e8eec58f..6f4f5e03e8 100644
--- a/docker/kubernetes/values.yaml
+++ b/docker/kubernetes/values.yaml
@@ -28,25 +28,25 @@ components:
 images:
   agent:
     repository: inlong/agent
-    tag: latest
+    tag: 1.12.0
   dashboard:
     repository: inlong/dashboard
-    tag: latest
+    tag: 1.12.0
   dataproxy:
     repository: inlong/dataproxy
-    tag: latest
+    tag: 1.12.0
   tubemqManager:
     repository: inlong/tubemq-manager
-    tag: latest
+    tag: 1.12.0
   tubemqServer:
     repository: inlong/tubemq-all
-    tag: latest
+    tag: 1.12.0
   manager:
     repository: inlong/manager
-    tag: latest
+    tag: 1.12.0
   audit:
     repository: inlong/audit
-    tag: latest
+    tag: 1.12.0
   mysql:
     repository: mysql
     tag: 8.0.28
diff --git a/inlong-agent/agent-docker/README.md 
b/inlong-agent/agent-docker/README.md
index 5cf1d9d535..72fe9c3234 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.12.0
 ```
 
 ##### Start Container
diff --git a/inlong-audit/audit-docker/README.md 
b/inlong-audit/audit-docker/README.md
index 3bd9d8818c..0f85bab4fd 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.12.0
 ```
 
 ##### Start Container
diff --git a/inlong-dataproxy/dataproxy-docker/README.md 
b/inlong-dataproxy/dataproxy-docker/README.md
index 6ae82baec3..0a70d13caa 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.12.0
 ```
 
 ##### Start Container
diff --git a/inlong-manager/manager-docker/README.md 
b/inlong-manager/manager-docker/README.md
index af3c04201e..6bd5dd59c4 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.12.0
 ```
 
 ### Start Container
diff --git a/inlong-tubemq/tubemq-docker/tubemq-all/README.md 
b/inlong-tubemq/tubemq-docker/tubemq-all/README.md
index 9d5e459117..fe53d1fd52 100644
--- a/inlong-tubemq/tubemq-docker/tubemq-all/README.md
+++ b/inlong-tubemq/tubemq-docker/tubemq-all/README.md
@@ -3,12 +3,12 @@ TubeMQ standalone is available for development and experience.
 
 ##### Pull Image
 ```
-docker pull inlong/tubemq-all:latest
+docker pull inlong/tubemq-all:1.12.0
 ```
 
 ##### Start Standalone Container
 ```
-docker run -p 8080:8080 -p 8715:8715 -p 8123:8123 -p 2181:2181 --name tubemq 
-d inlong/tubemq-all:latest
+docker run -p 8080:8080 -p 8715:8715 -p 8123:8123 -p 2181:2181 --name tubemq 
-d inlong/tubemq-all:1.12.0
 ```
 this command will start zookeeper/master/broker service in one container.
 #### Add Topic
diff --git a/inlong-tubemq/tubemq-docker/tubemq-manager/README.md 
b/inlong-tubemq/tubemq-docker/tubemq-manager/README.md
index b693a9f95a..f4ca426b3e 100644
--- a/inlong-tubemq/tubemq-docker/tubemq-manager/README.md
+++ b/inlong-tubemq/tubemq-docker/tubemq-manager/README.md
@@ -3,7 +3,7 @@ TubeMQ manager is available for development and experience.
 
 ##### Pull Image
 ```
-docker pull inlong/tubemq-manager:latest
+docker pull inlong/tubemq-manager:1.12.0
 ```
 
 ##### Start Container

Reply via email to