Skip to content

Commit

Permalink
pro-server-6.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renfeipeng committed Oct 16, 2018
1 parent 1d6a887 commit b2f326d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/ci.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version=6.3.3
version=6.3.7
set -e -x
./ci/install_deps.sh

Expand Down
2 changes: 1 addition & 1 deletion image/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
server_version=6.3.3
server_version=6.3.7

base_image=seafileltd/base:16.04
base_image_squashed=seafileltd/base:16.04-squashed
Expand Down
6 changes: 4 additions & 2 deletions image/pro_seafile/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
FROM seafileltd/pro-base:16.04
WORKDIR /opt/seafile

ENV SEAFILE_VERSION=6.2.13 SEAFILE_SERVER=seafile-pro-server
ENV SEAFILE_VERSION=6.3.7 SEAFILE_SERVER=seafile-pro-server

RUN mkdir -p /etc/my_init.d

RUN mkdir -p /opt/seafile/

RUN curl -sSL -G -d "p=/seafile-pro-server_${SEAFILE_VERSION}_x86-64_Ubuntu.tar.gz&dl=1" https://download.seafile.top/d/8c29766a64d24122936f/files/ \
RUN curl -sSL -G -d "p=/pro/seafile-pro-server_${SEAFILE_VERSION}_x86-64_Ubuntu.tar.gz&dl=1" https://download.seafile.com/d/6e5297246c/files/ \
| tar xzf - -C /opt/seafile/

ADD scripts/create_data_links.sh /etc/my_init.d/01_create_data_links.sh

COPY scripts /scripts
COPY templates /templates

EXPOSE 80

CMD ["/sbin/my_init", "--", "/scripts/start.py"]

0 comments on commit b2f326d

Please sign in to comment.