Skip to content

Commit

Permalink
clients: switch to using arc6-client on centos7
Browse files Browse the repository at this point in the history
Also:
- remove the py2 dockerfile
- split the installed packages one per line to make it more
  human-readable.
  • Loading branch information
rcarpa authored and bari12 committed Mar 23, 2023
1 parent 5ba6620 commit 20cb565
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 54 deletions.
24 changes: 14 additions & 10 deletions clients/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,20 @@ FROM centos:7
ARG TAG

RUN yum install -y epel-release.noarch && \
yum clean all && \
rm -rf /var/cache/yum
RUN yum upgrade -y && \
yum clean all && \
rm -rf /var/cache/yum
RUN yum -y install https://repo.ius.io/ius-release-el7.rpm && \
yum install -y python36u-pip voms-clients-java gfal2-all gfal2-util python3-gfal2 xrootd-client\
nordugrid-arc-client nordugrid-arc-plugins-gfal \
nordugrid-arc-plugins-globus nordugrid-arc-plugins-s3 \
nordugrid-arc-plugins-xrootd && \
yum upgrade -y && \
yum install -y https://repo.ius.io/ius-release-el7.rpm && \
yum install -y \
gfal2-all \
gfal2-util \
python3-gfal2 \
python36u-pip \
nordugrid-arc6-client \
nordugrid-arc6-plugins-gfal \
nordugrid-arc6-plugins-globus \
nordugrid-arc6-plugins-s3 \
nordugrid-arc6-plugins-xrootd \
voms-clients-java \
xrootd-client && \
yum clean all && \
rm -rf /var/cache/yum

Expand Down
44 changes: 0 additions & 44 deletions clients/Dockerfile_py2

This file was deleted.

0 comments on commit 20cb565

Please sign in to comment.