Skip to content

Commit

Permalink
image: prepare v0.12.0rc1
Browse files Browse the repository at this point in the history
Changelog-Added: remove python plugin commando and use the commando C plugin

Signed-off-by: Vincenzo Palazzo <[email protected]>

# Title: 

Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Aug 3, 2022
1 parent ff1909a commit d197f6a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.12.0-rc1

## Added
- remove python plugin commando and use the commando C plugin ([commit](https:/clightning4j/clightning4j-node/commit/3464e71a6eda636d86ce77d4fc88c654cb3d5a2f)). @vincenzopalazzo 03-08-2022


# v0.11.2-dev6

## Fixed
Expand Down
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LABEL maintainer="Vincenzo Palazzo (@vincenzopalazzo) [email protected]

RUN addgroup -S clightning4jgroup && adduser -S clightning4j -G clightning4jgroup

ENV CLIGHTNING_VERSION=0.11.2
ENV CLIGHTNING_VERSION=v0.12.0rc1
ENV CLIGHTNING_DATA=/home/clightning4j/.lightning
ENV HOME=/home/clightning4j

Expand All @@ -42,10 +42,6 @@ RUN git clone https:/ElementsProject/lightning.git && \
pip3 install mako mistune==0.8.4 mrkd && \
make -j$(nproc) && make install

RUN git clone https:/lightningd/plugins.git && \
cd plugins/commando && pip3 install -r requirements.txt && cd .. && \
cp -rf commando/ /opt/commando/

RUN apk --update --allow-untrusted --repository http://dl-4.alpinelinux.org/alpine/edge/community/ add \
tor torsocks && \
apk --update --allow-untrusted --repository http://dl-4.alpinelinux.org/alpine/edge/testing/ add \
Expand Down
2 changes: 1 addition & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package_name": "clightning4j-node",
"version": "v0.11.2-dev2",
"version": "v0.12.0-rc1",
"api": {
"name": "github",
"repository": "clightning4j/clightning4j-node",
Expand Down

0 comments on commit d197f6a

Please sign in to comment.