SbloodyS commented on code in PR #17258:
URL: 
https://github.com/apache/dolphinscheduler/pull/17258#discussion_r2149451044


##########
docs/docs/zh/contribute/development-environment-setup.md:
##########
@@ -57,13 +57,16 @@ DolphinScheduler 每次发版都会同时发布 Docker 镜像,你可以在 [Do
 
 * 如果你想基于源码进行改造,然后在本地构建Docker镜像,可以在代码改造完成后运行
 
+> -Pstaging 包含插件,适合开发和测试以及无网络环境离线部署;  
+> -Prelease 不包含插件,适合生产环境,有能访问插件的网络可以按需下载;

Review Comment:
   ```suggestion
   > -Pstaging 包含插件,适合开发和测试以及无网络环境离线部署
   > -Prelease 不包含插件,适合生产环境,有能访问插件的网络可以按需下载
   ```



##########
docs/docs/en/contribute/development-environment-setup.md:
##########
@@ -60,13 +60,16 @@ DolphinScheduler will release new Docker images after it 
released, you could fin
 
 - If you want to modify DolphinScheduler source code, and build Docker images 
locally, you can run when finished the modification
 
+> -Pstaging contains plugins, suitable for development and testing as well as 
offline deployment without a network environment;  
+> -Prelease does not contain plugins, suitable for production environments, 
and plugins can be downloaded on demand from a network that can access plugins.

Review Comment:
   ```suggestion
   > -Pstaging contains plugins, suitable for development and testing as well 
as offline deployment without a network environment
   > -Prelease does not contain plugins, suitable for production environments, 
and plugins can be downloaded on demand from a network that can access plugins
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to