重构离线镜像下载

This commit is contained in:
user123456
2025-06-13 08:22:30 +08:00
parent e0dbf304e2
commit 80b3f8959f
11 changed files with 1404 additions and 2326 deletions

View File

@@ -11,9 +11,6 @@ FROM alpine
WORKDIR /root/
# 安装依赖
RUN apk add --no-cache skopeo
COPY --from=builder /app/hubproxy .
COPY --from=builder /app/config.toml .