sha256:ec27b834230a8cd5a2c51918b624f4d1d655a1890f3937f6a5158f493163f64c
OS/ARCH
Compressed size
213.92 MB
Last pushed
3 days by doijanky
Type
Image
Vulnerabilities
Manifest digest
sha256:02a1e060e011723ffdd1a0c825bc7ce354e0337aabcc85f12c08ccbf4c982178
17
ARG ORIENTDB_DOWNLOAD_SERVER
0 B
18
ENV ORIENTDB_VERSION=3.2.56
0 B
19
ENV ORIENTDB_DOWNLOAD_MD5=c2edf05798392a48235fe5ab55b0db6b
0 B
20
ENV ORIENTDB_DOWNLOAD_SHA1=501e5bb42d9bada5a276ba1a3b5be7c6d79c9e6c
0 B
21
ENV ORIENTDB_DOWNLOAD_URL=https://repo1.maven.org/maven2/com/orientechnologies/orientdb-tp3/3.2.56/orientdb-tp3-3.2.56.tar.gz
0 B
22
RUN |1 ORIENTDB_DOWNLOAD_SERVER= /bin/sh -c apt update && apt install -y curl wget && rm -rf /var/lib/apt/lists/* # buildkit
32 B
23
RUN |1 ORIENTDB_DOWNLOAD_SERVER= /bin/sh -c mkdir /orientdb && wget $ORIENTDB_DOWNLOAD_URL && echo "$ORIENTDB_DOWNLOAD_MD5 *orientdb-tp3-$ORIENTDB_VERSION.tar.gz" | md5sum -c - && echo "$ORIENTDB_DOWNLOAD_SHA1 *orientdb-tp3-$ORIENTDB_VERSION.tar.gz" | sha1sum -c - && tar -xvzf orientdb-tp3-$ORIENTDB_VERSION.tar.gz -C /orientdb --strip-components=1 && rm orientdb-tp3-$ORIENTDB_VERSION.tar.gz && rm -rf /orientdb/databases/* # buildkit
107.44 MB
24
ADD gremlin-server.yaml /orientdb/config # buildkit
1.37 KB
25
ENV PATH=/orientdb/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
26
VOLUME [/orientdb/backup /orientdb/databases /orientdb/config]
0 B
27
WORKDIR /orientdb
32 B
28
EXPOSE map[2424/tcp:{}]
0 B
29
EXPOSE map[2480/tcp:{}]
0 B
30
EXPOSE map[8182/tcp:{}]
0 B
31
CMD ["server.sh"]
0 B