Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pub
node config generator
Commits
0e45fd13
Commit
0e45fd13
authored
Nov 05, 2019
by
Sergey Shiktarev
Browse files
generator changes
parent
735ea93a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
0e45fd13
FROM
anapsix/alpine-java:8_server-jre
ARG
node_version=1.0.2
#
ARG node_version=1.0.2
COPY
Dockerfile_content/accounts_template.conf /node/
COPY
Dockerfile_content/generate.sh /node/
COPY
tmp/jcp-2.0.39014.tar.gz /node/jcp/
COPY
./generator.jar /node/generator.jar
RUN
chmod
+x /node/generate.sh
&&
\
apk update
&&
\
apk add wget gettext bash libxext libxrender libxtst libxi
&&
\
wget
-q
https://github.com/vostokplatform/Vostok-Releases/releases/download/
${
node_version
}
/generators-
${
node_version
}
.jar
-O
/node/generator.jar
||
true
apk add wget gettext bash libxext libxrender libxtst libxi
#
wget -q https://github.com/vostokplatform/Vostok-Releases/releases/download/${node_version}/generators-${node_version}.jar -O /node/generator.jar || true
ENTRYPOINT
"/node/generate.sh"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment