Skip to content

Commit

Permalink
build for kudu 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeindel committed Jun 26, 2021
1 parent b92d6d1 commit 331ef73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
FROM centos:7

ARG KUDU_VERSION=1.12.0
ARG KUDU_VERSION=1.15.0
ARG PARALLEL=4
ARG APACHE_MIRROR="http://mirror.netcologne.de/apache.org"

RUN yum -y install autoconf automake cyrus-sasl-devel cyrus-sasl-gssapi \
cyrus-sasl-plain flex gcc gcc-c++ gdb git java-1.8.0-openjdk-devel \
RUN yum -y install centos-release-scl
RUN yum -y install cyrus-sasl-devel cyrus-sasl-gssapi \
cyrus-sasl-plain flex git java-1.8.0-openjdk-devel \
krb5-server krb5-workstation libtool make openssl-devel patch pkgconfig \
redhat-lsb-core rsync unzip vim-common which
redhat-lsb-core rsync unzip vim-common which \
devtoolset-8

ENV KUDU=apache-kudu-${KUDU_VERSION}
ENV KUDU_URL="${APACHE_MIRROR}/kudu/${KUDU_VERSION}/${KUDU}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ docker run -d --rm --name apache-kudu -p 7051:7051 -p 7050:7050 -p 8051:8051 -p

```
docker build . -t mweindel/apache-kudu
docker tag mweindel/apache-kudu mweindel/apache-kudu:1.12.0
docker tag mweindel/apache-kudu mweindel/apache-kudu:1.15.0
```

0 comments on commit 331ef73

Please sign in to comment.