Skip to content

Commit 182c371

Browse files
committed
chore(mirrors): delete aliyun mirrors
1 parent a3cd1bc commit 182c371

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

grafana/rootfs/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ FROM alpine:3.12
22

33
COPY . /
44

5-
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories \
6-
&& echo "https://mirrors.aliyun.com/alpine/edge/testing" >> /etc/apk/repositories \
5+
RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories \
76
&& apk add --update bash fontconfig curl grafana \
87
&& curl -fsSL -o /usr/share/grafana/envtpl https://github.com/arschles/envtpl/releases/download/0.2.3/envtpl_linux_amd64 \
98
&& chmod +x /usr/share/grafana/envtpl \

influxdb/rootfs/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ FROM alpine:3.12
22

33
COPY . /
44

5-
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories \
6-
&& echo "https://mirrors.aliyun.com/alpine/edge/community" >> /etc/apk/repositories \
5+
RUN echo "https://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
76
&& apk add --update bash fontconfig curl influxdb \
87
&& curl -SL -o /home/influxdb/envtpl https://github.com/arschles/envtpl/releases/download/0.2.3/envtpl_linux_amd64 \
98
&& chmod +x /home/influxdb/envtpl \

0 commit comments

Comments
 (0)