Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dumux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
dumux-repositories
dumux
Commits
f4c4c298
Commit
f4c4c298
authored
4 years ago
by
Bernd Flemisch
Browse files
Options
Downloads
Patches
Plain Diff
update phusion base image to 18.04
parent
dde0f5a5
No related branches found
No related tags found
1 merge request
!2220
update phusion base image to 18.04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/util/createdockerimage.sh
+2
-6
2 additions, 6 deletions
bin/util/createdockerimage.sh
with
2 additions
and
6 deletions
bin/util/createdockerimage.sh
+
2
−
6
View file @
f4c4c298
...
...
@@ -215,7 +215,7 @@ cat <<EOT >> Dockerfile
#
$MODULE_NAME
docker container
# see https://github.com/phusion/baseimage-docker for information on the base image
# It is Ubuntu LTS customized for better Docker compatibility
FROM phusion/baseimage:
0.9.22
FROM phusion/baseimage:
18.04-1.0.0
MAINTAINER
$MODULE_MAINTAINER
# run Ubuntu update as advised on https://github.com/phusion/baseimage-docker
...
...
@@ -257,10 +257,6 @@ RUN useradd -m --home-dir /dumux dumux \\
&& chmod +x /etc/my_init.d/setpermissions.sh
\\
&& usermod -a -G video dumux
# Turn off verbose syslog messages as described here:
# https://github.com/phusion/baseimage-docker/issues/186
RUN touch /etc/service/syslog-forwarder/down
# copy the extracted dumux-pub module and make dumux own it
COPY . /dumux/
$MODULE_NAME
RUN chown -R dumux:dumux /dumux/
$MODULE_NAME
...
...
@@ -281,7 +277,7 @@ COPY $INSTALL_DEP_SCRIPT /dumux/$INSTALL_DEP_SCRIPT
RUN ./
$INSTALL_DEP_SCRIPT
&& rm -f /dumux/
$INSTALL_DEP_SCRIPT
# configure module
RUN /dumux/dune-common/bin/dunecontrol --opts=/dumux/dumux/
optim
.opts all
RUN /dumux/dune-common/bin/dunecontrol --opts=/dumux/dumux/
cmake
.opts all
# build doxygen documentation and tests
# all applications that use dune_add_test will be built like this
...
...
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