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
e150761a
Commit
e150761a
authored
3 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
branches/ -> tree?ref=
parent
282eb09f
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!180
Resolve "git clone inside Dockerfile RUN uses cached layers"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
containers/jug/xl.Dockerfile
+14
-14
14 additions, 14 deletions
containers/jug/xl.Dockerfile
with
14 additions
and
14 deletions
containers/jug/xl.Dockerfile
+
14
−
14
View file @
e150761a
...
...
@@ -15,10 +15,10 @@ ARG EICD_VERSION="master"
## TODO move to spack build
ARG
AFTERBURNER_VERSION=main
ADD
${EICWEB}/18/repository/
branches/
${NPDET_VERSION} /tmp/18.json
ADD
${EICWEB}/373/repository/
branches/
${EICD_VERSION} /tmp/373.json
ADD
${EICWEB}/369/repository/
branches/
${JUGGLER_VERSION} /tmp/369.json
ADD
${EICWEB}/492/repository/
branches/
${AFTERBURNER_VERSION} /tmp/492.json
ADD
${EICWEB}/18/repository/
tree?ref=
${NPDET_VERSION} /tmp/18.json
ADD
${EICWEB}/373/repository/
tree?ref=
${EICD_VERSION} /tmp/373.json
ADD
${EICWEB}/369/repository/
tree?ref=
${JUGGLER_VERSION} /tmp/369.json
ADD
${EICWEB}/492/repository/
tree?ref=
${AFTERBURNER_VERSION} /tmp/492.json
## version will automatically bust cache for nightly, as it includes
## the date
...
...
@@ -71,8 +71,8 @@ RUN cd /tmp
## build
ARG
DETECTOR_VERSION="master"
ARG
IP6_VERSION="master"
ADD
${EICWEB}/473/repository/
branches/
${DETECTOR_VERSION} /tmp/473.json
ADD
${EICWEB}/452/repository/
branches/
${IP6_VERSION} /tmp/452.json
ADD
${EICWEB}/473/repository/
tree?ref=
${DETECTOR_VERSION} /tmp/473.json
ADD
${EICWEB}/452/repository/
tree?ref=
${IP6_VERSION} /tmp/452.json
RUN
cd
/tmp
\
&&
DETECTOR_PREFIX
=
/opt/detector
\
&&
DETECTOR_DATA
=
$DETECTOR_PREFIX
/share/athena
\
...
...
@@ -119,10 +119,10 @@ ARG BENCHMARK_COM_VERSION="master"
ARG
BENCHMARK_DET_VERSION="master"
ARG
BENCHMARK_REC_VERSION="master"
ARG
BENCHMARK_PHY_VERSION="master"
ADD
${EICWEB}/458/repository/
branches/
${BENCHMARK_COM_VERSION} /tmp/485.json
ADD
${EICWEB}/399/repository/
branches/
${BENCHMARK_DET_VERSION} /tmp/399.json
ADD
${EICWEB}/408/repository/
branches/
${BENCHMARK_REC_VERSION} /tmp/408.json
ADD
${EICWEB}/400/repository/
branches/
${BENCHMARK_PHY_VERSION} /tmp/400.json
ADD
${EICWEB}/458/repository/
tree?ref=
${BENCHMARK_COM_VERSION} /tmp/485.json
ADD
${EICWEB}/399/repository/
tree?ref=
${BENCHMARK_DET_VERSION} /tmp/399.json
ADD
${EICWEB}/408/repository/
tree?ref=
${BENCHMARK_REC_VERSION} /tmp/408.json
ADD
${EICWEB}/400/repository/
tree?ref=
${BENCHMARK_PHY_VERSION} /tmp/400.json
RUN
mkdir
-p
/opt/benchmarks
\
&&
cd
/opt/benchmarks
\
...
...
@@ -144,10 +144,10 @@ ARG CAMPAIGNS_SINGLE_VERSION="main"
ARG
CAMPAIGNS_HEPMC3_VERSION="main"
ARG
CAMPAIGNS_CONDOR_VERSION="main"
ARG
CAMPAIGNS_SLURM_VERSION="main"
ADD
${EICWEB}/482/repository/
branches/
${CAMPAIGNS_SINGLE_VERSION} /tmp/482.json
ADD
${EICWEB}/483/repository/
branches/
${CAMPAIGNS_HEPMC3_VERSION} /tmp/483.json
ADD
${EICWEB}/484/repository/
branches/
${CAMPAIGNS_CONDOR_VERSION} /tmp/484.json
ADD
${EICWEB}/485/repository/
branches/
${CAMPAIGNS_SLURM_VERSION} /tmp/485.json
ADD
${EICWEB}/482/repository/
tree?ref=
${CAMPAIGNS_SINGLE_VERSION} /tmp/482.json
ADD
${EICWEB}/483/repository/
tree?ref=
${CAMPAIGNS_HEPMC3_VERSION} /tmp/483.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
RUN
mkdir
-p
/opt/campaigns
\
&&
cd
/opt/campaigns
\
...
...
This diff is collapsed.
Click to expand it.
Wouter Deconinck
@wdconinc
mentioned in commit
2a62cf6c
·
3 years ago
mentioned in commit
2a62cf6c
mentioned in commit 2a62cf6cc428daa04cf18921bfeb2e4f94d05a43
Toggle commit list
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