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
31ae7c2d
Unverified
Commit
31ae7c2d
authored
Oct 23, 2017
by
Ansgar Burchardt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
3 changed files
with
21 additions
and
0 deletions
+21
-0
.gitlab-ci.yml
.gitlab-ci.yml
+8
-0
README.md
README.md
+1
-0
dune-2.6/Dockerfile
dune-2.6/Dockerfile
+12
-0
No files found.
.gitlab-ci.yml
View file @
31ae7c2d
...
@@ -96,6 +96,13 @@ dune:2.5:
...
@@ -96,6 +96,13 @@ dune:2.5:
only
:
only
:
-
master@ansgar/dune-docker
-
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:
dune:git:
stage
:
stage2
stage
:
stage2
script
:
script
:
...
@@ -129,6 +136,7 @@ publish:
...
@@ -129,6 +136,7 @@ publish:
-
docker push duneci/dune:2.3
-
docker push duneci/dune:2.3
-
docker push duneci/dune:2.4
-
docker push duneci/dune:2.4
-
docker push duneci/dune:2.5
-
docker push duneci/dune:2.5
-
docker push duneci/dune:2.6
-
docker push duneci/dune:git
-
docker push duneci/dune:git
-
docker push duneci/dune-fufem:2.4
-
docker push duneci/dune-fufem:2.4
-
docker push duneci/dune-fufem:git
-
docker push duneci/dune-fufem:git
...
...
README.md
View file @
31ae7c2d
...
@@ -17,6 +17,7 @@ The current images are:
...
@@ -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.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.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.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: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: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) |
| 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
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