sha256:f7f09ca2767139a2f1c728110b749a94ac8bceb2d89bd1b3de124b630862d7b6
OS/ARCH
Compressed size
197.72 MB
Last pushed
6 months by doijanky
Type
Image
Vulnerabilities
Manifest digest
sha256:ad287f41cc3fadb9971f15410bdf127327dd3080cff404a83c3f3b7b44f59aec
16
ARG ORIENTDB_DOWNLOAD_SERVER
0 B
17
ENV ORIENTDB_VERSION=3.2.50
0 B
18
ENV ORIENTDB_DOWNLOAD_MD5=ca7fbfd52b9bae3115635fe6ec43e76a
0 B
19
ENV ORIENTDB_DOWNLOAD_SHA1=8f5e86436b105f0c00706ea7fb1e5373100216c7
0 B
20
ENV ORIENTDB_DOWNLOAD_URL=https://repo1.maven.org/maven2/com/orientechnologies/orientdb-tp3/3.2.50/orientdb-tp3-3.2.50.tar.gz
0 B
21
RUN |1 ORIENTDB_DOWNLOAD_SERVER= /bin/sh -c apt update && apt install -y curl wget && rm -rf /var/lib/apt/lists/* # buildkit
32 B
22
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
105.43 MB
23
ADD gremlin-server.yaml /orientdb/config # buildkit
1.37 KB
24
ENV PATH=/orientdb/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0 B
25
VOLUME [/orientdb/backup /orientdb/databases /orientdb/config]
0 B
26
WORKDIR /orientdb
32 B
27
EXPOSE map[2424/tcp:{}]
0 B
28
EXPOSE map[2480/tcp:{}]
0 B
29
EXPOSE map[8182/tcp:{}]
0 B
30
CMD ["server.sh"]
0 B