summaryrefslogtreecommitdiffstats
path: root/pnda-mirror-container/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'pnda-mirror-container/Dockerfile')
-rw-r--r--pnda-mirror-container/Dockerfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/pnda-mirror-container/Dockerfile b/pnda-mirror-container/Dockerfile
index 595463d..c6b8f30 100644
--- a/pnda-mirror-container/Dockerfile
+++ b/pnda-mirror-container/Dockerfile
@@ -25,15 +25,14 @@ RUN yum clean all && rm -rf /var/cache/yum/* && yum install gettext git -y
RUN git clone -b $PNDARELEASE https://github.com/pndaproject/pnda.git
WORKDIR /pnda/mirror
-RUN ./create_mirror.sh
-RUN rm -rf /pnda/mirror/mirror-dist/mirror_cloudera
+RUN ./create_mirror.sh HDP
WORKDIR /pnda/build
RUN ./install-build-tools.sh
RUN yum install bzip2 make which -y
RUN source ./set-pnda-env.sh \
- && ./build-pnda.sh BRANCH $PNDARELEASE
+ && ./build-pnda.sh BRANCH $PNDARELEASE HDP
FROM nginx:alpine