Skip to content

Commit

Permalink
Merge pull request #23 from ing-bank/feature/use-latest-atlas
Browse files Browse the repository at this point in the history
build docker image from latest atlas master branch
  • Loading branch information
arempter authored Nov 12, 2019
2 parents 4cfa1e4 + 006feaf commit 23319e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ ENV TARBALL apache-atlas-${ATLAS_VERSION}-sources.tar.gz
ENV ATLAS_REPO https://dist.apache.org/repos/dist/release/atlas/${ATLAS_VERSION}/${TARBALL}
ENV MAVEN_OPTS "-Xms2g -Xmx2g"

RUN curl ${ATLAS_REPO} -o ${TARBALL} \
&& tar xzf ${TARBALL} \
&& cd apache-atlas-sources-${ATLAS_VERSION} \
RUN git clone http://github.com/apache/atlas.git \
&& cd atlas \
&& mvn clean -DskipTests package -Pdist,embedded-hbase-solr \
&& mv distro/target/apache-atlas-*-bin.tar.gz /apache-atlas.tar.gz

Expand Down

0 comments on commit 23319e4

Please sign in to comment.