From ed988ea7dd433d842ff7056da490a455e0e7558a Mon Sep 17 00:00:00 2001 From: cnphpbb Date: Wed, 27 Aug 2025 12:12:51 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E7=89=88=E6=9C=AC=E8=87=B3=E6=9C=80=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 portainer-ce、redis、victoriametrics 和 nightingale 的容器镜像版本更新至最新稳定版 --- n9e/compose-mysql/compose.yml | 8 +++++--- portainer-ce/env.cfg | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/n9e/compose-mysql/compose.yml b/n9e/compose-mysql/compose.yml index e3cbcea..d6fe030 100644 --- a/n9e/compose-mysql/compose.yml +++ b/n9e/compose-mysql/compose.yml @@ -21,7 +21,7 @@ services: - "3306:3306" redis: - image: "redis:7.4-alpine" + image: "redis:8-alpine" container_name: redis hostname: redis restart: always @@ -54,7 +54,7 @@ services: # - "9090:9090" victoriametrics: - image: victoriametrics/victoria-metrics:v1.108.1 + image: victoriametrics/victoria-metrics:v1.124.0 container_name: victoriametrics hostname: victoriametrics restart: always @@ -68,7 +68,7 @@ services: - "--loggerTimezone=Asia/Shanghai" nightingale: - image: "flashcatcloud/nightingale:8.0.0-beta.3" + image: "flashcatcloud/nightingale:8.2.2" container_name: nightingale hostname: nightingale restart: always @@ -90,6 +90,8 @@ services: command: > sh -c "/app/n9e" +# categraf 采集器 +# 用于测试, 安装时可以 注释掉 categraf: image: "flashcatcloud/categraf:v0.4.1" container_name: "categraf" diff --git a/portainer-ce/env.cfg b/portainer-ce/env.cfg index 43b3ec8..7ffc26c 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.32.0 -AGENT_TAG=portainer/agent:2.32.0 +IMAGE_TAG=portainer/portainer-ce:2.33.0 +AGENT_TAG=portainer/agent:2.33.0