-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a62757e
commit d63f58a
Showing
4 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
############################################################################### | ||
# Repository: mucoll-ilc-base | ||
# Tag: 1.3-centos8 | ||
# Tag: 1.4-centos8 | ||
############################################################################### | ||
|
||
FROM infnpd/mucoll-environment:1.3-centos8 | ||
FROM infnpd/mucoll-environment:1.4-centos8 | ||
|
||
RUN cd /opt && git clone https://github.com/MuonColliderSoft/MuonCutil.git && \ | ||
git clone https://github.com/iLCSoft/iLCInstall.git && \ | ||
cd /opt/MuonCutil && git checkout 3a0d79b762a64d394628857134847e7fc77e4078 && \ | ||
cd /opt/MuonCutil && git checkout v02-05-MC && \ | ||
cd /opt/iLCInstall && git checkout v02-02 && \ | ||
sed -i 's|/usr/bin/env python|/usr/bin/env python2|g' ilcsoft-install && \ | ||
mkdir releases/development && \ | ||
cp /opt/MuonCutil/releases/development/* releases/development && \ | ||
./ilcsoft-install releases/development/release-base.cfg --install-prefix=/opt/ilcsoft -v -i | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters