initial version

This commit is contained in:
2021-04-19 13:56:35 +02:00
commit dc0f69744d
7 changed files with 1477 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
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
CMD bash -c 'cat <({ condor_master -f & tail --retry --pid $! -f /var/log/condor/MasterLog & })'