Sign inSign up
orientdb logo

orientdb:3.2.49

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

sha256:b46a3983251f627abb3ddbd73483e5df45d83ae9b15fe784e45abf0fe423330b

OS/ARCH

Compressed size

160.34 MB

Last pushed

7 months by doijanky

Type

Image

Vulnerabilities

1
7
148
45
0

Manifest digest

sha256:dc40d11bfd530b09f29210b6dfc6902960b8cb5968b7974cd08615974b8f0d4a

Layers (29)

eclipse-temurin:d82998b6ba10eedae910118125bbe21ee08a82a7437fb2d21cfa74504e8b9671
0
1
143
45
0
orientdb:3.2.49
1
6
5
0
0

15

MAINTAINER OrientDB LTD ([email protected])

0 B


16

ARG ORIENTDB_DOWNLOAD_SERVER

0 B


17

ENV ORIENTDB_VERSION=3.2.49

0 B


18

ENV ORIENTDB_DOWNLOAD_MD5=491dfdbfe942273bc37ee7747f84e597

0 B


19

ENV ORIENTDB_DOWNLOAD_SHA1=56ab236a135052513e4be93f3d563244190f0423

0 B


20

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

73.49 MB


23

ENV PATH=/orientdb/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

0 B


24

VOLUME [/orientdb/backup /orientdb/databases /orientdb/config]

0 B


25

WORKDIR /orientdb

32 B


26

EXPOSE map[2424/tcp:{}]

0 B


27

EXPOSE map[2480/tcp:{}]

0 B


28

CMD ["server.sh"]

0 B