File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1818 - URL=https://www.youtube.com/
1919
2020before_install :
21+ - docker run --rm --privileged multiarch/qemu-user-static:register --reset
22+ - docker build -t easypi/shadowsocks-libev-arm:$SS_VER -f Dockerfile.arm .
2123 - docker build -t easypi/shadowsocks-libev:$SS_VER .
2224 - docker run -d -p 127.0.0.1:8388:8388 -e PASSWORD=helloworld --name server easypi/shadowsocks-libev:$SS_VER
2325 - docker run -d -p 127.0.0.1:1080:1080 --link server:server --name client easypi/shadowsocks-libev:$SS_VER
@@ -36,6 +38,9 @@ after_success:
3638 if [[ $TRAVIS_TAG && $URL == *youtube* ]];
3739 then
3840 docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD";
41+ docker tag easypi/shadowsocks-libev-arm:$SS_VER easypi/shadowsocks-libev-arm:latest;
42+ docker push easypi/shadowsocks-libev-arm:$SS_VER;
43+ docker push easypi/shadowsocks-libev-arm:latest;
3944 docker tag easypi/shadowsocks-libev:$SS_VER easypi/shadowsocks-libev:latest;
4045 docker push easypi/shadowsocks-libev:$SS_VER;
4146 docker push easypi/shadowsocks-libev:latest;
Original file line number Diff line number Diff line change 22# Dockerfile for shadowsocks-libev-arm
33#
44
5- FROM easypi/alpine-arm
5+ FROM easypi/alpine-arm:build
66MAINTAINER EasyPi Software Foundation
77
88ENV SS_VER 3.0.5
You can’t perform that action at this time.
0 commit comments