diff --git a/Database/orientdb/3.2.44/24.03-lts-sp1/Dockerfile b/Database/orientdb/3.2.44/24.03-lts-sp1/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..388362ec8cf579fac98c99583e561131ee344068 --- /dev/null +++ b/Database/orientdb/3.2.44/24.03-lts-sp1/Dockerfile @@ -0,0 +1,10 @@ +ARG BASE=openeuler/openeuler:24.03-lts-sp1 +FROM ${BASE} + +ARG VERSION=3.2.44 + +RUN yum install -y git maven java-17-openjdk-devel && \ + git clone -b ${VERSION} https://github.com/orientechnologies/orientdb.git + +WORKDIR /orientdb +RUN mvn clean install -Dmaven.test.skip=true \ No newline at end of file diff --git a/Database/orientdb/README.md b/Database/orientdb/README.md index 9e2d9959af7dd40dc2d4d1cd5ebcfc5d791e2156..11c5c18989999fa3b1b8021d1bf9d98570c0e1b0 100644 --- a/Database/orientdb/README.md +++ b/Database/orientdb/README.md @@ -16,6 +16,7 @@ For more information about orientdb, please visit [https://orientdb.dev/](https: The tag of each orientdb docker image is consist of the version of orientdb and the version of basic image. The details are as follows | Tags | Currently | Architectures| |--|--|--| +|[3.2.44-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Database/orientdb/3.2.44/24.03-lts-sp1/Dockerfile) | orientdb 3.2.44 on openEuler 24.03-LTS-SP1 | amd64, arm64 | |[3.2.38-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Bigdata/orientdb/3.2.38/24.03-lts-sp1/Dockerfile)| OrientDB 3.2.38 on openEuler 24.03-LTS-SP1 | amd64, arm64 | # Usage diff --git a/Database/orientdb/doc/image-info.yml b/Database/orientdb/doc/image-info.yml index 67c7081f473fffafdc9b426c7c55d37126766a48..4675a0e387b1c13b398cbeb3a2948ce4c6a8f619 100644 --- a/Database/orientdb/doc/image-info.yml +++ b/Database/orientdb/doc/image-info.yml @@ -11,6 +11,7 @@ tags: | | Tag | Currently | Architectures | |----------|-------------|------------------| + |[3.2.44-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Database/orientdb/3.2.44/24.03-lts-sp1/Dockerfile) | orientdb 3.2.44 on openEuler 24.03-LTS-SP1 | amd64, arm64 | |[3.2.38-oe2403sp1](https://gitee.com/openeuler/openeuler-docker-images/blob/master/Bigdata/orientdb/3.2.38/24.03-lts-sp1/Dockerfile)| OrientDB 3.2.38 on openEuler 24.03-LTS-SP1 | amd64, arm64 | download: | diff --git a/Database/orientdb/meta.yml b/Database/orientdb/meta.yml index 7ef2f4a9b59f3d1aef7fa787d998051766b39cf4..621a3bab307d0c22d4a16d23f0fa9fae2808fe78 100644 --- a/Database/orientdb/meta.yml +++ b/Database/orientdb/meta.yml @@ -1,4 +1,6 @@ 3.2.38-oe2403sp1: path: 3.2.38/24.03-lts-sp1/Dockerfile 3.2.43-oe2403sp1: - path: 3.2.43/24.03-lts-sp1/Dockerfile \ No newline at end of file + path: 3.2.43/24.03-lts-sp1/Dockerfile +3.2.44-oe2403sp1: + path: 3.2.44/24.03-lts-sp1/Dockerfile \ No newline at end of file