Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
MDANSE
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
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
Scientific Software
MDANSE
Commits
eec510bd
Commit
eec510bd
authored
May 31, 2018
by
eric pellegrini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Created distro-specific docker files
parent
f62c3513
Pipeline
#3783
failed with stages
in 1 minute and 15 seconds
Changes
9
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
57 additions
and
1 deletion
+57
-1
BuildServer/Docker/Builder/Ubuntu-bionic/Dockerfile_build
BuildServer/Docker/Builder/Ubuntu-bionic/Dockerfile_build
+16
-0
BuildServer/Docker/Builder/Ubuntu-bionic/Dockerfile_deploy
BuildServer/Docker/Builder/Ubuntu-bionic/Dockerfile_deploy
+9
-0
BuildServer/Docker/Builder/Ubuntu-trusty/Dockerfile_build
BuildServer/Docker/Builder/Ubuntu-trusty/Dockerfile_build
+16
-0
BuildServer/Docker/Builder/Ubuntu-trusty/Dockerfile_deploy
BuildServer/Docker/Builder/Ubuntu-trusty/Dockerfile_deploy
+9
-0
BuildServer/Docker/Builder/Ubuntu-xenial/Dockerfile_build
BuildServer/Docker/Builder/Ubuntu-xenial/Dockerfile_build
+0
-0
BuildServer/Docker/Builder/Ubuntu-xenial/Dockerfile_deploy
BuildServer/Docker/Builder/Ubuntu-xenial/Dockerfile_deploy
+0
-0
BuildServer/Docker/Setup/Ubuntu-bionic/Dockerfile
BuildServer/Docker/Setup/Ubuntu-bionic/Dockerfile
+3
-1
BuildServer/Docker/Setup/Ubuntu-trusty/Dockerfile
BuildServer/Docker/Setup/Ubuntu-trusty/Dockerfile
+2
-0
BuildServer/Docker/Setup/Ubuntu-xenial/Dockerfile
BuildServer/Docker/Setup/Ubuntu-xenial/Dockerfile
+2
-0
No files found.
BuildServer/Docker/Builder/Ubuntu-bionic/Dockerfile_build
0 → 100644
View file @
eec510bd
FROM docker.ill.fr/scientific-software/mdanse:ubuntu-bionic
SHELL ["/bin/bash", "-c"]
ARG MDANSE_GIT_COMMIT
RUN GIT_SSL_NO_VERIFY=true git clone https://code.ill.fr/scientific-software/mdanse.git
WORKDIR mdanse
RUN git checkout ${MDANSE_GIT_COMMIT}
RUN source ./BuildServer/Unix/definitions_debian.sh ; source ./BuildServer/Unix/version.sh ; ./BuildServer/Unix/build.sh
RUN source ./BuildServer/Unix/definitions_debian.sh ; source ./BuildServer/Unix/version.sh ; ./BuildServer/Unix/tests.sh
BuildServer/Docker/Builder/Ubuntu-bionic/Dockerfile_deploy
0 → 100644
View file @
eec510bd
FROM ci_mdanse_bionic
SHELL ["/bin/bash", "-c"]
VOLUME builds
RUN source ./BuildServer/Unix/definitions_debian.sh ; source ./BuildServer/Unix/version.sh ; ./BuildServer/Unix/deploy_debian.sh
BuildServer/Docker/Builder/Ubuntu-trusty/Dockerfile_build
0 → 100644
View file @
eec510bd
FROM docker.ill.fr/scientific-software/mdanse:ubuntu-trusty
SHELL ["/bin/bash", "-c"]
ARG MDANSE_GIT_COMMIT
RUN GIT_SSL_NO_VERIFY=true git clone https://code.ill.fr/scientific-software/mdanse.git
WORKDIR mdanse
RUN git checkout ${MDANSE_GIT_COMMIT}
RUN source ./BuildServer/Unix/definitions_debian.sh ; source ./BuildServer/Unix/version.sh ; ./BuildServer/Unix/build.sh
RUN source ./BuildServer/Unix/definitions_debian.sh ; source ./BuildServer/Unix/version.sh ; ./BuildServer/Unix/tests.sh
BuildServer/Docker/Builder/Ubuntu-trusty/Dockerfile_deploy
0 → 100644
View file @
eec510bd
FROM ci_mdanse_trusty
SHELL ["/bin/bash", "-c"]
VOLUME builds
RUN source ./BuildServer/Unix/definitions_debian.sh ; source ./BuildServer/Unix/version.sh ; ./BuildServer/Unix/deploy_debian.sh
BuildServer/Docker/Builder/Dockerfile_build
→
BuildServer/Docker/Builder/
Ubuntu-xenial/
Dockerfile_build
View file @
eec510bd
File moved
BuildServer/Docker/Builder/Dockerfile_deploy
→
BuildServer/Docker/Builder/
Ubuntu-xenial/
Dockerfile_deploy
View file @
eec510bd
File moved
BuildServer/Docker/Setup/Ubuntu-bionic/Dockerfile
View file @
eec510bd
...
...
@@ -4,6 +4,8 @@ RUN export DEBIAN_FRONTEND=noninteractive
RUN
apt-get update
RUN
apt-get
install
-y
tzdata
RUN
apt-get upgrade
-y
RUN
apt-get
install
-y
--no-install-recommends
fakeroot
...
...
@@ -18,7 +20,7 @@ RUN apt-get install -y --no-install-recommends cython
RUN
apt-get
install
-y
--no-install-recommends
python-dev
RUN
apt-get
install
-y
--no-install-recommends
python-wxmpl
RUN
apt-get
install
-y
--no-install-recommends
python-vtk
RUN
apt-get
install
-y
--no-install-recommends
python-vtk
6
RUN
apt-get
install
-y
--no-install-recommends
python-nose
RUN
apt-get
install
-y
--no-install-recommends
python-sphinx
RUN
apt-get
install
-y
--no-install-recommends
pyro
...
...
BuildServer/Docker/Setup/Ubuntu-trusty/Dockerfile
View file @
eec510bd
...
...
@@ -2,6 +2,8 @@ FROM ubuntu:trusty
RUN
apt-get update
RUN
apt-get
install
-y
tzdata
RUN
apt-get upgrade
-y
RUN
apt-get
install
-y
--no-install-recommends
fakeroot
...
...
BuildServer/Docker/Setup/Ubuntu-xenial/Dockerfile
View file @
eec510bd
...
...
@@ -2,6 +2,8 @@ FROM ubuntu:xenial
RUN
apt-get update
RUN
apt-get
install
-y
tzdata
RUN
apt-get upgrade
-y
RUN
apt-get
install
-y
--no-install-recommends
fakeroot
...
...
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