Sign inSign up
orientdb logo

orientdb:3.1-tp3

Also known as:
3.1.20-tp3
Databases & storage
Index digest

sha256:4d451885c535964ad274814293c015a4cb88bb7d1dc5178f3aa5796351e12259

OS/ARCH

linux/amd64

Compressed size

184.02 MB

Last pushed

3 days by doijanky

Type

Image

Vulnerabilities

7
45
16
2
0

Manifest digest

sha256:5fefd2f86ac27c724a18eefb24a31ff728e81bc73f0c57f5ecbefba30d15b346

Layers (32)

eclipse-temurin:d7f82e65bec0d010d6b46c1c634fbaef84c0d3c3bf41210059deefe1c1038bad
0
0
0
0
0
orientdb:3.1-tp3
7
45
16
2
0

16

MAINTAINER OrientDB LTD ([email protected])

0 B


17

ARG ORIENTDB_DOWNLOAD_SERVER

0 B


18

ENV ORIENTDB_VERSION=3.1.20

0 B


19

ENV ORIENTDB_DOWNLOAD_MD5=59a038b1b313052f9b39d369667ae713

0 B


20

ENV ORIENTDB_DOWNLOAD_SHA1=9f2d7a9299744862caf60894222ae156c065b174

0 B


21

ENV ORIENTDB_DOWNLOAD_URL=https://repo1.maven.org/maven2/com/orientechnologies/orientdb-tp3/3.1.20/orientdb-tp3-3.1.20.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

76.09 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