Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dune-docker
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ansgar Burchardt
dune-docker
Commits
8a48fdd6
Verified
Commit
8a48fdd6
authored
Feb 02, 2016
by
Ansgar Burchardt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add dune-fufem:git image.
parent
9b13a01f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
Makefile
Makefile
+4
-0
dune-fufem-git/Dockerfile
dune-fufem-git/Dockerfile
+17
-0
No files found.
Makefile
View file @
8a48fdd6
...
...
@@ -23,6 +23,10 @@ dune-fufem-stamp: dune-fufem/Dockerfile dune-2.4-stamp
docker build
--no-cache
-t
duneci/dune-fufem:2.4 dune-fufem
touch
$@
dune-fufem-git-stamp
:
dune-fufem-git/Dockerfile dune-git-stamp
docker build
--no-cache
-t
duneci/dune-fufem:git dune-fufem-git
touch
$@
dune-git-stamp
:
base-9-stamp dune-git/Dockerfile
docker build
--no-cache
-t
duneci/dune:git-staging dune-git
#docker run -i duneci/dune:git-staging sh -c "dunecontrol make build_tests && dunecontrol make test"
...
...
dune-fufem-git/Dockerfile
0 → 100644
View file @
8a48fdd6
FROM
duneci/dune:git
USER
duneci
WORKDIR
/duneci
RUN
mkdir
-p
modules
WORKDIR
/duneci/modules
RUN
git clone https://git.imp.fu-berlin.de/agnumpde/dune-elasticity.git
RUN
git clone https://git.imp.fu-berlin.de/agnumpde/dune-fufem.git
RUN
git clone https://gitlab.dune-project.org/staging/dune-functions.git
RUN
git clone https://gitlab.dune-project.org/extensions/dune-grid-glue.git
RUN
git clone https://git.imp.fu-berlin.de/agnumpde/dune-solvers.git
RUN
git clone https://gitlab.dune-project.org/pdelab/dune-typetree.git
RUN
dunecontrol all
WORKDIR
/duneci
ENV
DUNE_CONTROL_PATH=.:/duneci/modules
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment