mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
docker image: move up infrequently-changed layers
This commit is contained in:
parent
b161e46d44
commit
6333307479
|
@ -1,16 +1,17 @@
|
||||||
FROM seafileltd/base:16.04
|
FROM seafileltd/base:16.04
|
||||||
WORKDIR /opt/seafile
|
WORKDIR /opt/seafile
|
||||||
|
|
||||||
ENV SEAFILE_VERSION=6.1.1
|
|
||||||
|
|
||||||
# syslog-ng and syslog-forwarder would mess up the container stdout, not good
|
# syslog-ng and syslog-forwarder would mess up the container stdout, not good
|
||||||
# when debugging/upgrading.
|
# when debugging/upgrading.
|
||||||
RUN sed -i -e 's|\(^exec syslog-ng.*$\)|\1 >>/var/log/syslog-ng.log 2>\&1|g' /etc/service/syslog-ng/run && \
|
RUN sed -i -e 's|\(^exec syslog-ng.*$\)|\1 >>/var/log/syslog-ng.log 2>\&1|g' /etc/service/syslog-ng/run && \
|
||||||
rm -rf /etc/service/syslog-forwarder
|
rm -rf /etc/service/syslog-forwarder
|
||||||
|
|
||||||
|
RUN mkdir -p /etc/my_init.d
|
||||||
|
|
||||||
|
ENV SEAFILE_VERSION=6.1.1
|
||||||
|
|
||||||
RUN mkdir -p /opt/seafile/ && \
|
RUN mkdir -p /opt/seafile/ && \
|
||||||
curl -sSL -o - https://download.seadrive.org/seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz \
|
curl -sSL -o - https://download.seadrive.org/seafile-server_${SEAFILE_VERSION}_x86-64.tar.gz \
|
||||||
| tar xzf - -C /opt/seafile/
|
| tar xzf - -C /opt/seafile/
|
||||||
|
|
||||||
RUN mkdir -p /etc/my_init.d
|
|
||||||
ADD create_data_links.sh /etc/my_init.d/create_data_links.sh
|
ADD create_data_links.sh /etc/my_init.d/create_data_links.sh
|
||||||
|
|
Loading…
Reference in a new issue