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
a1e6cbc6
Verified
Commit
a1e6cbc6
authored
3 years ago
by
Janne Mareike Koschinski
Browse files
Options
Downloads
Patches
Plain Diff
feat: use backported versions of seafile
parent
3365ca3c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#2920
passed
3 years ago
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
seahub/Dockerfile
+1
-1
1 addition, 1 deletion
seahub/Dockerfile
server/Dockerfile
+2
-2
2 additions, 2 deletions
server/Dockerfile
with
3 additions
and
3 deletions
seahub/Dockerfile
+
1
−
1
View file @
a1e6cbc6
...
@@ -4,7 +4,7 @@ RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
...
@@ -4,7 +4,7 @@ RUN curl -sL https://deb.nodesource.com/setup_16.x | bash -
RUN
apt-get
install
-y
nodejs
RUN
apt-get
install
-y
nodejs
WORKDIR
/source
WORKDIR
/source
RUN
git clone
--single-branch
--branch
=
feat/postgres-support https://github.com/justjanne/seahub.git
RUN
git clone
--single-branch
--branch
=
feat/postgres-support
-backported
https://github.com/justjanne/seahub.git
WORKDIR
/source/seahub/frontend
WORKDIR
/source/seahub/frontend
RUN
npm
install
--force
RUN
npm
install
--force
...
...
This diff is collapsed.
Click to expand it.
server/Dockerfile
+
2
−
2
View file @
a1e6cbc6
...
@@ -80,8 +80,8 @@ RUN pip install \
...
@@ -80,8 +80,8 @@ RUN pip install \
RUN
mkdir
/source
RUN
mkdir
/source
WORKDIR
/source
WORKDIR
/source
RUN
git clone https://github.com/haiwen/libevhtp.git
RUN
git clone https://github.com/haiwen/libevhtp.git
RUN
git clone https://github.com/haiwen/libsearpc.git
RUN
git clone
--branch
=
v3.2-latest
https://github.com/haiwen/libsearpc.git
RUN
git clone
--single-branch
--branch
=
feat/postgres-support https://github.com/justjanne/seafile-server.git
RUN
git clone
--single-branch
--branch
=
feat/postgres-support
-backported
https://github.com/justjanne/seafile-server.git
WORKDIR
/source/libevhtp
WORKDIR
/source/libevhtp
RUN
cmake
-DEVHTP_DISABLE_SSL
=
ON
-DEVHTP_BUILD_SHARED
=
OFF .
RUN
cmake
-DEVHTP_DISABLE_SSL
=
ON
-DEVHTP_BUILD_SHARED
=
OFF .
...
...
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