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
!709
feat: bust layer cache for juggler and eicrecon main updates
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: bust layer cache for juggler and eicrecon main updates
wdconinc-master-patch-45570
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Wouter Deconinck
requested to merge
wdconinc-master-patch-45570
into
master
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Without busting layer caches, the same branch name keeps building the same container.
0
0
Merge request reports
Compare
version 1
version 3
fd0ff84f
1 year ago
version 2
08d99dfd
1 year ago
version 1
65db385d
1 year ago
master (base)
and
version 2
latest version
97b667c4
1 commit,
1 year ago
version 3
fd0ff84f
1 commit,
1 year ago
version 2
08d99dfd
1 commit,
1 year ago
version 1
65db385d
1 commit,
1 year ago
Show latest version
1 file
+
1
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
containers/jug/dev.Dockerfile
+
1
−
4
Options
@@ -158,10 +158,7 @@ FROM builder as staging
RUN
spack
-e
${
SPACK_ENV
}
gc
-y
# Garbage collect in git
RUN
du
-sh
$SPACK_ROOT
\
&&
git
-C
$SPACK_ROOT
fetch
--depth
=
1
\
&&
git
-C
$SPACK_ROOT
gc
--prune
=
all
--aggressive
\
&&
du
-sh
$SPACK_ROOT
RUN
git
-C
$SPACK_ROOT
gc
--prune
=
all
--aggressive
## Bugfix to address issues loading the Qt5 libraries on Linux kernels prior to 3.15
## See
Loading