Sign inSign up
orientdb logo

orientdb:3.2.54-tp3

Multi-platform
Also known as:
3.2-tp3
Databases & storage
Index digest

sha256:ee63abb616cb6509081659f6a65fd019ca9337f32159c15fa4d612bc12ac4d97

OS/ARCH

Compressed size

212.73 MB

Last pushed

2 months by doijanky

Type

Image

Vulnerabilities

3
50
50
4
0

Manifest digest

sha256:21573eb4dbccaeb7b5b5be0a3ec3bf392757e4cbc42ad25013f1b2d0cd69331a

Layers (32)

eclipse-temurin:ba1fdbd863eb09126926c4355f6b3a7a2c07a12a851e599e9f05bb7293f0f448
1
7
11
1
0
orientdb:3.2.54-tp3
2
43
39
3
0

16

MAINTAINER OrientDB LTD ([email protected])

0 B


17

ARG ORIENTDB_DOWNLOAD_SERVER

0 B


18

ENV ORIENTDB_VERSION=3.2.54

0 B


19

ENV ORIENTDB_DOWNLOAD_MD5=aa7e7025b8bba51510b521ff5aed2be4

0 B


20

ENV ORIENTDB_DOWNLOAD_SHA1=367ce48d3d310beb8db8b6ba3731616179b4587c

0 B


21

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

106.16 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