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
Merge requests
!480
fix: get campaign support from github
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: get campaign support from github
wdconinc-master-patch-63112
into
master
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Wouter Deconinck
requested to merge
wdconinc-master-patch-63112
into
master
2 years ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 1
4b07e78b
2 years ago
master (base)
and
latest version
latest version
694deec3
2 commits,
2 years ago
version 1
4b07e78b
1 commit,
2 years ago
1 file
+
8
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
containers/jug/xl.Dockerfile
+
8
−
8
Options
@@ -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=''
Loading