mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
Update to server 6.1.1
This commit is contained in:
parent
702f5da610
commit
d8a4fe7a25
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
######################################
|
######################################
|
||||||
# Publish the seafile server image (e.g. seafileltd/seafile:6.0.9) to docker
|
# Publish the seafile server image (e.g. seafileltd/seafile:6.1.1) to docker
|
||||||
# registry. This script should only be called during a travis build trigger by a tag.
|
# registry. This script should only be called during a travis build trigger by a tag.
|
||||||
######################################
|
######################################
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
server_version=6.0.9
|
server_version=6.1.1
|
||||||
|
|
||||||
base_image=seafileltd/base:16.04
|
base_image=seafileltd/base:16.04
|
||||||
base_image_squashed=seafileltd/base:16.04-squashed
|
base_image_squashed=seafileltd/base:16.04-squashed
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
FROM seafileltd/base:16.04
|
FROM seafileltd/base:16.04
|
||||||
WORKDIR /opt/seafile
|
WORKDIR /opt/seafile
|
||||||
|
|
||||||
ENV SEAFILE_VERSION=6.0.9
|
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.
|
||||||
|
|
2
launcher
2
launcher
|
@ -22,7 +22,7 @@ usage () {
|
||||||
set -e
|
set -e
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
version=6.0.9
|
version=6.1.1
|
||||||
image=seafileltd/seafile:$version
|
image=seafileltd/seafile:$version
|
||||||
local_image=local_seafile/server:latest
|
local_image=local_seafile/server:latest
|
||||||
dockerdir=$(cd "$(dirname $0)"; pwd -P)
|
dockerdir=$(cd "$(dirname $0)"; pwd -P)
|
||||||
|
|
|
@ -8,7 +8,7 @@ you should use it instead of the linux 'launcher' script.
|
||||||
|
|
||||||
$ErrorActionPreference = "Stop"
|
$ErrorActionPreference = "Stop"
|
||||||
|
|
||||||
$version = "6.0.9"
|
$version = "6.1.1"
|
||||||
$image = "seafileltd/seafile:$version"
|
$image = "seafileltd/seafile:$version"
|
||||||
$local_image = "local_seafile/server:latest"
|
$local_image = "local_seafile/server:latest"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
FROM seafileltd/seafile:6.0.9
|
FROM seafileltd/seafile:6.1.1
|
||||||
|
|
||||||
ENV SEAFILE_VERSION=6.1.0
|
ENV SEAFILE_VERSION=6.1.0
|
||||||
|
|
||||||
RUN mv /opt/seafile/seafile-server-6.0.9 /opt/seafile/seafile-server-${SEAFILE_VERSION}
|
RUN mv /opt/seafile/seafile-server-6.1.1 /opt/seafile/seafile-server-${SEAFILE_VERSION}
|
||||||
|
|
||||||
ADD upgrade_6.0_6.1.sh /opt/seafile/seafile-server-${SEAFILE_VERSION}/upgrade/upgrade_6.0_6.1.sh
|
ADD upgrade_6.0_6.1.sh /opt/seafile/seafile-server-${SEAFILE_VERSION}/upgrade/upgrade_6.0_6.1.sh
|
||||||
|
|
Loading…
Reference in a new issue