sha256:a89ae7e0b708296b6c69e280be1ba6122e4a6d17ae36d8d142e2336a99bd96c8
OS/ARCH
Compressed size
173.85 MB
Last pushed
4 months by doijanky
Type
Image
Vulnerabilities
Manifest digest
sha256:fe661d1ce85a9ffe218683308fe5f3262a780537f1e036f1f333bf8a4e9b2f60
17
ARG ORIENTDB_DOWNLOAD_SERVER
0 B
18
ENV ORIENTDB_VERSION=3.2.51
0 B
19
ENV ORIENTDB_DOWNLOAD_MD5=75ee7229880272d220ffeebf776fcefd
0 B
20
ENV ORIENTDB_DOWNLOAD_SHA1=c54a73fe01388fc426283f75247a7940a1f131e3
0 B
21
ENV ORIENTDB_DOWNLOAD_URL=https://repo1.maven.org/maven2/com/orientechnologies/orientdb-community/3.2.51/orientdb-community-3.2.51.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
73.85 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