diff --git a/ci/publish-image.sh b/ci/publish-image.sh index dcca232..6729186 100755 --- a/ci/publish-image.sh +++ b/ci/publish-image.sh @@ -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 diff --git a/image/Makefile b/image/Makefile index 046db3c..1c19eff 100644 --- a/image/Makefile +++ b/image/Makefile @@ -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: diff --git a/image/seafile/Dockerfile b/image/seafile/Dockerfile index bc29434..22049fa 100644 --- a/image/seafile/Dockerfile +++ b/image/seafile/Dockerfile @@ -1,4 +1,4 @@ -FROM seafileltd/seafile:16.04 +FROM seafileltd/base:16.04 WORKDIR /opt/seafile ENV SEAFILE_VERSION=6.0.7