Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OnedataSim
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
LAGO
Software
OnedataSim
Commits
2b478999
Commit
2b478999
authored
3 years ago
by
AJRubio-Montero
Browse files
Options
Downloads
Patches
Plain Diff
Adding basic LABELS to Dockerfile.
parent
d9952c59
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+6
-4
6 additions, 4 deletions
Dockerfile
with
6 additions
and
4 deletions
Dockerfile
+
6
−
4
View file @
2b478999
...
...
@@ -22,13 +22,17 @@ ARG BASE_OS="centos:7"
# be used in any instruction after a FROM if the ARG is not declared again
FROM
$BASE_OS
#
ARG
BASE_OS
LABEL
com.github.lagoproject.onedatasim.base-os=${BASE_OS}
#
ARG
ONEDATASIM_BRANCH="master"
ARG
ARTI_BRANCH=$ONEDATASIM_BRANCH
LABEL
com.github.lagoproject.onedatasim.branch=${ONEDATASIM_BRANCH}
LABEL
com.github.lagoproject.arti.branch=${ARTI_BRANCH}
# user credentials when the container were used
ENV
ONECLIENT_ACCESS_TOKEN=""
ENV
ONECLIENT_PROVIDER_HOST=""
ARG
BASE_OS
# only for testing
#RUN echo "Using OS: ${BASE_OS}"
...
...
@@ -40,9 +44,7 @@ ARG BASE_OS
RUN
yum
-y
install
git bzip2 gcc gcc-c++ gcc-gfortran make
# we use the ones tested with onedataSim package
RUN
cd
/opt
&&
git clone
--branch
$ARTI_BRANCH
https://github.com/lagoproject/arti.git
&&
cd
/opt/arti
&&
make
# now, ARTI is not included as module in onedataSim:
#RUN cd /opt && git clone --branch $ONEDATASIM_BRANCH --recursive https://github.com/lagoproject/onedataSim.git
#RUN cd /opt/onedataSim/arti && make
#------
#dowload and install LAGO onedataSim
...
...
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