Mirror changed to Tencent cloud

This commit is contained in:
Kirigaya Kazuto 2021-06-27 01:43:26 +00:00
parent 41438630b2
commit 56a36a0b48
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
FROM ubuntu:20.04
RUN sed -i 's/archive.ubuntu.com/mirrors.aliyun.com/g; s/security.ubuntu.com/mirrors.aliyun.com/g' /etc/apt/sources.list \
RUN sed -i 's/archive.ubuntu.com/mirrors.cloud.tencent.com/g; s/security.ubuntu.com/mirrors.cloud.tencent.com/g' /etc/apt/sources.list \
&& rm -f /etc/apt/apt.conf.d/docker-gzip-indexes

View File

@ -1,5 +1,5 @@
# ubuntu-cn
apt源更换为 [阿里云 Ubuntu镜像](https://developer.aliyun.com/mirror/ubuntu), 加速大陆用户镜像构建.
apt源更换为 [腾讯云 Ubuntu镜像](http://mirrors.cloud.tencent.com/), 加速大陆用户镜像构建.
移除了 [`docker-gzip-indexes`](https://github.com/moby/moby/blob/9a9fc01af8fb5d98b8eec0740716226fadb3735c/contrib/mkimage/debootstrap#L118-L130) 解决部分场景下apt拉取失败的问题.