Merge branch '2024-02-vls-git-hash' into 'main'
use VLS_GIT_HASH in both dockerfiles See merge request lightning-signer/vls-container!21
This commit is contained in:
commit
22b2c1b63a
@ -89,6 +89,7 @@ ARG VLS_GIT_HASH=f8dea081b8d3ba292285266c9b304eb1d32ceaad \
|
|||||||
VLS_REPO=https://gitlab.com/lightning-signer/validating-lightning-signer.git
|
VLS_REPO=https://gitlab.com/lightning-signer/validating-lightning-signer.git
|
||||||
RUN git clone $VLS_REPO vls
|
RUN git clone $VLS_REPO vls
|
||||||
RUN cd vls && \
|
RUN cd vls && \
|
||||||
|
echo building $VLS_GIT_HASH \
|
||||||
git checkout $VLS_GIT_HASH && \
|
git checkout $VLS_GIT_HASH && \
|
||||||
cargo install --path ./vls-proxy --bin remote_hsmd_socket --profile release --root /usr/local/ && \
|
cargo install --path ./vls-proxy --bin remote_hsmd_socket --profile release --root /usr/local/ && \
|
||||||
cargo clean
|
cargo clean
|
||||||
|
@ -12,10 +12,11 @@ RUN apk update && \
|
|||||||
protobuf-dev \
|
protobuf-dev \
|
||||||
rust
|
rust
|
||||||
|
|
||||||
ARG GIT_HASH=f8dea081b8d3ba292285266c9b304eb1d32ceaad
|
ARG VLS_GIT_HASH=f8dea081b8d3ba292285266c9b304eb1d32ceaad
|
||||||
RUN git clone https://gitlab.com/lightning-signer/validating-lightning-signer.git vls
|
RUN git clone https://gitlab.com/lightning-signer/validating-lightning-signer.git vls
|
||||||
RUN cd vls && \
|
RUN cd vls && \
|
||||||
git checkout $GIT_HASH && \
|
echo building $VLS_GIT_HASH \
|
||||||
|
git checkout $VLS_GIT_HASH && \
|
||||||
cargo install --path ./vls-proxy --bin vlsd2 --profile release --root /usr/local/ && \
|
cargo install --path ./vls-proxy --bin vlsd2 --profile release --root /usr/local/ && \
|
||||||
cargo install --path ./vls-cli --profile release --root /usr/local/ && \
|
cargo install --path ./vls-cli --profile release --root /usr/local/ && \
|
||||||
cargo clean
|
cargo clean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user