Sign inSign up
orientdb logo

orientdb:3.2.53

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

sha256:9f6827b2defe5f1f406a0325721a916192baa6b4f9b2a8adbbbd6c5dbb248465

OS/ARCH

Compressed size

182.29 MB

Last pushed

3 months by doijanky

Type

Image

Vulnerabilities

2
14
16
1
0

Manifest digest

sha256:903d384117d96c6693da0e4c8672774d7391c946408a0d31bbf379db6ed2d4ed

Layers (30)

eclipse-temurin:4523ca06f87b6423239d1a565eae7e95c3f1b1c179b1adf990f58224d088d5ae
1
8
13
1
0
orientdb:3.2.53
1
6
3
0
0

16

MAINTAINER OrientDB LTD ([email protected])

0 B


17

ARG ORIENTDB_DOWNLOAD_SERVER

0 B


18

ENV ORIENTDB_VERSION=3.2.53

0 B


19

ENV ORIENTDB_DOWNLOAD_MD5=c027609a8f612bb4b735d99ba9c3f6cd

0 B


20

ENV ORIENTDB_DOWNLOAD_SHA1=a22732923b85b6067eb2ecf35660f5d7d018d4f5

0 B


21

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

74.25 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