trigger image build
This commit is contained in:
@@ -96,5 +96,3 @@ RUN rustup target add \
|
|||||||
arm-unknown-linux-musleabi \
|
arm-unknown-linux-musleabi \
|
||||||
aarch64-unknown-linux-musl \
|
aarch64-unknown-linux-musl \
|
||||||
aarch64-unknown-linux-gnu
|
aarch64-unknown-linux-gnu
|
||||||
|
|
||||||
|
|
||||||
|
@@ -43,7 +43,7 @@ RUN case "$TARGETPLATFORM" in \
|
|||||||
COPY download_v2ray.sh download_v2ray.sh
|
COPY download_v2ray.sh download_v2ray.sh
|
||||||
RUN ./download_v2ray.sh "$TARGETPLATFORM"
|
RUN ./download_v2ray.sh "$TARGETPLATFORM"
|
||||||
|
|
||||||
FROM alpine:3.20 AS sslocal
|
FROM alpine:latest AS sslocal
|
||||||
|
|
||||||
# NOTE: Please be careful to change the path of these binaries, refer to #1149 for more information.
|
# NOTE: Please be careful to change the path of these binaries, refer to #1149 for more information.
|
||||||
COPY --from=builder /root/shadowsocks-rust/target/release/sslocal /usr/bin/
|
COPY --from=builder /root/shadowsocks-rust/target/release/sslocal /usr/bin/
|
||||||
@@ -54,7 +54,7 @@ COPY --from=builder /tmp/v2ray-plugin /usr/bin/v2ray-plugin
|
|||||||
ENTRYPOINT [ "docker-entrypoint.sh" ]
|
ENTRYPOINT [ "docker-entrypoint.sh" ]
|
||||||
CMD [ "sslocal", "--log-without-time", "-c", "/etc/shadowsocks-rust/config.json" ]
|
CMD [ "sslocal", "--log-without-time", "-c", "/etc/shadowsocks-rust/config.json" ]
|
||||||
|
|
||||||
FROM alpine:3.17 AS ssserver
|
FROM alpine:latest AS ssserver
|
||||||
|
|
||||||
COPY --from=builder /root/shadowsocks-rust/target/release/ssserver /usr/bin/
|
COPY --from=builder /root/shadowsocks-rust/target/release/ssserver /usr/bin/
|
||||||
COPY --from=builder /root/shadowsocks-rust/examples/config.json /etc/shadowsocks-rust/
|
COPY --from=builder /root/shadowsocks-rust/examples/config.json /etc/shadowsocks-rust/
|
||||||
|
Reference in New Issue
Block a user