converted docker_htcondor to role

This commit is contained in:
2021-04-22 19:05:22 +02:00
parent 2767014223
commit ddf10eb2fa
12 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
FROM docker.io/library/centos:7
RUN yum install -y https://research.cs.wisc.edu/htcondor/repo/8.9/htcondor-release-current.el7.noarch.rpm && \
yum install --nogpgcheck -y condor && \
yum install -y less && \
yum clean all
RUN yum install -y iproute bind-utils nmap-ncat net-tools && \
yum clean all
CMD bash -c 'cat <({ condor_master -f & tail --retry --pid $! -f /var/log/condor/MasterLog & })'