Sign inSign up
orientdb logo

orientdb:3.1.20

Also known as:
3.1
Databases & storage
Index digest

sha256:0a075f1a3f82546a1fc15c2bce0016db61646cdefdb7d87fecbe26ef7abee500

OS/ARCH

linux/amd64

Compressed size

162.07 MB

Last pushed

3 days by doijanky

Type

Image

Vulnerabilities

2
5
2
0
0

Manifest digest

sha256:0f6d73aebe4056c86e4f6114919c68c5f518caf6f304b1054fe8effb47ad0b19

Layers (30)

eclipse-temurin:d7f82e65bec0d010d6b46c1c634fbaef84c0d3c3bf41210059deefe1c1038bad
0
0
0
0
0
orientdb:3.1.20
2
5
2
0
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=751c6a02fe142c6c2dbfca56e73ec315

0 B


20

ENV ORIENTDB_DOWNLOAD_SHA1=1be782682b0dbf97fc90f8623b7b65ec32283a14

0 B


21

ENV ORIENTDB_DOWNLOAD_URL=https://repo1.maven.org/maven2/com/orientechnologies/orientdb-community/3.1.20/orientdb-community-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-community-$ORIENTDB_VERSION.tar.gz" | md5sum -c - && echo "$ORIENTDB_DOWNLOAD_SHA1 *orientdb-community-$ORIENTDB_VERSION.tar.gz" | sha1sum -c - && tar -xvzf orientdb-community-$ORIENTDB_VERSION.tar.gz -C /orientdb --strip-components=1 && rm orientdb-community-$ORIENTDB_VERSION.tar.gz && rm -rf /orientdb/databases/* # buildkit

53.08 MB


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

CMD ["server.sh"]

0 B