File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,10 @@ RUN yum -y update && \
7676 && yum clean all \
7777 && rm -rf /tmp/* /var/tmp/*
7878
79+ ENV TINI_VERSION v0.18.0
80+ ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /usr/bin/tini
81+ RUN chmod +x /usr/bin/tini
82+
7983ENV JAVA_HOME=/etc/alternatives/jre
8084
8185ENV HADOOP_VERSION 3.1.1
Original file line number Diff line number Diff line change @@ -77,6 +77,10 @@ RUN yum -y update && \
7777 && yum clean all \
7878 && rm -rf /tmp/* /var/tmp/*
7979
80+ ENV TINI_VERSION v0.18.0
81+ ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /usr/bin/tini
82+ RUN chmod +x /usr/bin/tini
83+
8084ENV JAVA_HOME=/etc/alternatives/jre
8185
8286ENV HADOOP_VERSION 3.1.1
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ RUN yum -y update && \
5353 rsync \
5454 openssl \
5555 faq \
56+ tini \
5657 && yum clean all \
5758 && rm -rf /tmp/* /var/tmp/*
5859
You can’t perform that action at this time.
0 commit comments