Skip to content

Commit b804c34

Browse files
committed
Update Eclair section of Build Custom Node Images
1 parent 5677cf0 commit b804c34

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/custom-nodes.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ Polar v1.0.0 supports using custom docker images for nodes in your networks. The
157157
# this was meant to make the image smaller, but we use multi-stage build so we don't care
158158
RUN apk add --no-cache curl tar bash
159159
160-
ARG MAVEN_VERSION=3.6.3
160+
ARG MAVEN_VERSION=3.9.2
161161
ARG USER_HOME_DIR="/root"
162-
ARG SHA=c35a1803a6e70a126e80b2b3ae33eed961f83ed74d18fcd16909b2d44d7dada3203f1ffe726c17ef8dcca2dcaa9fca676987befeadc9b9f759967a8cb77181c0
163-
ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/${MAVEN_VERSION}/binaries
162+
ARG SHA=900bdeeeae550d2d2b3920fe0e00e41b0069f32c019d566465015bdd1b3866395cbe016e22d95d25d51d3a5e614af2c83ec9b282d73309f644859bbad08b63db
163+
ARG BASE_URL=https://archive.apache.org/dist/maven/maven-3/${MAVEN_VERSION}/binaries
164164
165165
RUN mkdir -p /usr/share/maven /usr/share/maven/ref \
166166
&& curl -fsSL -o /tmp/apache-maven.tar.gz ${BASE_URL}/apache-maven-${MAVEN_VERSION}-bin.tar.gz \
@@ -178,10 +178,9 @@ Polar v1.0.0 supports using custom docker images for nodes in your networks. The
178178
WORKDIR /usr/src
179179
COPY pom.xml pom.xml
180180
COPY eclair-core/pom.xml eclair-core/pom.xml
181+
COPY eclair-front/pom.xml eclair-front/pom.xml
181182
COPY eclair-node/pom.xml eclair-node/pom.xml
182-
COPY eclair-node-gui/pom.xml eclair-node-gui/pom.xml
183183
COPY eclair-node/modules/assembly.xml eclair-node/modules/assembly.xml
184-
COPY eclair-node-gui/modules/assembly.xml eclair-node-gui/modules/assembly.xml
185184
RUN mkdir -p eclair-core/src/main/scala && touch eclair-core/src/main/scala/empty.scala
186185
# Blank build. We only care about eclair-node, and we use install because eclair-node depends on eclair-core
187186
#################### Polar Modification

0 commit comments

Comments
 (0)