Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docker-image
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tools
docker-image
Commits
5764e614
Commit
5764e614
authored
May 24, 2018
by
caiyanming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix NODE_VERSION issue
Change-Id: Ic36607d6dc56ff0fa922ee518f22af2ccc05ee47
parent
30cc6317
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
neo4j/Dockerfile
neo4j/Dockerfile
+2
-0
neo4j/docker-entrypoint.sh
neo4j/docker-entrypoint.sh
+1
-1
No files found.
neo4j/Dockerfile
View file @
5764e614
...
@@ -17,6 +17,8 @@
...
@@ -17,6 +17,8 @@
FROM
registry.cn-hangzhou.aliyuncs.com/schbrain/jdk:8u172
FROM
registry.cn-hangzhou.aliyuncs.com/schbrain/jdk:8u172
MAINTAINER
xt
MAINTAINER
xt
ENV
NEO4J_EDITION=community
#ARG NEO4J_URI=http://dist.neo4j.org/neo4j-community-3.4.0-unix.tar.gz
#ARG NEO4J_URI=http://dist.neo4j.org/neo4j-community-3.4.0-unix.tar.gz
ADD
neo4j-community-3.4.0-unix.tar.gz /var/lib
ADD
neo4j-community-3.4.0-unix.tar.gz /var/lib
...
...
neo4j/docker-entrypoint.sh
View file @
5764e614
...
@@ -9,7 +9,7 @@ cmd="$1"
...
@@ -9,7 +9,7 @@ cmd="$1"
if
[
"
$(
id
-u
)
"
=
"0"
]
;
then
if
[
"
$(
id
-u
)
"
=
"0"
]
;
then
userid
=
"neo4j"
userid
=
"neo4j"
groupid
=
"neo4j"
groupid
=
"neo4j"
exec_cmd
=
"exec
su-exec
neo4j"
exec_cmd
=
"exec neo4j"
else
else
userid
=
"
$(
id
-u
)
"
userid
=
"
$(
id
-u
)
"
groupid
=
"
$(
id
-g
)
"
groupid
=
"
$(
id
-g
)
"
...
...
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