Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lincoln Bryant committed Oct 13, 2023
1 parent fcb6276 commit 30a87d6
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,12 @@ RUN yum update -y
ADD "http://fts-repo.web.cern.ch/fts-repo/fts3-prod-el7.repo" "/etc/yum.repos.d/"
ADD "https://fts-repo.web.cern.ch/fts-repo/fts3-depend-el7.repo" "/etc/yum.repos.d/"

# FIXME: Drop this once gfal2 2.21.3 is available in EPEL
# Add the DMC repo but make it disabled by default lest it conflict with OSG/EPEL
#ADD "https://dmc-repo.web.cern.ch/dmc-repo/dmc-rc-el7.repo" "/etc/yum.repos.d/"
#RUN sed -i 's/enabled=1/enabled=0/g' /etc/yum.repos.d/dmc-rc-el7.repo

# FTS release candidate repo - disabled
#ADD "http://fts-repo.web.cern.ch/fts-repo/fts3-rc-el7.repo" "/etc/yum.repos.d/"

RUN yum install epel-release -y
RUN yum install yum-plugin-priorities -y
RUN yum install centos-release-scl -y

# Install the FTS packages and dependencies
#RUN yum install --enablerepo=dmc-rc-el7 gfal2-all-2.21.3 -y gfal2-plugin-mock
#RUN yum install gfal2-all -y gfal2-plugin-mock
RUN yum install gfal2-all -y gfal2-plugin-mock
RUN yum install -y osg-ca-certs cronie crontabs supervisor fetch-crl
RUN yum install -y fts-server-$VERSION \
fts-client-$VERSION \
Expand Down

0 comments on commit 30a87d6

Please sign in to comment.