Skip to content
Snippets Groups Projects
Commit 5cdf45de authored by Duncan Macleod's avatar Duncan Macleod
Browse files

el9-testing: update OSG repo to 23-main

closes #24
parent 2ac6524c
No related branches found
No related tags found
No related merge requests found
Pipeline #632776 passed
......@@ -16,12 +16,12 @@ 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-el9-release-latest.rpm && \
RUN dnf -y install https://repo.opensciencegrid.org/osg/23-main/osg-23-main-el9-release-latest.rpm && \
dnf config-manager --set-enabled osg-testing && \
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 && \
dnf config-manager -q --save --setopt="osg-testing.skip_if_unavailable=true" &> /dev/null && \
dnf config-manager -q --save --setopt="osg-testing.exclude=*condor*,pegasus*" &> /dev/null
dnf config-manager -q --save --setopt="osg-testing.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