Merge branch 'staging'
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
### [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)
|
||||||
## [1.1.0] - 2019/04/09
|
## [1.1.0] - 2019/04/09
|
||||||
- The container now actually use the UID/GID provided to it:
|
- The container now actually use the UID/GID provided to it:
|
||||||
The container entrypoint is run with root, then another entrypoint is run by the container's user, seafuser, to run the Seafile client.
|
The container entrypoint is run with root, then another entrypoint is run by the container's user, seafuser, to run the Seafile client.
|
||||||
|
|||||||
14
README.md
14
README.md
@@ -1,4 +1,4 @@
|
|||||||
[](https://gitlab.com/flwgns-docker/seafile-client/commits/1.1.0)
|
[](https://gitlab.com/flwgns-docker/seafile-client/commits/1.1.1)
|
||||||
[](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,11 +11,11 @@ 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.0),
|
[`1`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.1.1),
|
||||||
[`1.1`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.1.0),
|
[`1.1`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.1.1),
|
||||||
[`1.1.0`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.1.0),
|
[`1.1.1`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.1.1),
|
||||||
[`latest`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.1.0)
|
[`latest`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.1.1)
|
||||||
(see tag/release [1.1.0](https://gitlab.com/flwgns-docker/seafile-client/tags/1.1.0))
|
(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.
|
None at the moment.
|
||||||
@@ -25,6 +25,8 @@ None at the moment.
|
|||||||
(see branch [staging](https://gitlab.com/flwgns-docker/seafile-client/tree/staging))
|
(see branch [staging](https://gitlab.com/flwgns-docker/seafile-client/tree/staging))
|
||||||
|
|
||||||
## 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.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),
|
||||||
[`1.0.3`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.0.3),
|
[`1.0.3`](https://gitlab.com/flwgns-docker/seafile-client/tags/1.0.3),
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ set -x
|
|||||||
|
|
||||||
sleep 10
|
sleep 10
|
||||||
while true; do
|
while true; do
|
||||||
|
/usr/bin/seaf-cli stop
|
||||||
/usr/bin/seaf-cli start
|
/usr/bin/seaf-cli start
|
||||||
sleep 3600
|
sleep 1200
|
||||||
done
|
done
|
||||||
Reference in New Issue
Block a user