From 2b9d496b1ae2ed56bbfd6d6957b5826d08f2480d Mon Sep 17 00:00:00 2001 From: spiritlhl <103393591+spiritLHLS@users.noreply.github.com> Date: Tue, 15 Aug 2023 03:57:52 +0000 Subject: [PATCH] update --- dockerfiles/Dockerfile_CN_aarch64 | 2 +- dockerfiles/Dockerfile_CN_x86_64 | 2 +- dockerfiles/Dockerfile_aarch64 | 2 +- dockerfiles/Dockerfile_x86_64 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dockerfiles/Dockerfile_CN_aarch64 b/dockerfiles/Dockerfile_CN_aarch64 index 0a88400..7d20edf 100644 --- a/dockerfiles/Dockerfile_CN_aarch64 +++ b/dockerfiles/Dockerfile_CN_aarch64 @@ -14,7 +14,7 @@ apt-get install wget systemctl nano vim curl gnupg ca-certificates -y #add proxmox repo #use jiangcuo_proxmox_arm64 https://github.com/jiangcuo/Proxmox-Arm64 RUN echo "deb https://mirrors.apqa.cn/proxmox/ pvearm main">/etc/apt/sources.list.d/foxi.list && \ - wget https://global.mirrors.apqa.cn/proxmox/gpg.key -O /etc/apt/trusted.gpg.d/gpg.key && \ + wget --no-check-certificate https://global.mirrors.apqa.cn/proxmox/gpg.key -O /etc/apt/trusted.gpg.d/gpg.key && \ chmod +r /etc/apt/trusted.gpg.d/gpg.key #intall proxmox-ve without recommends. diff --git a/dockerfiles/Dockerfile_CN_x86_64 b/dockerfiles/Dockerfile_CN_x86_64 index 4405e48..e815ba3 100644 --- a/dockerfiles/Dockerfile_CN_x86_64 +++ b/dockerfiles/Dockerfile_CN_x86_64 @@ -13,7 +13,7 @@ RUN apt-get update && \ #add proxmox repo RUN echo "deb http://mirrors.ustc.edu.cn/proxmox/debian/ bullseye pve-no-subscription" >>/etc/apt/sources.list && \ - wget https://mirrors.ustc.edu.cn/proxmox/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg && \ + wget --no-check-certificate https://mirrors.ustc.edu.cn/proxmox/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg && \ chmod +r /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg #repacked proxmox-ve diff --git a/dockerfiles/Dockerfile_aarch64 b/dockerfiles/Dockerfile_aarch64 index 8dfa186..041b137 100644 --- a/dockerfiles/Dockerfile_aarch64 +++ b/dockerfiles/Dockerfile_aarch64 @@ -14,7 +14,7 @@ RUN apt-get update && \ #add proxmox repo #use jiangcuo_proxmox_arm64 https://github.com/jiangcuo/Proxmox-Arm64 RUN echo "deb https://global.mirrors.apqa.cn/proxmox/ pvearm main">/etc/apt/sources.list.d/foxi.list && \ - wget https://global.mirrors.apqa.cn/proxmox/gpg.key -O /etc/apt/trusted.gpg.d/gpg.key && \ + wget --no-check-certificate https://global.mirrors.apqa.cn/proxmox/gpg.key -O /etc/apt/trusted.gpg.d/gpg.key && \ chmod +r /etc/apt/trusted.gpg.d/gpg.key diff --git a/dockerfiles/Dockerfile_x86_64 b/dockerfiles/Dockerfile_x86_64 index 2e3e493..d020832 100644 --- a/dockerfiles/Dockerfile_x86_64 +++ b/dockerfiles/Dockerfile_x86_64 @@ -13,7 +13,7 @@ RUN apt-get update && \ # Add Proxmox repo RUN echo "deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription" >> /etc/apt/sources.list && \ - wget https://mirrors.ustc.edu.cn/proxmox/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg && \ + wget --no-check-certificate https://download.proxmox.com/debian/dists/bullseye/pve-no-subscription/binary-amd64/proxmox-ve_7.2-1_all.deb -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg && \ chmod +r /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg # Repack Proxmox-VE package