Skip to content
Snippets Groups Projects
Commit 123524d0 authored by Duncan Macleod's avatar Duncan Macleod :flag_scotland:
Browse files

el8: update OSG repo to 23-main

parent a0e7737f
No related branches found
No related tags found
1 merge request!27Update OSG repo to 23-main [el8]
......@@ -16,9 +16,9 @@ RUN dnf -y install https://research.cs.wisc.edu/htcondor/repo/23.x/htcondor-rele
dnf config-manager -q --save --setopt="htcondor.skip_if_unavailable=true" &> /dev/null
# add osg repository
RUN dnf -y install https://repo.opensciencegrid.org/osg/3.6/osg-3.6-el8-release-latest.rpm && \
RUN dnf -y install https://repo.opensciencegrid.org/osg/23-main/osg-23-main-el8-release-latest.rpm && \
dnf config-manager -q --save --setopt="osg.skip_if_unavailable=true" &> /dev/null && \
dnf config-manager -q --save --setopt="osg.exclude=*condor*,pegasus*" &> /dev/null
dnf config-manager -q --save --setopt="osg.exclude=*condor*" &> /dev/null
# install extra packages
RUN dnf -y install \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment