This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch update-some-doc in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
commit 09103ae89c4ec857fef03f79adddc604605a20f5 Author: tomsun28 <[email protected]> AuthorDate: Sat Sep 20 19:04:30 2025 +0800 [docs] update dockerfile Signed-off-by: tomsun28 <[email protected]> --- home/docs/download.md | 2 +- home/i18n/zh-cn/docusaurus-plugin-content-docs/current/download.md | 2 +- script/docker/collector/Dockerfile | 4 ++-- script/docker/server/Dockerfile | 2 +- script/helm/hertzbeat-helm-chart | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/home/docs/download.md b/home/docs/download.md index 269cf1f090..ed0edb64f8 100644 --- a/home/docs/download.md +++ b/home/docs/download.md @@ -22,7 +22,7 @@ Previous releases of HertzBeat may be affected by security issues, please use th | Version | Date | Download [...] |---------|------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ [...] -| v1.7.3 | 2025.09.05 | [apache-hertzbeat-1.7.3-bin.tar.gz](https://www.apache.org/dyn/closer.lua/hertzbeat/1.7.3/apache-hertzbeat-1.7.3-bin.tar.gz) (Server) ( [signature](https://downloads.apache.org/hertzbeat/1.7.3/apache-hertzbeat-1.7.3-bin.tar.gz.asc) , [sha512](https://downloads.apache.org/hertzbeat/1.7.3/apache-hertzbeat-1.7.3-bin.tar.gz.sha512) ) <br/> [apache-hertzbeat-collector-1.7.3-bin.tar.gz](https://www.apache.org/dyn/closer.lua/hertzbeat/1.7.3/apache-hertzbeat-collector-1. [...] +| v1.7.3 | 2025.09.05 | [apache-hertzbeat-1.7.3-bin.tar.gz](https://www.apache.org/dyn/closer.lua/hertzbeat/1.7.3/apache-hertzbeat-1.7.3-bin.tar.gz) (Server) ( [signature](https://downloads.apache.org/hertzbeat/1.7.3/apache-hertzbeat-1.7.3-bin.tar.gz.asc) , [sha512](https://downloads.apache.org/hertzbeat/1.7.3/apache-hertzbeat-1.7.3-bin.tar.gz.sha512) ) <br/> [apache-hertzbeat-collector-1.7.3-bin.tar.gz](https://www.apache.org/dyn/closer.lua/hertzbeat/1.7.3/apache-hertzbeat-collector-1. [...] ## Release Docker Image diff --git a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/download.md b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/download.md index 72c0abbd41..04ec4a2a6f 100644 --- a/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/download.md +++ b/home/i18n/zh-cn/docusaurus-plugin-content-docs/current/download.md @@ -22,7 +22,7 @@ sidebar_label: Download | 版本 | 日期 | 下载 [...] |--------|------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- [...] -| v1.7.3 | 2025.09.05 | [apache-hertzbeat-1.7.3-bin.tar.gz](https://www.apache.org/dyn/closer.lua/hertzbeat/1.7.3/apache-hertzbeat-1.7.3-bin.tar.gz) (Server) ( [signature](https://downloads.apache.org/hertzbeat/1.7.3/apache-hertzbeat-1.7.3-bin.tar.gz.asc) , [sha512](https://downloads.apache.org/hertzbeat/1.7.3/apache-hertzbeat-1.7.3-bin.tar.gz.sha512) ) <br/> [apache-hertzbeat-collector-1.7.3-bin.tar.gz](https://www.apache.org/dyn/closer.lua/hertzbeat/1.7.3/apache-hertzbeat-collector-1.7 [...] +| v1.7.3 | 2025.09.05 | [apache-hertzbeat-1.7.3-bin.tar.gz](https://www.apache.org/dyn/closer.lua/hertzbeat/1.7.3/apache-hertzbeat-1.7.3-bin.tar.gz) (Server) ( [signature](https://downloads.apache.org/hertzbeat/1.7.3/apache-hertzbeat-1.7.3-bin.tar.gz.asc) , [sha512](https://downloads.apache.org/hertzbeat/1.7.3/apache-hertzbeat-1.7.3-bin.tar.gz.sha512) ) <br/> [apache-hertzbeat-collector-1.7.3-bin.tar.gz](https://www.apache.org/dyn/closer.lua/hertzbeat/1.7.3/apache-hertzbeat-collector-1.7 [...] ## Docker 镜像版本 diff --git a/script/docker/collector/Dockerfile b/script/docker/collector/Dockerfile index 922eac7313..ddd9b3ec68 100644 --- a/script/docker/collector/Dockerfile +++ b/script/docker/collector/Dockerfile @@ -17,7 +17,7 @@ FROM openjdk:21-slim-bullseye -MAINTAINER Apache HertzBeat "[email protected]" +LABEL maintainer="[email protected]" ARG VERSION @@ -27,7 +27,7 @@ RUN mkdir /var/run/sshd ADD apache-hertzbeat-collector-*-bin.tar.gz /opt/ -ENV JAVA_OPTS "" +ENV JAVA_OPTS="" ENV TZ=Asia/Shanghai ENV LANG=en_US.UTF-8 diff --git a/script/docker/server/Dockerfile b/script/docker/server/Dockerfile index 26a1154d7a..c8a8b0561b 100644 --- a/script/docker/server/Dockerfile +++ b/script/docker/server/Dockerfile @@ -17,7 +17,7 @@ FROM openjdk:21-slim-bullseye -MAINTAINER Apache HertzBeat "[email protected]" +LABEL maintainer="[email protected]" # Install SSH And Locales RUN apt-get update && apt-get install -y openssh-server && apt-get install -y locales diff --git a/script/helm/hertzbeat-helm-chart b/script/helm/hertzbeat-helm-chart index bf20d979ce..2906774fe8 160000 --- a/script/helm/hertzbeat-helm-chart +++ b/script/helm/hertzbeat-helm-chart @@ -1 +1 @@ -Subproject commit bf20d979cef1986f5373ea9f6d618810c2199ba4 +Subproject commit 2906774fe83b0f1475f8c467fee9f9c331cb36a9 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
