diff --git a/Bigdata/atlas/2.4.0/24.03-lts-sp1/Dockerfile b/Bigdata/atlas/2.4.0/24.03-lts-sp1/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..e2a5fce68025cfd6af8fff55ed22282a17347e23 --- /dev/null +++ b/Bigdata/atlas/2.4.0/24.03-lts-sp1/Dockerfile @@ -0,0 +1,15 @@ +ARG BASE=openeuler/openeuler:24.03-lts-sp1 +FROM $BASE + +ARG VERSION=2.4.0 + +RUN yum install -y git maven java-17-openjdk-devel make gcc g++ + +RUN git clone -b release-${VERSION} https://github.com/apache/atlas.git + +WORKDIR /atlas +ENV MAVEN_OPTS="-Xms8g -Xmx8g" +RUN mvn clean install -DskipTests -T 2C +RUN mvn clean package -Pdist -DskipTests + +CMD ["bash"] \ No newline at end of file diff --git a/Bigdata/atlas/meta.yml b/Bigdata/atlas/meta.yml new file mode 100644 index 0000000000000000000000000000000000000000..1a89f84597e185c9b6948a4d38074ef953dab866 --- /dev/null +++ b/Bigdata/atlas/meta.yml @@ -0,0 +1,2 @@ +2.4.0-oe2403sp1: + path: 2.4.0/24.03-lts-sp1/Dockerfile diff --git a/Bigdata/image-list.yml b/Bigdata/image-list.yml index f4670acc9f668e9ce817219c6c450a632d8ccf22..c43cdf91950b945b8692cbfa76cec94a6828d30c 100644 --- a/Bigdata/image-list.yml +++ b/Bigdata/image-list.yml @@ -25,4 +25,5 @@ images: storm: storm thrift: thrift knox: knox - tez: tez \ No newline at end of file + tez: tez + atlas: atlas \ No newline at end of file