From f7b813c8a8329ade345454b7c914b4e74fa35678 Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Sat, 21 Jun 2025 23:09:31 +0800 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20Portainer=20C?= =?UTF-8?q?E=20=E5=92=8C=20Agent=20=E9=95=9C=E5=83=8F=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=87=B3=202.27.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- portainer-ce/env.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portainer-ce/env.cfg b/portainer-ce/env.cfg index 4822cab..f457a34 100644 --- a/portainer-ce/env.cfg +++ b/portainer-ce/env.cfg @@ -1,4 +1,4 @@ # IMAGE_LATEST=portainer/portainer-ce:2.19.4 #IMAGE_LATEST=portainer/portainer-ce:latest -IMAGE_TAG=portainer/portainer-ce:2.27.6 -AGENT_TAG=portainer/agent:2.27.6 +IMAGE_TAG=portainer/portainer-ce:2.27.7 +AGENT_TAG=portainer/agent:2.27.7 From 2a0c8642e3227270cb9f694d93230ff08a7f756b Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Sat, 21 Jun 2025 23:24:43 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=BD=91?= =?UTF-8?q?=E7=AB=99=E5=BB=BA=E8=AE=BE=E4=B8=AD=E7=9A=84=E4=B8=B4=E6=97=B6?= =?UTF-8?q?=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加一个简单的HTML页面作为网站建设期间的临时首页,告知用户网站正在建设中 --- webout/www-root/index.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 webout/www-root/index.html diff --git a/webout/www-root/index.html b/webout/www-root/index.html new file mode 100644 index 0000000..5b93258 --- /dev/null +++ b/webout/www-root/index.html @@ -0,0 +1,21 @@ + + + + 网站建设中 + + + +

网站正在建设中

+

请稍后再访问

+ + \ No newline at end of file