We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e520192 + 63b093c commit 97fbdb8Copy full SHA for 97fbdb8
Dockerfile
@@ -18,7 +18,7 @@ RUN \
18
yum makecache && \
19
log "Updating OS" && time \
20
yum distro-sync -y && \
21
- OSG_URL=https://repo.opensciencegrid.org/osg/${OSG_RELEASE}-main/osg-${OSG_RELEASE}-main-el${DVER}-release-latest.rpm && \
+ OSG_URL=https://repo.osg-htc.org/osg/${OSG_RELEASE}-main/osg-${OSG_RELEASE}-main-el${DVER}-release-latest.rpm && \
22
log "Installing EPEL/OSG repo packages" && time \
23
yum -y install $OSG_URL \
24
epel-release \
0 commit comments