sha256:b46a3983251f627abb3ddbd73483e5df45d83ae9b15fe784e45abf0fe423330b
OS/ARCH
Compressed size
160.34 MB
Last pushed
7 months by doijanky
Type
Image
Vulnerabilities
Manifest digest
sha256:dc40d11bfd530b09f29210b6dfc6902960b8cb5968b7974cd08615974b8f0d4a
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