Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Duncan Macleod
base
Commits
989183bf
Verified
Commit
989183bf
authored
2 years ago
by
Duncan Macleod
Browse files
Options
Downloads
Patches
Plain Diff
replace lscsoft-grid-config with appropriate individual repos
parent
dc11a49a
Branches
el8-htcondor-stable
No related tags found
No related merge requests found
Pipeline
#370912
passed
2 years ago
Stage: docker
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+7
-2
7 additions, 2 deletions
Dockerfile
with
7 additions
and
2 deletions
Dockerfile
+
7
−
2
View file @
989183bf
...
...
@@ -9,6 +9,12 @@ RUN yum -y install http://software.ligo.org/lscsoft/scientific/7/x86_64/producti
curl
-s
https://packagecloud.io/install/repositories/github/git-lfs/script.rpm.sh | bash
&&
\
yum clean all
# add HTCondor repository (and its GPG key)
RUN
yum
-y
install
https://research.cs.wisc.edu/htcondor/repo/current/htcondor-release-current.el7.noarch.rpm
# add pegasus repo
RUN
curl
-s
-o
/etc/yum.repos.d/pegasus.repo https://download.pegasus.isi.edu/wms/download/rhel/7/pegasus.repo
# add osg repository
RUN
yum
-y
install
https://repo.opensciencegrid.org/osg/3.5/osg-3.5-el7-release-latest.rpm
...
...
@@ -39,11 +45,10 @@ RUN yum -y install \
lscsoft-backports-testing-config
\
lscsoft-backports-testing-debug-config
\
lscsoft-epel-config
\
lscsoft-grid-config
\
lscsoft-production-debug-config
\
lscsoft-testing-config
\
lscsoft-testing-debug-config
&&
\
yum clean all
# install available updates
RUN
yum
-y
update
&&
yum clean all
\ No newline at end of file
RUN
yum
-y
update
&&
yum clean all
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment