mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
Fixed base image name.
This commit is contained in:
parent
73792319d1
commit
bbbc803583
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM seafileltd/seafile:16.04
|
||||
FROM seafileltd/base:16.04
|
||||
WORKDIR /opt/seafile
|
||||
|
||||
ENV SEAFILE_VERSION=6.0.7
|
||||
|
|
Loading…
Reference in a new issue