Commit 32761ae1 by Gil Sade

added ffmpeg version N-61041-g52a2138 + docker file of ubuntu 14.04

parent f1e60cbd
#FROM domeos/java:jdk8
#FROM opencoconut/ffmpeg
FROM vertigomedia/ubuntu-jdk8
MAINTAINER <devops@ipgallery.com>
ENV RESIN_VERSION 4.0.45
ENV RESIN_HOME /opt/resin
#ENV JAVA_HOME /opt/jdk
ENV PATH=${RESIN_HOME}/bin;${PATH}
WORKDIR /opt
RUN curl -ssL http://caucho.com/download/resin-pro-${RESIN_VERSION}.tar.gz -o resin.tar.gz && \
tar -zxvf resin.tar.gz && \
rm -rf resin.tar.gz && \
mv resin-pro-${RESIN_VERSION} resin
#RUN /opt/resin/configure --prefix=`pwd` && make && make install
EXPOSE 8080
EXPOSE 8443
EXPOSE 9080
VOLUME "/opt/resin/webapps"
WORKDIR /opt/resin
ADD src/resin.properties /etc/resin/
ADD src/cluster-default.xml /etc/resin/
ADD src/resin.sh /opt/resin/bin/
RUN chmod +x /opt/resin/bin/resin.sh
COPY src/ffmpeg /usr/bin/
RUN chmod +x /usr/bin/ffmpeg
#ENTRYPOINT ["/opt/resin/bin/resin.sh", "console"]
The file could not be displayed because it is too large.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment