Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
opendht
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Model registry
Analyze
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
savoirfairelinux
opendht
Commits
a831afdc
Commit
a831afdc
authored
2 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
docker: build using current repo state
parent
13bb50b8
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
docker/Dockerfile
+3
-2
3 additions, 2 deletions
docker/Dockerfile
docker/DockerfileBionic
+3
-2
3 additions, 2 deletions
docker/DockerfileBionic
docker/DockerfileFocal
+3
-2
3 additions, 2 deletions
docker/DockerfileFocal
docker/DockerfileLlvm
+3
-2
3 additions, 2 deletions
docker/DockerfileLlvm
with
12 additions
and
8 deletions
docker/Dockerfile
+
3
−
2
View file @
a831afdc
...
...
@@ -2,8 +2,9 @@ FROM ghcr.io/savoirfairelinux/opendht/opendht-deps:latest
LABEL
maintainer="Adrien Béraud <adrien.beraud@savoirfairelinux.com>"
LABEL
org.opencontainers.image.source https://github.com/savoirfairelinux/opendht
RUN
git clone https://github.com/savoirfairelinux/opendht.git
\
&&
cd
opendht
&&
mkdir
build
&&
cd
build
\
COPY
. opendht
RUN
cd
opendht
&&
mkdir
build
&&
cd
build
\
&&
cmake ..
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION
=
On
\
-DOPENDHT_C
=
On
\
...
...
This diff is collapsed.
Click to expand it.
docker/DockerfileBionic
+
3
−
2
View file @
a831afdc
...
...
@@ -2,8 +2,9 @@ FROM ghcr.io/savoirfairelinux/opendht/opendht-deps-bionic:latest
LABEL maintainer="Adrien Béraud <adrien.beraud@savoirfairelinux.com>"
LABEL org.opencontainers.image.source https://github.com/savoirfairelinux/opendht
RUN git clone https://github.com/savoirfairelinux/opendht.git \
&& cd opendht && mkdir build && cd build \
COPY . opendht
RUN cd opendht && mkdir build && cd build \
&& cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=On \
-DOPENDHT_C=On \
...
...
This diff is collapsed.
Click to expand it.
docker/DockerfileFocal
+
3
−
2
View file @
a831afdc
...
...
@@ -2,8 +2,9 @@ FROM ghcr.io/savoirfairelinux/opendht/opendht-deps-bionic:latest
LABEL maintainer="Adrien Béraud <adrien.beraud@savoirfairelinux.com>"
LABEL org.opencontainers.image.source https://github.com/savoirfairelinux/opendht
RUN git clone https://github.com/savoirfairelinux/opendht.git \
&& cd opendht && mkdir build && cd build \
COPY . opendht
RUN cd opendht && mkdir build && cd build \
&& cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=On \
-DOPENDHT_C=On \
...
...
This diff is collapsed.
Click to expand it.
docker/DockerfileLlvm
+
3
−
2
View file @
a831afdc
...
...
@@ -2,8 +2,9 @@ FROM ghcr.io/savoirfairelinux/opendht/opendht-deps-llvm:latest
LABEL maintainer="Adrien Béraud <adrien.beraud@savoirfairelinux.com>"
LABEL org.opencontainers.image.source https://github.com/savoirfairelinux/opendht
RUN git clone https://github.com/savoirfairelinux/opendht.git \
&& cd opendht && mkdir build && cd build \
COPY . opendht
RUN cd opendht && mkdir build && cd build \
&& cmake .. -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=On \
-DOPENDHT_C=On \
...
...
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