File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ services:
66env :
77 global :
88 - SS_VER=3.3.3
9- - SS_DEB=shadowsocks-libev_${SS_VER}-1_amd64.deb
109 matrix :
1110 - URL=https://www.facebook.com/
1211 - URL=https://www.google.com/
1514
1615before_install :
1716 - docker run --rm --privileged multiarch/qemu-user-static:register --reset
18- - docker build -t easypi/shadowsocks-libev-arm:$SS_VER -f Dockerfile.arm .
19- - docker build -t easypi/shadowsocks-libev:$SS_VER .
17+ - docker build -t easypi/shadowsocks-libev-arm:$SS_VER -f Dockerfile.arm --build-arg SS_VER=$SS_VER .
18+ - docker build -t easypi/shadowsocks-libev:$SS_VER --build-arg SS_VER=$SS_VER .
2019 - docker run -d -p 127.0.0.1:8388:8388 -e PASSWORD=helloworld --name server easypi/shadowsocks-libev:$SS_VER
2120 - docker run -d -p 127.0.0.1:1080:1080 --link server:server --name client easypi/shadowsocks-libev:$SS_VER
2221 ss-local -s server -p 8388 -m aes-256-cfb -k helloworld -b 0.0.0.0 -l 1080 -t 60 --fast-open
Original file line number Diff line number Diff line change 55FROM alpine:3.10
66MAINTAINER EasyPi Software Foundation
77
8- ENV SS_VER 3.3.3
8+ ARG SS_VER
99ENV SS_URL https://github.com/shadowsocks/shadowsocks-libev/archive/v$SS_VER.tar.gz
1010ENV SS_DIR shadowsocks-libev-$SS_VER
1111
Original file line number Diff line number Diff line change 22# Dockerfile for shadowsocks-libev-arm
33#
44
5- FROM easypi /alpine-arm:build
5+ FROM multiarch /alpine:armhf-v3.10
66MAINTAINER EasyPi Software Foundation
77
8- ENV SS_VER 3.3.3
8+ ARG SS_VER
99ENV SS_URL https://github.com/shadowsocks/shadowsocks-libev/archive/v$SS_VER.tar.gz
1010ENV SS_DIR shadowsocks-libev-$SS_VER
1111
You can’t perform that action at this time.
0 commit comments