mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
Updated to seafile server 6.0.9
This commit is contained in:
parent
f54fbbb2fa
commit
5f89412d04
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
######################################
|
||||
# Publish the seafile server image (e.g. seafileltd/seafile:6.0.7) to docker
|
||||
# Publish the seafile server image (e.g. seafileltd/seafile:6.0.9) to docker
|
||||
# registry. This script should only be called during a travis build trigger by a tag.
|
||||
######################################
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
server_version=6.0.7
|
||||
server_version=6.0.9
|
||||
|
||||
base_image=seafileltd/base:16.04
|
||||
base_image_squashed=seafileltd/base:16.04-squashed
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM seafileltd/base:16.04
|
||||
WORKDIR /opt/seafile
|
||||
|
||||
ENV SEAFILE_VERSION=6.0.7
|
||||
ENV SEAFILE_VERSION=6.0.9
|
||||
|
||||
# syslog-ng and syslog-forwarder would mess up the container stdout, not good
|
||||
# when debugging/upgrading.
|
||||
|
|
2
launcher
2
launcher
|
@ -21,7 +21,7 @@ usage () {
|
|||
set -e
|
||||
set -o pipefail
|
||||
|
||||
version=6.0.7
|
||||
version=6.0.9
|
||||
image=seafileltd/seafile:$version
|
||||
local_image=local_seafile/server:latest
|
||||
dockerdir=$(cd "$(dirname $0)"; pwd -P)
|
||||
|
|
|
@ -8,7 +8,7 @@ you should use it instead of the linux 'launcher' script.
|
|||
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
$version = "6.0.7"
|
||||
$version = "6.0.9"
|
||||
$image = "seafileltd/seafile:$version"
|
||||
$local_image = "local_seafile/server:latest"
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM seafileltd/seafile:6.0.7
|
||||
FROM seafileltd/seafile:6.0.9
|
||||
|
||||
ENV SEAFILE_VERSION=6.1.0
|
||||
|
||||
RUN mv /opt/seafile/seafile-server-6.0.7 /opt/seafile/seafile-server-${SEAFILE_VERSION}
|
||||
RUN mv /opt/seafile/seafile-server-6.0.9 /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
|
||||
|
|
Loading…
Reference in a new issue