mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
name to seafile-pro-mc
This commit is contained in:
parent
d7fe9a13b8
commit
709ed6219a
|
@ -1,15 +1,15 @@
|
|||
server_version=6.3.4
|
||||
server_version=7.0.1
|
||||
|
||||
base_image=seafileltd/base-mc:18.04
|
||||
base_image_squashed=seafileltd/base-mc:18.04-squashed
|
||||
pro_base_image=seafileltd/pro-base-mc:18.04
|
||||
pro_base_image_squashed=seafileltd/pro-base-mc:18.04-squashed
|
||||
server_image=seafileltd/seafile:$(server_version)
|
||||
server_image_squashed=seafileltd/seafile:$(server_version)-squashed
|
||||
pro_server_image=seafileltd/seafile-pro:$(server_version)
|
||||
pro_server_image_squashed=seafileltd/seafile-pro:$(server_version)-squashed
|
||||
latest_pro_server_image=seafileltd/seafile-pro:latest
|
||||
latest_server_image=seafileltd/seafile:latest
|
||||
server_image=seafileltd/seafile-mc:$(server_version)
|
||||
server_image_squashed=seafileltd/seafile-mc:$(server_version)-squashed
|
||||
pro_server_image=seafileltd/seafile-pro-mc:$(server_version)
|
||||
pro_server_image_squashed=seafileltd/seafile-pro-mc:$(server_version)-squashed
|
||||
latest_pro_server_image=seafileltd/seafile-pro-mc:latest
|
||||
latest_server_image=seafileltd/seafile-mc:latest
|
||||
|
||||
all:
|
||||
@echo
|
||||
|
|
|
@ -7,11 +7,10 @@ FROM seafileltd/base-mc:18.04
|
|||
# when RUN apt-get
|
||||
RUN mkdir -p /usr/share/man/man1
|
||||
|
||||
RUN apt update
|
||||
|
||||
RUN apt-get install -y libmemcached-dev zlib1g-dev pwgen curl openssl poppler-utils libpython2.7 libreoffice \
|
||||
libreoffice-script-provider-python ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy python-requests tzdata \
|
||||
python-pip python-setuptools python-urllib3 python-ldap python-ceph
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y libmemcached-dev zlib1g-dev pwgen curl openssl poppler-utils libpython2.7 libreoffice \
|
||||
libreoffice-script-provider-python ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy python-requests tzdata \
|
||||
python-pip python-setuptools python-urllib3 python-ldap python-ceph
|
||||
|
||||
# The S3 storage, oss storage and psd online preview etc,
|
||||
# depends on the python-backages as follow:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM seafileltd/pro-base-mc:18.04
|
||||
WORKDIR /opt/seafile
|
||||
|
||||
ENV SEAFILE_VERSION=6.3.11 SEAFILE_SERVER=seafile-pro-server
|
||||
ENV SEAFILE_VERSION=7.0.1 SEAFILE_SERVER=seafile-pro-server
|
||||
|
||||
RUN mkdir -p /etc/my_init.d
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM seafileltd/base:18.04
|
||||
FROM seafileltd/base-mc:18.04
|
||||
WORKDIR /opt/seafile
|
||||
|
||||
RUN mkdir -p /etc/my_init.d
|
||||
|
|
Loading…
Reference in a new issue