Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
containers
eic_container
Commits
61498510
Commit
61498510
authored
2 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
fix: get campaign support from github
parent
711772fd
No related branches found
No related tags found
1 merge request
!480
fix: get campaign support from github
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
containers/jug/xl.Dockerfile
+8
-8
8 additions, 8 deletions
containers/jug/xl.Dockerfile
with
8 additions
and
8 deletions
containers/jug/xl.Dockerfile
+
8
−
8
View file @
61498510
...
...
@@ -90,26 +90,26 @@ ARG CAMPAIGNS_HEPMC3_VERSION="main"
ARG
CAMPAIGNS_CONDOR_VERSION="main"
ARG
CAMPAIGNS_SLURM_VERSION="main"
## cache bust when updated repositories
ADD
${EICWEB}/482/repository/tree?ref=
${CAMPAIGNS_SINGLE_VERSION} /tmp/
482
.json
ADD
${EICWEB}/483/repository/tree?ref=
${CAMPAIGNS_HEPMC3_VERSION} /tmp/
48
3.json
ADD
${EICWEB}/484/repository/tree?ref=
${CAMPAIGNS_CONDOR_VERSION} /tmp/
484
.json
ADD
${EICWEB}/485/repository/tree?ref=
${CAMPAIGNS_SLURM_VERSION} /tmp/
485
.json
ADD
https://api.github.com/repos/eic/simulation_campaign_single/commits/
${CAMPAIGNS_SINGLE_VERSION} /tmp/
simulation_campaign_single
.json
ADD
https://api.github.com/repos/eic/simulation_campaign_hepmc3/commits/
${CAMPAIGNS_HEPMC3_VERSION} /tmp/
simulation_campaign_hepmc
3.json
ADD
https://api.github.com/repos/eic/job_submission_condor/commits/
${CAMPAIGNS_CONDOR_VERSION} /tmp/
job_submission_condor
.json
ADD
https://api.github.com/repos/eic/job_submission_slurm/commits/
${CAMPAIGNS_SLURM_VERSION} /tmp/
job_submission_slurm
.json
RUN
mkdir
-p
/opt/campaigns
\
&&
cd
/opt/campaigns
\
&&
git clone
-b
${
CAMPAIGNS_SINGLE_VERSION
}
--depth
1
\
https://
eicweb.phy.anl.gov/EIC/
campaign
s/
single.git
\
https://
github.com/eic/simulation_
campaign
_
single.git
\
&&
mkdir
-p
/opt/campaigns
\
&&
cd
/opt/campaigns
\
&&
git clone
-b
${
CAMPAIGNS_HEPMC3_VERSION
}
--depth
1
\
https://
eicweb.phy.anl.gov/EIC/
campaign
s/
hepmc3.git
\
https://
github.com/eic/simulation_
campaign
_
hepmc3.git
\
&&
mkdir
-p
/opt/campaigns
\
&&
cd
/opt/campaigns
\
&&
git clone
-b
${
CAMPAIGNS_CONDOR_VERSION
}
--depth
1
\
https://
eicweb.phy.anl.gov/EIC/campaigns/
condor.git
\
https://
github.com/eic/job_submission_
condor.git
\
&&
mkdir
-p
/opt/campaigns
\
&&
cd
/opt/campaigns
\
&&
git clone
-b
${
CAMPAIGNS_SLURM_VERSION
}
--depth
1
\
https://
eicweb.phy.anl.gov/EIC/campaigns/
slurm.git
https://
github.com/eic/job_submission_
slurm.git
## also install detector/ip geometries into opt
ARG
NIGHTLY=''
...
...
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