From d72a87cb0ee2f67ece8026142b50c39ffc396a18 Mon Sep 17 00:00:00 2001 From: QRZ <2667132+qrzbing@user.noreply.gitee.com> Date: Sat, 16 Nov 2024 15:51:38 +0000 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E5=AE=9A=20Arch=20Docker=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: QRZ <2667132+qrzbing@user.noreply.gitee.com> --- Install-Docker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Install-Docker.sh b/Install-Docker.sh index 276780a..d20f191 100644 --- a/Install-Docker.sh +++ b/Install-Docker.sh @@ -71,7 +71,7 @@ N=1 until echo " $Y- 正在从 $C$DKURL$Y 下载 Docker 容器$O " -docker pull "$DKURL/ogarcia/archlinux";do +docker pull "$DKURL/ogarcia/archlinux:2024.11.15-base";do echo " $R! 下载失败,5秒后切换镜像源$O" sleep 5 @@ -132,7 +132,7 @@ Server = https://mirrors.bfsu.edu.cn/arch4edu/$arch Server = https://mirrors.tuna.tsinghua.edu.cn/arch4edu/$arch Server = https://mirrors.aliyun.com/arch4edu/$arch Server = https://mirrors.tencent.com/arch4edu/$arch'>>pacman.conf -echo "FROM $DKURL"'/ogarcia/archlinux +echo "FROM $DKURL"'/ogarcia/archlinux:2024.11.15-base ENV LANG=zh_CN.UTF-8 TERM=xterm-256color COPY mirrorlist /etc/pacman.d COPY pacman.conf /etc -- Gitee