File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2323 build_and_publish :
2424 name : Build and publish image
2525 runs-on : self-hosted
26+ timeout-minutes : 720
2627 permissions :
2728 packages : write
2829 contents : read
Original file line number Diff line number Diff line change 1- ARG cvmfsversion=2.8.1
1+ ARG cvmfsversion=2.8.2
22ARG awscliversion=1.20.39
33
44FROM debian:10.6 AS prepare-deb
@@ -14,7 +14,7 @@ ARG awscliversion
1414COPY --from=prepare-deb /root/deb /root/deb
1515
1616RUN apt-get update
17- RUN apt-get install -y sudo vim openssh-client gawk autofs curl attr uuid fuse3 libfuse2 psmisc gdb uuid-dev
17+ RUN apt-get install -y sudo vim openssh-client gawk autofs curl attr uuid fuse3 libfuse2 psmisc gdb uuid-dev lsof
1818# python3 and jq are required for eessi-upload-to-staging script (next to awscli)
1919RUN apt-get install -y python3-pip jq
2020RUN dpkg -i /root/deb/cvmfs_${cvmfsversion}~1+debian10_$(dpkg --print-architecture).deb \
Original file line number Diff line number Diff line change 1- ARG cvmfsversion=2.8.1
1+ ARG cvmfsversion=2.8.2
22# Stick to old version of fuse-overlayfs due to issues with newer versions
33# (cfr. https://github.com/containers/fuse-overlayfs/issues/232)
44ARG fuseoverlayfsversion=0.3
@@ -24,7 +24,7 @@ ARG cvmfsversion
2424COPY --from=prepare-rpm /root/rpmbuild/RPMS /root/rpmbuild/RPMS
2525COPY --from=build-fuse-overlayfs /usr/local/bin/fuse-overlayfs /usr/local/bin/fuse-overlayfs
2626
27- RUN yum install -y sudo vim openssh-clients
27+ RUN yum install -y sudo vim openssh-clients lsof
2828RUN yum install -y /root/rpmbuild/RPMS/$(uname -m)/cvmfs-${cvmfsversion}-1.el7.$(uname -m).rpm \
2929 /root/rpmbuild/RPMS/$(uname -m)/cvmfs-fuse3-${cvmfsversion}-1.el7.$(uname -m).rpm \
3030 http://ecsft.cern.ch/dist/cvmfs/cvmfs-config/cvmfs-config-default-latest.noarch.rpm
You can’t perform that action at this time.
0 commit comments