Sign inSign up

virtualflybrain/docker-vfb-neo4j-productiondb:v4.24.02.25

Manifest digest

sha256:855fb57dc00e404de8c3af1e4fb3ffd59cdb40142a6028e7b77314295377fadd

OS/ARCH

linux/amd64

Compressed size

415.52 MB

Last pushed

over 2 years by rcourt

Type

Image

Manifest digest

sha256:855fb57dc00e404de8c3af1e4fb3ffd59cdb40142a6028e7b77314295377fadd

Image Layers

1ADD file ... in / 29.91 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; apt-get1.51 MB
4ENV JAVA_HOME=/usr/local/openjdk-110 B
5/bin/sh -c { echo '#/bin/sh';213 B
6ENV PATH=/usr/local/openjdk-11/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
7ENV LANG=C.UTF-80 B
8ENV JAVA_VERSION=11.0.140 B
9/bin/sh -c set -eux; arch="$(dpkg194.11 MB
10CMD ["jshell"]0 B
11ENV NEO4J_SHA256=876c9b0828ab2f999e725b19a9fb5e290ba361aada80c5691569083c4447b81d NEO4J_TARBALL=neo4j-enterprise-4.2.14-unix.tar.gz NEO4J_EDITION=enterprise0 B
12ARG NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-4.2.14-unix.tar.gz0 B
13ARG TINI_SHA256=12d20136605531b09a2c2dac02ccee85e1b874eb322ef6baf7561cd93f93c8550 B
14ARG TINI_URI=https://github.com/krallin/tini/releases/download/v0.18.0/tini0 B
15|3 NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-4.2.14-unix.tar.gz TINI_SHA256=12d20136605531b09a2c2dac02ccee85e1b874eb322ef6baf7561cd93f93c855 TINI_URI=https://github.com/krallin/tini/releases/download/v0.18.0/tini /bin/sh3.78 KB
16COPY multi:220c2663e29181f5cd4d1cc8ff4ea55bca5bd66e60ecec0890d11b2c206bdb54 in /tmp/ 601 B
17|3 NEO4J_URI=https://dist.neo4j.org/neo4j-enterprise-4.2.14-unix.tar.gz TINI_SHA256=12d20136605531b09a2c2dac02ccee85e1b874eb322ef6baf7561cd93f93c855 TINI_URI=https://github.com/krallin/tini/releases/download/v0.18.0/tini /bin/sh145.71 MB
18ENV PATH=/var/lib/neo4j/bin:/usr/local/openjdk-11/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
19WORKDIR /var/lib/neo4j0 B
20VOLUME [/data /logs]0 B
21COPY file:7e51b3cf2dcd1964b86d448c1b173ab9670d9d0c9930111cdd9ccd660855ecd7 in /docker-entrypoint.sh 6.06 KB
22EXPOSE 7473 7474 76870 B
23ENTRYPOINT ["/sbin/tini" "-g" "--"0 B
24CMD ["neo4j"]0 B
25ENV NEOCONF=/var/lib/neo4j/conf/neo4j.conf0 B
26ENV NEOSERCONF=/var/lib/neo4j/conf/neo4j.conf0 B
27ENV NEO4J_dbms_read__only=false0 B
28ENV NEO4J_dbms_security_auth__enabled=false0 B
29ENV NEO4J_AUTH=neo4j/password0 B
30ENV NEO4J_ALLOW_STORE_UPGRADE=true0 B
31ENV NEO4J_dbms_allow__upgrade=true0 B
32ENV NEO4J_dbms_memory_heap_maxSize=10G0 B
33ENV NEO4J_dbms_logs_query_enabled=true0 B
34ENV NEO4J_dbms_logs_query_allocation__logging__enabled=true0 B
35ENV NEO4J_dbms_logs_query_time__logging__enabled=true0 B
36ENV NEO4J_dbms_logs_query_threshold=00 B
37ENV LOG4J_FORMAT_MSG_NO_LOOKUPS=true0 B
38ENV NEO4J_dbms_jvm_additional=-Dlog4j2.formatMsgNoLookups=true -Dlog4j2.disable.jmx=true0 B
39ENV NEO4J_ACCEPT_LICENSE_AGREEMENT=yes0 B
40ENV NEO4J_dbms_directories_import=/import0 B
41ENV NEO4J_apoc_export_file_enabled=true0 B
42ENV NEO4J_apoc_import_file_enabled=true0 B
43ENV NEO4J_apoc_import_file_use__neo4j__config=true0 B
44ENV NEO4JLABS_PLUGINS=["apoc"]0 B
45ENV LOG4J_FORMAT_MSG_NO_LOOKUPS=true0 B
46ENV NEO4J_dbms_jvm_additional=-Dlog4j2.formatMsgNoLookups=true -Dlog4j2.disable.jmx=true0 B
47ENV NEOREADONLY=true0 B
48ENV BACKUPFILE=VFB-PDB-v40 B
49ENV NEO4J_dbms_memory_heap_maxSize=4G0 B
50ENV NEO4J_dbms_memory_pagecache_size=4G0 B
51ENV NEO4J_dbms_memory_heap_initial__size=1G0 B
52ENV NEO4J_dbms_read__only=true0 B
53ENV NEO4J_dbms_security_procedures_unrestricted=ebi.spot.neo4j2owl.*,apoc.*,gds.*0 B
54RUN /bin/sh -c apt-get -y15.41 MB
55COPY loadDB.sh /opt/VFB/ # buildkit699 B
56ENV APOC_VERSION=4.2.0.20 B
57ARG APOC_JAR=https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/4.2.0.2/apoc-4.2.0.2-all.jar0 B
58ENV APOC_JAR=https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/4.2.0.2/apoc-4.2.0.2-all.jar0 B
59RUN |1 APOC_JAR=https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/4.2.0.2/apoc-4.2.0.2-all.jar /bin/sh -c16.17 MB
60ENV GDS_VERSION=1.5.10 B
61ARG GDS_JAR=https://s3-eu-west-1.amazonaws.com/com.neo4j.graphalgorithms.dist/graph-data-science/neo4j-graph-data-science-1.5.1-standalone.zip0 B
62ENV GDS_JAR=https://s3-eu-west-1.amazonaws.com/com.neo4j.graphalgorithms.dist/graph-data-science/neo4j-graph-data-science-1.5.1-standalone.zip0 B
63RUN |2 APOC_JAR=https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/4.2.0.2/apoc-4.2.0.2-all.jar GDS_JAR=https://s3-eu-west-1.amazonaws.com/com.neo4j.graphalgorithms.dist/graph-data-science/neo4j-graph-data-science-1.5.1-standalone.zip /bin/sh12.68 MB
64RUN |2 APOC_JAR=https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/4.2.0.2/apoc-4.2.0.2-all.jar GDS_JAR=https://s3-eu-west-1.amazonaws.com/com.neo4j.graphalgorithms.dist/graph-data-science/neo4j-graph-data-science-1.5.1-standalone.zip /bin/sh134 B
65RUN |2 APOC_JAR=https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/4.2.0.2/apoc-4.2.0.2-all.jar GDS_JAR=https://s3-eu-west-1.amazonaws.com/com.neo4j.graphalgorithms.dist/graph-data-science/neo4j-graph-data-science-1.5.1-standalone.zip /bin/sh137 B
66RUN |2 APOC_JAR=https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/4.2.0.2/apoc-4.2.0.2-all.jar GDS_JAR=https://s3-eu-west-1.amazonaws.com/com.neo4j.graphalgorithms.dist/graph-data-science/neo4j-graph-data-science-1.5.1-standalone.zip /bin/sh693 B
67ENTRYPOINT ["/opt/VFB/loadDB.sh"]0 B

Command

ADD file:90495c24c897ec47982e200f732f8be3109fcd791691ddffae0756898f91024f in /