Fixed base image name.

This commit is contained in:
Shuai Lin 2017-01-03 15:08:34 +08:00
parent 73792319d1
commit bbbc803583
3 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ set -o pipefail
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
## Always use the base image we build manually to reduce the download size of the end user.
docker pull seafileltd/seafile:16.04
docker pull seafileltd/base:16.04
(
cd image

View file

@ -1,7 +1,7 @@
server_version=6.0.7
base_image=seafileltd/seafile:16.04
base_image_squashed=seafileltd/seafile:16.04-squashed
base_image=seafileltd/base:16.04
base_image_squashed=seafileltd/base:16.04-squashed
server_image=seafileltd/seafile:$(server_version)
all:

View file

@ -1,4 +1,4 @@
FROM seafileltd/seafile:16.04
FROM seafileltd/base:16.04
WORKDIR /opt/seafile
ENV SEAFILE_VERSION=6.0.7