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
!13
Merge new version from staging into master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Merge new version from staging into master
staging
into
master
Overview
0
Commits
10
Pipelines
0
Changes
6
Merged
Sylvester Joosten
requested to merge
staging
into
master
4 years ago
Overview
0
Commits
10
Pipelines
0
Changes
6
Expand
0
0
Merge request reports
Compare
master
version 1
c73059c6
4 years ago
master (base)
and
latest version
latest version
147d79ab
10 commits,
4 years ago
version 1
c73059c6
9 commits,
4 years ago
6 files
+
35
−
37
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
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-2020
0922
FROM
eicweb.phy.anl.gov:4567/containers/image_recipes/debian_spack:snapshot-2020
1025
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=2020
0908
-testing \
DOCKERFILE_DISTRO_VERSION=2020
1012
-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