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
f114c4a
commit 3d355e7
Showing
4 changed files
with
10 additions
and
10 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,8 +1,8 @@ | ||
FROM usuresearch/apache-kudu:1.7.1 | ||
FROM usuresearch/apache-kudu:1.8.0 | ||
|
||
LABEL maintainer="[email protected]" | ||
|
||
ENV KUDU_VERSION 1.7.1 | ||
ENV KUDU_VERSION 1.8.0 | ||
|
||
RUN yum -y install epel-release && \ | ||
yum -y install python-sqlobject && \ | ||
|
@@ -23,10 +23,10 @@ RUN togo configure -n "Martin Weindel" -e "[email protected]" && \ | |
mkdir -p root/usr/lib/systemd/system/ | ||
|
||
RUN cd /tmp/${RPM_NAME} && \ | ||
cp -a /app/kudu root/usr/lib/kudu/bin && \ | ||
cp -a /app/kudu-master root/usr/lib/kudu/sbin && \ | ||
cp -a /app/kudu-tserver root/usr/lib/kudu/sbin && \ | ||
cp -aR /app/www root/usr/lib/kudu | ||
cp -a /opt/kudu/kudu root/usr/lib/kudu/bin && \ | ||
cp -a /opt/kudu/kudu-master root/usr/lib/kudu/sbin && \ | ||
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}/ | ||
|
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