This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9363f31
commit 06e0d4b
Showing
4 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
FROM mweindel/apache-kudu:1.10.0 | ||
FROM mweindel/apache-kudu:1.11.1 | ||
|
||
LABEL maintainer="[email protected]" | ||
|
||
ENV KUDU_VERSION 1.10.0 | ||
ENV KUDU_VERSION 1.11.1 | ||
|
||
RUN yum -y install epel-release && \ | ||
yum -y install python-sqlobject && \ | ||
yum -y install https://github.com/genereese/togo/releases/download/v2.4r1/togo-2.4-1.noarch.rpm | ||
|
||
ENV RPM_NAME kudu | ||
|
||
RUN togo configure -n "Martin Weindel" -e "[email protected]" && \ | ||
|
@@ -28,7 +28,7 @@ RUN cd /tmp/${RPM_NAME} && \ | |
cp -a /opt/kudu/kudu-tserver root/usr/lib/kudu/sbin && \ | ||
cp -aR /opt/kudu/www root/usr/lib/kudu | ||
|
||
|
||
ADD doc/* /tmp/${RPM_NAME}/root/usr/share/doc/kudu-${KUDU_VERSION}/ | ||
|
||
ADD sbin/* /tmp/${RPM_NAME}/root/usr/sbin/ | ||
|
@@ -46,10 +46,10 @@ RUN cd /tmp/${RPM_NAME} && \ | |
togo file exclude root/usr/bin && \ | ||
togo file exclude root/usr/share/doc && \ | ||
togo file exclude root/etc/kudu | ||
|
||
ADD spec/* /tmp/${RPM_NAME}/spec/ | ||
|
||
RUN cd /tmp/${RPM_NAME} && \ | ||
togo build package | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters