chore: update version

This commit is contained in:
Sun-ZhenXing
2026-01-06 11:21:42 +08:00
parent 5b5ffed819
commit 242ecdd53e
21 changed files with 79 additions and 40 deletions

View File

@@ -1,5 +1,5 @@
# Phoenix version
PHOENIX_VERSION=12.25.0-nonroot
PHOENIX_VERSION=12.27.0-nonroot
# Timezone
TZ=UTC

View File

@@ -20,7 +20,7 @@ Arize Phoenix is an open-source AI observability platform for LLM applications.
| Variable Name | Description | Default Value |
| -------------------------- | ------------------------------------- | ----------------- |
| PHOENIX_VERSION | Phoenix image version | `12.25.0-nonroot` |
| PHOENIX_VERSION | Phoenix image version | `12.27.0-nonroot` |
| PHOENIX_PORT_OVERRIDE | Host port for Phoenix UI and HTTP API | `6006` |
| PHOENIX_GRPC_PORT_OVERRIDE | Host port for OTLP gRPC collector | `4317` |
| PHOENIX_ENABLE_PROMETHEUS | Enable Prometheus metrics endpoint | `false` |

View File

@@ -20,7 +20,7 @@ Arize Phoenix 是一个开源的 AI 可观测性平台,专为 LLM 应用设计
| 变量名 | 描述 | 默认值 |
| -------------------------- | --------------------------------- | ----------------- |
| PHOENIX_VERSION | Phoenix 镜像版本 | `12.25.0-nonroot` |
| PHOENIX_VERSION | Phoenix 镜像版本 | `12.27.0-nonroot` |
| PHOENIX_PORT_OVERRIDE | Phoenix UI 和 HTTP API 的主机端口 | `6006` |
| PHOENIX_GRPC_PORT_OVERRIDE | OTLP gRPC 采集器的主机端口 | `4317` |
| PHOENIX_ENABLE_PROMETHEUS | 启用 Prometheus 指标端点 | `false` |

View File

@@ -12,7 +12,7 @@ x-defaults: &defaults
services:
phoenix:
<<: *defaults
image: ${GLOBAL_REGISTRY:-}arizephoenix/phoenix:${PHOENIX_VERSION:-12.25.0-nonroot}
image: ${GLOBAL_REGISTRY:-}arizephoenix/phoenix:${PHOENIX_VERSION:-12.27.0-nonroot}
ports:
- "${PHOENIX_PORT_OVERRIDE:-6006}:6006" # UI and OTLP HTTP collector
- "${PHOENIX_GRPC_PORT_OVERRIDE:-4317}:4317" # OTLP gRPC collector