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
!34
Upgrade to dd4hep 1.16.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Upgrade to dd4hep 1.16.1
dd4hep_v1.16.1
into
master
Overview
3
Commits
13
Pipelines
0
Changes
30
Merged
Whitney Armstrong
requested to merge
dd4hep_v1.16.1
into
master
4 years ago
Overview
3
Commits
13
Pipelines
0
Changes
30
Expand
0
0
Merge request reports
Compare
master
version 10
ebb5f6c5
4 years ago
version 9
a503f2e6
4 years ago
version 8
fa2294d7
4 years ago
version 7
544d8d7b
4 years ago
version 6
5d0e6305
4 years ago
version 5
6cab700e
4 years ago
version 4
35501d93
4 years ago
version 3
81ab243f
4 years ago
version 2
adcee8d3
4 years ago
version 1
ee1c23b0
4 years ago
master (base)
and
latest version
latest version
4db35be1
13 commits,
4 years ago
version 10
ebb5f6c5
12 commits,
4 years ago
version 9
a503f2e6
11 commits,
4 years ago
version 8
fa2294d7
10 commits,
4 years ago
version 7
544d8d7b
9 commits,
4 years ago
version 6
5d0e6305
6 commits,
4 years ago
version 5
6cab700e
5 commits,
4 years ago
version 4
35501d93
4 commits,
4 years ago
version 3
81ab243f
3 commits,
4 years ago
version 2
adcee8d3
2 commits,
4 years ago
version 1
ee1c23b0
1 commit,
4 years ago
30 files
+
276
−
1121
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
30
Search (e.g. *.vue) (Ctrl+P)
containers/builder/Dockerfile
+
2
−
2
Options
# Builder with Argonne EIC software
# Builder with Argonne EIC software
#
#
FROM
eicweb.phy.anl.gov:4567/containers/image_recipes/debian_spack:snapshot-20210
111
FROM
eicweb.phy.anl.gov:4567/containers/image_recipes/debian_spack:snapshot-20210
408
LABEL
maintainer="Sylvester Joosten <sjoosten@anl.gov>" \
LABEL
maintainer="Sylvester Joosten <sjoosten@anl.gov>" \
name="eic_builder" \
name="eic_builder" \
@@ -11,7 +11,7 @@ LABEL maintainer="Sylvester Joosten <sjoosten@anl.gov>" \
@@ -11,7 +11,7 @@ LABEL maintainer="Sylvester Joosten <sjoosten@anl.gov>" \
ENV
DOCKERFILE_BASE=debian \
ENV
DOCKERFILE_BASE=debian \
DOCKERFILE_DISTRO=debian \
DOCKERFILE_DISTRO=debian \
DOCKERFILE_DISTRO_VERSION=20210
111
-testing \
DOCKERFILE_DISTRO_VERSION=20210
408
-testing \
SPACK_ROOT=/opt/spack \
SPACK_ROOT=/opt/spack \
DEBIAN_FRONTEND=noninteractive \
DEBIAN_FRONTEND=noninteractive \
CURRENTLY_BUILDING_DOCKER_IMAGE=1 \
CURRENTLY_BUILDING_DOCKER_IMAGE=1 \
Loading