Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ansgar Burchardt
dune-docker
Commits
31ae7c2d
Unverified
Commit
31ae7c2d
authored
Oct 23, 2017
by
Ansgar Burchardt
Browse files
add image with DUNE 2.6 installed
parent
9030f8ab
Pipeline
#886
passed with stages
in 18 minutes and 4 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
31ae7c2d
...
...
@@ -96,6 +96,13 @@ dune:2.5:
only
:
-
master@ansgar/dune-docker
dune:2.6:
stage
:
stage2
script
:
-
./bin/duneci-build-docker-image --parallel duneci/dune:2.6 dune-2.6
only
:
-
master@ansgar/dune-docker
dune:git:
stage
:
stage2
script
:
...
...
@@ -129,6 +136,7 @@ publish:
-
docker push duneci/dune:2.3
-
docker push duneci/dune:2.4
-
docker push duneci/dune:2.5
-
docker push duneci/dune:2.6
-
docker push duneci/dune:git
-
docker push duneci/dune-fufem:2.4
-
docker push duneci/dune-fufem:git
...
...
README.md
View file @
31ae7c2d
...
...
@@ -17,6 +17,7 @@ The current images are:
| duneci/dune:2.3 | duneci/base:8 | DUNE 2.3 core modules (Debian packages) |
| duneci/dune:2.4 | duneci/base:16.04 | DUNE 2.4 core modules (Debian packages) |
| duneci/dune:2.5 | duneci/base:9 | DUNE 2.5 core and staging modules (Debian packages) |
| duneci/dune:2.6 | duneci/base:10 | DUNE 2.6 core and staging modules (Git 2.6 branch) |
| duneci/dune:git | duneci/base:9 | DUNE master core and staging modules (Git) |
| duneci/dune-fufem:2.4 | duneci/dune:2.4 | dune-{fufem,functions,solvers,typetree} (2.4 branch) |
| duneci/dune-fufem:git | duneci/dune:git | dune-{elasticity,fufem,grid-glue,solvers} (master branch) |
...
...
dune-2.6/Dockerfile
0 → 100644
View file @
31ae7c2d
FROM
duneci/base:10
ARG
DUNECI_PARALLEL
USER
duneci
RUN
duneci-install-module
-b
releases/2.6 https://gitlab.dune-project.org/core/dune-common.git
\
&&
duneci-install-module
-b
releases/2.6 https://gitlab.dune-project.org/core/dune-geometry.git
\
&&
duneci-install-module
-b
releases/2.6 https://gitlab.dune-project.org/staging/dune-uggrid.git
\
&&
duneci-install-module
-b
releases/2.6 https://gitlab.dune-project.org/core/dune-grid.git
\
&&
duneci-install-module
-b
releases/2.6 https://gitlab.dune-project.org/core/dune-istl.git
\
&&
duneci-install-module
-b
releases/2.6 https://gitlab.dune-project.org/core/dune-localfunctions.git
\
&&
duneci-install-module https://gitlab.dune-project.org/staging/dune-typetree.git
\
&&
duneci-install-module https://gitlab.dune-project.org/staging/dune-functions.git
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment