From dfcdc3afca917c5487f60969b8ce644daf7f0a11 Mon Sep 17 00:00:00 2001 From: Sun-ZhenXing <1006925066@qq.com> Date: Sun, 14 Dec 2025 15:18:26 +0800 Subject: [PATCH] chore: update versions --- README.md | 2 +- README.zh.md | 2 +- builds/mineru/.env.example | 2 +- builds/mineru/README.md | 2 +- builds/mineru/README.zh.md | 2 +- builds/mineru/docker-compose.yaml | 2 +- src/gitea-runner/README.md | 2 +- src/gitea-runner/README.zh.md | 2 +- src/gitea-runner/config.yaml | 13 +++++++++++-- src/gitea/.env.example | 4 ++-- src/gitea/docker-compose.yaml | 7 ++++--- src/nexa-sdk/README.md | 2 +- src/nexa-sdk/README.zh.md | 2 +- src/nexa-sdk/docker-compose.yaml | 2 ++ src/phoenix/.env.example | 2 +- src/phoenix/README.md | 2 +- src/phoenix/README.zh.md | 2 +- src/phoenix/docker-compose.yaml | 2 +- 18 files changed, 33 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 22e65b6..3a0ad51 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Compose Anything helps users quickly deploy various services by providing a set | [Firecrawl](./src/firecrawl) | latest | | [frpc](./src/frpc) | 0.64.0 | | [frps](./src/frps) | 0.64.0 | -| [Gitea Runner](./src/gitea-runner) | 0.2.12 | +| [Gitea Runner](./src/gitea-runner) | 0.2.13 | | [Gitea](./src/gitea) | 1.24.6 | | [GitLab Runner](./src/gitlab-runner) | 17.10.1 | | [GitLab](./src/gitlab) | 17.10.4-ce.0 | diff --git a/README.zh.md b/README.zh.md index d321594..b206c4f 100644 --- a/README.zh.md +++ b/README.zh.md @@ -32,7 +32,7 @@ Compose Anything 通过提供一组高质量的 Docker Compose 配置文件, | [Firecrawl](./src/firecrawl) | latest | | [frpc](./src/frpc) | 0.64.0 | | [frps](./src/frps) | 0.64.0 | -| [Gitea Runner](./src/gitea-runner) | 0.2.12 | +| [Gitea Runner](./src/gitea-runner) | 0.2.13 | | [Gitea](./src/gitea) | 1.24.6 | | [GitLab Runner](./src/gitlab-runner) | 17.10.1 | | [GitLab](./src/gitlab) | 17.10.4-ce.0 | diff --git a/builds/mineru/.env.example b/builds/mineru/.env.example index b121341..a3c11bc 100644 --- a/builds/mineru/.env.example +++ b/builds/mineru/.env.example @@ -1,5 +1,5 @@ # MinerU Docker image -MINERU_DOCKER_IMAGE=alexsuntop/mineru:2.6.5 +MINERU_DOCKER_IMAGE=alexsuntop/mineru:2.6.6 # Port configurations MINERU_PORT_OVERRIDE_VLLM=30000 diff --git a/builds/mineru/README.md b/builds/mineru/README.md index df5193f..1cbb099 100644 --- a/builds/mineru/README.md +++ b/builds/mineru/README.md @@ -39,7 +39,7 @@ mineru -p demo.pdf -o ./output -b vlm-http-client -u http://localhost:30000 ## Configuration -- `MINERU_VERSION`: The version for MinerU, default is `2.6.5`. +- `MINERU_VERSION`: The version for MinerU, default is `2.6.6`. - `MINERU_PORT_OVERRIDE_VLLM`: The host port for the VLLM server, default is `30000`. - `MINERU_PORT_OVERRIDE_API`: The host port for the API service, default is `8000`. - `MINERU_PORT_OVERRIDE_GRADIO`: The host port for the Gradio WebUI, default is `7860`. diff --git a/builds/mineru/README.zh.md b/builds/mineru/README.zh.md index 3b4ebb0..0880919 100644 --- a/builds/mineru/README.zh.md +++ b/builds/mineru/README.zh.md @@ -39,7 +39,7 @@ mineru -p demo.pdf -o ./output -b vlm-http-client -u http://localhost:30000 ## 配置 -- `MINERU_VERSION`: MinerU 的 Docker 镜像版本,默认为 `2.6.5`。 +- `MINERU_VERSION`: MinerU 的 Docker 镜像版本,默认为 `2.6.6`。 - `MINERU_PORT_OVERRIDE_VLLM`: VLLM 服务器的主机端口,默认为 `30000`。 - `MINERU_PORT_OVERRIDE_API`: API 服务的主机端口,默认为 `8000`。 - `MINERU_PORT_OVERRIDE_GRADIO`: Gradio WebUI 的主机端口,默认为 `7860`。 diff --git a/builds/mineru/docker-compose.yaml b/builds/mineru/docker-compose.yaml index 63023fa..dea5c6f 100644 --- a/builds/mineru/docker-compose.yaml +++ b/builds/mineru/docker-compose.yaml @@ -8,7 +8,7 @@ x-defaults: &defaults x-mineru-vllm: &mineru-vllm <<: *defaults - image: ${GLOBAL_REGISTRY:-}alexsuntop/mineru:${MINERU_VERSION:-2.6.5} + image: ${GLOBAL_REGISTRY:-}alexsuntop/mineru:${MINERU_VERSION:-2.6.6} build: context: . dockerfile: Dockerfile diff --git a/src/gitea-runner/README.md b/src/gitea-runner/README.md index 593fe32..7d68db5 100644 --- a/src/gitea-runner/README.md +++ b/src/gitea-runner/README.md @@ -9,7 +9,7 @@ This service sets up a Gitea Runner. 1. Generate the `config.yaml` file: ```bash - docker run --entrypoint="" --rm -it gitea/act_runner:0.2.12 act_runner generate-config > config.yaml + docker run --entrypoint="" --rm -it gitea/act_runner:0.2.13 act_runner generate-config > config.yaml ``` 2. Configure `config.yaml`, for example: diff --git a/src/gitea-runner/README.zh.md b/src/gitea-runner/README.zh.md index d6dc246..6fad194 100644 --- a/src/gitea-runner/README.zh.md +++ b/src/gitea-runner/README.zh.md @@ -9,7 +9,7 @@ 1. 生成 `config.yaml` 文件: ```bash - docker run --entrypoint="" --rm -it gitea/act_runner:0.2.12 act_runner generate-config > config.yaml + docker run --entrypoint="" --rm -it gitea/act_runner:0.2.13 act_runner generate-config > config.yaml ``` 2. 配置 `config.yaml`,例如: diff --git a/src/gitea-runner/config.yaml b/src/gitea-runner/config.yaml index f6b27f4..71cfdd0 100644 --- a/src/gitea-runner/config.yaml +++ b/src/gitea-runner/config.yaml @@ -32,6 +32,11 @@ runner: fetch_timeout: 5s # The interval for fetching the job from the Gitea instance. fetch_interval: 2s + # The github_mirror of a runner is used to specify the mirror address of the github that pulls the action repository. + # It works when something like `uses: actions/checkout@v4` is used and DEFAULT_ACTIONS_URL is set to github, + # and github_mirror is not empty. In this case, + # it replaces https://github.com with the value here, which is useful for some special network environments. + github_mirror: '' # The labels of a runner are used to determine which jobs the runner can run, and how to run them. # Like: "macos-arm64:host" or "ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest" # Find more images provided by Gitea at https://gitea.com/docker.gitea.com/runner-images . @@ -66,7 +71,7 @@ container: # If it's empty, act_runner will create a network automatically. network: "" # Whether to use privileged mode or not when launching task containers (privileged mode is required for Docker-in-Docker). - privileged: true #! #####CHANGED##### + privileged: false # And other options to be used when the container is started (eg, --add-host=my.gitea.url:host-gateway). options: # The parent directory of a job's working directory. @@ -91,9 +96,13 @@ container: # If it's not empty or "-", the specified docker host will be used. An error will be returned if it doesn't work. docker_host: "" # Pull docker image(s) even if already present - force_pull: false #! #####CHANGED##### + force_pull: true # Rebuild docker image(s) even if already present force_rebuild: false + # Always require a reachable docker daemon, even if not required by act_runner + require_docker: false + # Timeout to wait for the docker daemon to be reachable, if docker is required by require_docker or act_runner + docker_timeout: 0s host: # The parent directory of a job's working directory. diff --git a/src/gitea/.env.example b/src/gitea/.env.example index 5d591b6..bf485b5 100644 --- a/src/gitea/.env.example +++ b/src/gitea/.env.example @@ -1,5 +1,5 @@ # Gitea Version -GITEA_VERSION=1.24.6-rootless +GITEA_VERSION=1.25.2-rootless # Database configuration GITEA_DB_TYPE=postgres @@ -13,4 +13,4 @@ POSTGRES_DB=gitea # Gitea ports GITEA_HTTP_PORT=3000 -GITEA_SSH_PORT=3022 +GITEA_SSH_PORT=2222 diff --git a/src/gitea/docker-compose.yaml b/src/gitea/docker-compose.yaml index 270058b..462e66a 100644 --- a/src/gitea/docker-compose.yaml +++ b/src/gitea/docker-compose.yaml @@ -9,7 +9,7 @@ x-defaults: &defaults services: gitea: <<: *defaults - image: ${GLOBAL_REGISTRY:-}gitea/gitea:${GITEA_VERSION:-1.24.6-rootless} + image: ${GLOBAL_REGISTRY:-}gitea/gitea:${GITEA_VERSION:-1.25.2-rootless} environment: - USER_UID=1000 - USER_GID=1000 @@ -20,10 +20,11 @@ services: - GITEA__database__NAME=${POSTGRES_DB:-gitea} - GITEA__database__PASSWD=${POSTGRES_PASSWORD:-gitea} volumes: - - ./gitea:/data + - gitea_data:/var/lib/gitea + - ./config:/etc/gitea ports: - "${GITEA_HTTP_PORT:-3000}:3000" - - "${GITEA_SSH_PORT:-3022}:22" + - "${GITEA_SSH_PORT:-2222}:2222" depends_on: db: condition: service_healthy diff --git a/src/nexa-sdk/README.md b/src/nexa-sdk/README.md index 6f06fe6..55726f9 100644 --- a/src/nexa-sdk/README.md +++ b/src/nexa-sdk/README.md @@ -27,7 +27,7 @@ This service deploys NexaSDK Docker for running AI models with OpenAI-compatible ### CPU Mode ```bash -docker compose up -d +docker compose --profile cpu up -d ``` ### GPU Mode (CUDA) diff --git a/src/nexa-sdk/README.zh.md b/src/nexa-sdk/README.zh.md index c62f76d..f197df8 100644 --- a/src/nexa-sdk/README.zh.md +++ b/src/nexa-sdk/README.zh.md @@ -27,7 +27,7 @@ ### CPU 模式 ```bash -docker compose up -d +docker compose --profile cpu up -d ``` ### GPU 模式(CUDA) diff --git a/src/nexa-sdk/docker-compose.yaml b/src/nexa-sdk/docker-compose.yaml index 4c4678c..6e24e31 100644 --- a/src/nexa-sdk/docker-compose.yaml +++ b/src/nexa-sdk/docker-compose.yaml @@ -13,6 +13,8 @@ x-defaults: &defaults services: nexa-sdk: <<: *defaults + profiles: + - cpu image: ${GLOBAL_REGISTRY:-}nexa4ai/nexasdk:${NEXA_SDK_VERSION:-v0.2.62} ports: - "${NEXA_SDK_PORT_OVERRIDE:-18181}:18181" diff --git a/src/phoenix/.env.example b/src/phoenix/.env.example index 077f7ee..bc26c96 100644 --- a/src/phoenix/.env.example +++ b/src/phoenix/.env.example @@ -1,5 +1,5 @@ # Phoenix version -PHOENIX_VERSION=version-12.19.0 +PHOENIX_VERSION=12.25.0-nonroot # Timezone TZ=UTC diff --git a/src/phoenix/README.md b/src/phoenix/README.md index 838ddb3..34daa73 100644 --- a/src/phoenix/README.md +++ b/src/phoenix/README.md @@ -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 | `version-12.19.0` | +| PHOENIX_VERSION | Phoenix image version | `12.25.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` | diff --git a/src/phoenix/README.zh.md b/src/phoenix/README.zh.md index d15f2d3..102ddcc 100644 --- a/src/phoenix/README.zh.md +++ b/src/phoenix/README.zh.md @@ -20,7 +20,7 @@ Arize Phoenix 是一个开源的 AI 可观测性平台,专为 LLM 应用设计 | 变量名 | 描述 | 默认值 | | -------------------------- | --------------------------------- | ----------------- | -| PHOENIX_VERSION | Phoenix 镜像版本 | `version-12.19.0` | +| PHOENIX_VERSION | Phoenix 镜像版本 | `12.25.0-nonroot` | | PHOENIX_PORT_OVERRIDE | Phoenix UI 和 HTTP API 的主机端口 | `6006` | | PHOENIX_GRPC_PORT_OVERRIDE | OTLP gRPC 采集器的主机端口 | `4317` | | PHOENIX_ENABLE_PROMETHEUS | 启用 Prometheus 指标端点 | `false` | diff --git a/src/phoenix/docker-compose.yaml b/src/phoenix/docker-compose.yaml index b45c6ba..a9e9b8a 100644 --- a/src/phoenix/docker-compose.yaml +++ b/src/phoenix/docker-compose.yaml @@ -12,7 +12,7 @@ x-defaults: &defaults services: phoenix: <<: *defaults - image: ${GLOBAL_REGISTRY:-}arizephoenix/phoenix:${PHOENIX_VERSION:-version-12.19.0} + image: ${GLOBAL_REGISTRY:-}arizephoenix/phoenix:${PHOENIX_VERSION:-12.25.0-nonroot} ports: - "${PHOENIX_PORT_OVERRIDE:-6006}:6006" # UI and OTLP HTTP collector - "${PHOENIX_GRPC_PORT_OVERRIDE:-4317}:4317" # OTLP gRPC collector