Skip to content

Commit

Permalink
Merge pull request #1 from Strandtasche/master
Browse files Browse the repository at this point in the history
build for kudu 1.12.0
  • Loading branch information
MartinWeindel authored Jun 20, 2020
2 parents 1e1f752 + dd0a998 commit b92d6d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM centos:7

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

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.11.1
docker tag mweindel/apache-kudu mweindel/apache-kudu:1.12.0
```

0 comments on commit b92d6d1

Please sign in to comment.