From 25d6432161bcca50f76fd466248842b1b53eef69 Mon Sep 17 00:00:00 2001 From: Hui Yiqun Date: Thu, 13 Feb 2020 10:58:27 +0800 Subject: [PATCH 1/3] bump to 1.0.7 --- dockerfiles/pub-mirror/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/pub-mirror/Dockerfile b/dockerfiles/pub-mirror/Dockerfile index d92e342..f3ef8cf 100644 --- a/dockerfiles/pub-mirror/Dockerfile +++ b/dockerfiles/pub-mirror/Dockerfile @@ -3,6 +3,6 @@ MAINTAINER Hui Yiqun ENV PUB_CACHE /pub-cache -RUN pub global activate pub_mirror 1.0.6 +RUN pub global activate pub_mirror 1.0.7 CMD /bin/bash From 4ed40e1555499900decd0e1b02c2e1a3ca140bc2 Mon Sep 17 00:00:00 2001 From: Yuxiang Zhang Date: Thu, 13 Feb 2020 12:05:05 +0800 Subject: [PATCH 2/3] install bandersnatch from upstream --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2976915..3b9b85c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,11 +8,9 @@ RUN echo "deb http://mirrors.tuna.tsinghua.edu.cn/debian/ stretch main contrib n RUN apt-get update && \ apt-get install -y wget curl rsync lftp git jq python-dev python-pip yum-utils createrepo aria2 awscli ack - -RUN pip3 install git+https://github.com/tuna/bandersnatch.git@master RUN STATIC_DEPS=true pip3 install pyquery -RUN pip3 install requests pyyaml +RUN pip3 install requests pyyaml bandersnatch==3.6.0 RUN mkdir -p /home/tunasync-scripts ADD https://storage.googleapis.com/git-repo-downloads/repo /usr/local/bin/aosp-repo From 26d84af48e416418abbdb7a02dca30a9af099ace Mon Sep 17 00:00:00 2001 From: Yuxiang Zhang Date: Thu, 13 Feb 2020 18:42:07 +0800 Subject: [PATCH 3/3] upgrade Dart --- dockerfiles/pub-mirror/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/pub-mirror/Dockerfile b/dockerfiles/pub-mirror/Dockerfile index f3ef8cf..ca0ab26 100644 --- a/dockerfiles/pub-mirror/Dockerfile +++ b/dockerfiles/pub-mirror/Dockerfile @@ -1,4 +1,4 @@ -FROM google/dart:2.1.1 +FROM google/dart:2 MAINTAINER Hui Yiqun ENV PUB_CACHE /pub-cache