Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 350 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 350 Bytes

htcondorcm

Image based on HTCondor with ldap authentication.

FROM ubuntu:20.04 licenses="Apache-2.0"

ENV VAR

ldap

  • LDAP_URI="ldap://"
  • LDAP_BASE="dc=default,dc=com"
  • LDAP_VERSION="3"
  • PAM_PASSWORD="md5"

htcondor

  • HTCONDOR_PASSWORD="NONE"
  • CENTRAL_MANAGER="127.0.0.1"

PULL

docker pull ghcr.io/darfig/htcondorcm:latest