Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
seafile
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
seafile
Commits
08fc59ab
Verified
Commit
08fc59ab
authored
4 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
Downgrade seafile
parent
b5e1f256
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#629
passed
4 years ago
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+3
-1
3 additions, 1 deletion
Dockerfile
src/setenv.sh
+1
-1
1 addition, 1 deletion
src/setenv.sh
with
4 additions
and
2 deletions
Dockerfile
+
3
−
1
View file @
08fc59ab
...
...
@@ -49,9 +49,11 @@ ENV SEAFILE_CONF_DIR=$ROOTPATH/seafile-data
ENV
GC_AT_STARTUP=false
VOLUME
$SEAFILE_CONF_DIR
RUN
wget https://download.seadrive.org/seafile-server_
8.0.3
_x86-64.tar.gz
-O
/tmp/seafile-server.tar.gz
&&
\
RUN
wget https://download.seadrive.org/seafile-server_
7.1.5
_x86-64.tar.gz
-O
/tmp/seafile-server.tar.gz
&&
\
tar
-C
/tmp/
-xzvf
/tmp/seafile-server.tar.gz
&&
\
rm
/tmp/seafile-server.tar.gz
&&
\
mv
/tmp/seafile-server-
*
$INSTALLPATH
RUN
rm
-rf
$INSTALLPATH
/seahub/media/avatars
&&
\
ln
-s
$ROOTPATH
/seahub-data/avatars
$INSTALLPATH
/seahub/media/avatars
ENTRYPOINT
["/docker-entrypoint.sh"]
This diff is collapsed.
Click to expand it.
src/setenv.sh
+
1
−
1
View file @
08fc59ab
export
PYTHONPATH
=
${
INSTALLPATH
}
/seafile/lib/python
3.6
/site-packages:
${
INSTALLPATH
}
/seafile/lib64/python
3.6
/site-packages:
${
INSTALLPATH
}
/seahub/thirdpart:
$PYTHONPATH
export
PYTHONPATH
=
${
INSTALLPATH
}
/seafile/lib/python
2.7
/site-packages:
${
INSTALLPATH
}
/seafile/lib64/python
2.7
/site-packages:
${
INSTALLPATH
}
/seahub/thirdpart:
$PYTHONPATH
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment