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
!354
chore: remove eicd from container
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
chore: remove eicd from container
remove-eicd
into
master
Overview
0
Commits
3
Pipelines
0
Changes
2
Merged
Wouter Deconinck
requested to merge
remove-eicd
into
master
2 years ago
Overview
0
Commits
3
Pipelines
0
Changes
2
Expand
Now that we are using EDM4eic, we do not need eicd anymore.
0
0
Merge request reports
Compare
master
version 2
d84a910b
2 years ago
version 1
53a5a7ae
2 years ago
master (base)
and
latest version
latest version
41a9da0e
3 commits,
2 years ago
version 2
d84a910b
2 commits,
2 years ago
version 1
53a5a7ae
1 commit,
2 years ago
2 files
+
2
−
17
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
containers/jug/xl.Dockerfile
+
1
−
12
Options
@@ -11,8 +11,6 @@ FROM ${DOCKER_REGISTRY}jug_dev:${INTERNAL_TAG}
ARG
EICWEB="https://eicweb.phy.anl.gov/api/v4/projects"
ARG
JUGGLER_VERSION="master"
ARG
NPDET_VERSION="master"
ARG
EICD_REPOSITORYURL="https://github.com/eic/eicd.git"
ARG
EICD_VERSION="master"
## version will automatically bust cache for nightly, as it includes
## the date
@@ -30,16 +28,7 @@ RUN cd /tmp
&&
pushd
NPDet
\
&&
echo
" - NPDet:
${
NPDET_VERSION
}
-
$(
git rev-parse HEAD
)
"
>>
/etc/jug_info
\
&&
popd
\
&&
rm
-rf
build NPDet
\
&&
cd
/tmp
\
&&
echo
"INSTALLING EICD"
\
&&
git clone
-b
${
EICD_VERSION
}
--depth
1
${
EICD_REPOSITORYURL
}
\
&&
cmake
-B
build
-S
eicd
-DCMAKE_CXX_STANDARD
=
17
\
&&
cmake
--build
build
-j12
--
install
\
&&
pushd
eicd
\
&&
echo
" - EICD:
${
EICD_VERSION
}
-
$(
git rev-parse HEAD
)
"
>>
/etc/jug_info
\
&&
popd
\
&&
rm
-rf
build eicd
&&
rm
-rf
build NPDet
ADD
${EICWEB}/369/repository/tree?ref=${JUGGLER_VERSION} /tmp/369.json
RUN
cd
/tmp
\
Loading