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.
1 parent edfd4b3 commit 95714dbCopy full SHA for 95714db
Dockerfile
@@ -18,11 +18,7 @@ RUN \
18
yum makecache && \
19
log "Updating OS" && time \
20
yum distro-sync -y && \
21
- if [[ $OSG_RELEASE =~ ^[0-9][0-9]$ ]]; then \
22
- OSG_URL=https://repo.opensciencegrid.org/osg/${OSG_RELEASE}-main/osg-${OSG_RELEASE}-main-el${DVER}-release-latest.rpm; \
23
- else \
24
- OSG_URL=https://repo.opensciencegrid.org/osg/${OSG_RELEASE}/osg-${OSG_RELEASE}-el${DVER}-release-latest.rpm; \
25
- fi && \
+ OSG_URL=https://repo.opensciencegrid.org/osg/${OSG_RELEASE}-main/osg-${OSG_RELEASE}-main-el${DVER}-release-latest.rpm && \
26
log "Installing EPEL/OSG repo packages" && time \
27
yum -y install $OSG_URL \
28
epel-release \
0 commit comments