File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 23
23
build_and_publish :
24
24
name : Build and publish image
25
25
runs-on : self-hosted
26
+ timeout-minutes : 720
26
27
permissions :
27
28
packages : write
28
29
contents : read
Original file line number Diff line number Diff line change 1
- ARG cvmfsversion=2.8.1
1
+ ARG cvmfsversion=2.8.2
2
2
ARG awscliversion=1.20.39
3
3
4
4
FROM debian:10.6 AS prepare-deb
@@ -14,7 +14,7 @@ ARG awscliversion
14
14
COPY --from=prepare-deb /root/deb /root/deb
15
15
16
16
RUN 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
18
18
# python3 and jq are required for eessi-upload-to-staging script (next to awscli)
19
19
RUN apt-get install -y python3-pip jq
20
20
RUN 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
2
2
# Stick to old version of fuse-overlayfs due to issues with newer versions
3
3
# (cfr. https://github.com/containers/fuse-overlayfs/issues/232)
4
4
ARG fuseoverlayfsversion=0.3
@@ -24,7 +24,7 @@ ARG cvmfsversion
24
24
COPY --from=prepare-rpm /root/rpmbuild/RPMS /root/rpmbuild/RPMS
25
25
COPY --from=build-fuse-overlayfs /usr/local/bin/fuse-overlayfs /usr/local/bin/fuse-overlayfs
26
26
27
- RUN yum install -y sudo vim openssh-clients
27
+ RUN yum install -y sudo vim openssh-clients lsof
28
28
RUN yum install -y /root/rpmbuild/RPMS/$(uname -m)/cvmfs-${cvmfsversion}-1.el7.$(uname -m).rpm \
29
29
/root/rpmbuild/RPMS/$(uname -m)/cvmfs-fuse3-${cvmfsversion}-1.el7.$(uname -m).rpm \
30
30
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