Merge branch 'staging'
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
### [1.1.2] - 2019/04/18
|
||||||
|
- Slim down the Docker image, from 102MB to 67MB, gaining 35MB, reducing size by 34%.
|
||||||
### [1.1.1] - 2019/04/18
|
### [1.1.1] - 2019/04/18
|
||||||
- Because of the infinite-seaf-cli-start loop, within the container was running many seaf-daemons. Now, the infinite loop stop the current seaf-daemon before starting it again. (see #3)
|
- Because of the infinite-seaf-cli-start loop, within the container was running many seaf-daemons. Now, the infinite loop stop the current seaf-daemon before starting it again. (see #3)
|
||||||
## [1.1.0] - 2019/04/09
|
## [1.1.0] - 2019/04/09
|
||||||
|
|||||||
18
Dockerfile
18
Dockerfile
@@ -14,7 +14,7 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
# along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
FROM debian:jessie
|
FROM debian:jessie-slim
|
||||||
|
|
||||||
# Prevent the packages installation to halt.
|
# Prevent the packages installation to halt.
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
@@ -26,8 +26,20 @@ COPY assets/seafile.list /etc/apt/sources.list.d/
|
|||||||
COPY utils/build/import-seafile-apt-key.sh /
|
COPY utils/build/import-seafile-apt-key.sh /
|
||||||
RUN /bin/bash /import-seafile-apt-key.sh ;\
|
RUN /bin/bash /import-seafile-apt-key.sh ;\
|
||||||
apt-get update ;\
|
apt-get update ;\
|
||||||
apt-get install -o Dpkg::Options::="--force-confold" -y seafile-cli supervisor
|
apt-get install \
|
||||||
RUN rm -f /import-seafile-apt-key.sh
|
-o Dpkg::Options::="--force-confold" \
|
||||||
|
-y \
|
||||||
|
seafile-cli \
|
||||||
|
supervisor ;\
|
||||||
|
apt-get clean ;\
|
||||||
|
apt-get autoclean \
|
||||||
|
-o APT::Clean-Installed=true ;\
|
||||||
|
rm \
|
||||||
|
-f \
|
||||||
|
/var/log/fsck/*.log \
|
||||||
|
/var/log/apt/*.log \
|
||||||
|
/var/cache/debconf/*.dat-old \
|
||||||
|
/import-seafile-apt-key.sh
|
||||||
|
|
||||||
# Create the seafile client user.
|
# Create the seafile client user.
|
||||||
ENV UNAME=seafuser
|
ENV UNAME=seafuser
|
||||||
|
|||||||
21
README.md
21
README.md
@@ -1,4 +1,4 @@
|
|||||||
[](https://gitlab.com/flwgns-docker/seafile-client/commits/1.1.1)
|
[](https://gitlab.com/flwgns-docker/seafile-client/commits/1.1.2)
|
||||||
[](https://hub.docker.com/r/flowgunso/seafile-client)
|
[](https://hub.docker.com/r/flowgunso/seafile-client)
|
||||||
[](https://www.gnu.org/licenses/gpl-3.0)
|
[](https://www.gnu.org/licenses/gpl-3.0)
|
||||||
[](https://gitlab.com/flwgns-docker/seafile-client/)
|
[](https://gitlab.com/flwgns-docker/seafile-client/)
|
||||||
@@ -11,21 +11,22 @@ Permanent stable releases will not be built again.
|
|||||||
You can rely on the weekly stable releases. They are stable.
|
You can rely on the weekly stable releases. They are stable.
|
||||||
|
|
||||||
## Weekly stable releases.
|
## Weekly stable releases.
|
||||||
[`1`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.1.1),
|
[`1`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.1.2),
|
||||||
[`1.1`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.1.1),
|
[`1.1`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.1.2),
|
||||||
[`1.1.1`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.1.1),
|
[`1.1.2`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.1.2),
|
||||||
[`latest`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.1.1)
|
[`latest`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.1.2)
|
||||||
(see tag/release [1.1.1](https://gitlab.com/flwgns-docker/seafile-client/tags/1.1.1))
|
|
||||||
|
|
||||||
## Permanent stable releases.
|
## Permanent stable releases.
|
||||||
None at the moment.
|
[`1.1.1`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.1.1):
|
||||||
|
Release previous to the slim down. Image is larger than 100MB.
|
||||||
|
|
||||||
## Developmental releases.
|
## Developmental releases.
|
||||||
[`staging`](https://gitlab.com/flwgns-docker/seafile-client/tree/staging)
|
[`staging`](https://gitlab.com/flwgns-docker/seafile-client/tree/staging):
|
||||||
(see branch [staging](https://gitlab.com/flwgns-docker/seafile-client/tree/staging))
|
The purpose of this release is to test feature and make them available to anyone.
|
||||||
|
|
||||||
## Obsolete releases.
|
## Obsolete releases.
|
||||||
[`1.1.0`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.1.0) see [issue #3](https://gitlab.com/flwgns-docker/seafile-client/issues/3).
|
[`1.1.0`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.1.0)
|
||||||
|
see [issue #3](https://gitlab.com/flwgns-docker/seafile-client/issues/3).
|
||||||
|
|
||||||
[`1.0`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.0.6) and it's revision
|
[`1.0`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.0.6) and it's revision
|
||||||
[`1.0.6`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.0.6),
|
[`1.0.6`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.0.6),
|
||||||
|
|||||||
Reference in New Issue
Block a user