chore: 更新Docker镜像列表并移除etcd镜像
Co-authored-by: YuChuan <xerrors@qq.com>
This commit is contained in:
parent
959defb938
commit
57e96dac75
1
Makefile
1
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
|
||||
|
||||
@ -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"
|
||||
)
|
||||
|
||||
# 确保所有镜像都已下载
|
||||
|
||||
Loading…
Reference in New Issue
Block a user