From 57e96dac752040c5398c85a1ba9c80ed09d7cc25 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Sat, 6 Dec 2025 23:21:28 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0Docker=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E5=88=97=E8=A1=A8=E5=B9=B6=E7=A7=BB=E9=99=A4etcd?= =?UTF-8?q?=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: YuChuan --- Makefile | 1 - docker/save_docker_images.sh | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 99e941f6..07e22a6e 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,6 @@ pull: bash docker/pull_image.sh python:3.12-slim bash docker/pull_image.sh node:20-slim bash docker/pull_image.sh node:20-alpine - bash docker/pull_image.sh quay.io/coreos/etcd:v3.5.5 bash docker/pull_image.sh milvusdb/milvus:v2.5.6 bash docker/pull_image.sh neo4j:5.26 bash docker/pull_image.sh minio/minio:RELEASE.2023-03-20T20-16-18Z diff --git a/docker/save_docker_images.sh b/docker/save_docker_images.sh index 4b551f4c..30a792e8 100644 --- a/docker/save_docker_images.sh +++ b/docker/save_docker_images.sh @@ -11,16 +11,15 @@ echo "开始导出 Docker 镜像到 $OUTPUT_FILE..." # 从各个文件中提取的基础镜像列表 IMAGES=( - "python:3.11-slim", + "python:3.12-slim", "ghcr.io/astral-sh/uv:0.7.2", "node:20-alpine", + "node:20-slim", "nginx:alpine", "neo4j:5.26", "quay.io/coreos/etcd:v3.5.5", "minio/minio:RELEASE.2023-03-20T20-16-18Z", "milvusdb/milvus:v2.5.6", - # "lmsysorg/sglang:v0.4.9.post3-cu126", - # "ccr-2vdh3abv-pub.cnc.bj.baidubce.com/paddlex/paddlex:paddlex3.0.1-paddlepaddle3.0.0-gpu-cuda11.8-cudnn8.9-trt8.6" ) # 确保所有镜像都已下载