diff --git a/opensciencegrid/gwms-factory/Dockerfile b/opensciencegrid/gwms-factory/Dockerfile index 20095ba3..f2e3983f 100644 --- a/opensciencegrid/gwms-factory/Dockerfile +++ b/opensciencegrid/gwms-factory/Dockerfile @@ -1,9 +1,9 @@ ARG BASE_OS=el9 -ARG BASE_OSG_SERIES=23 +ARG BASE_OSG_SERIES=24 ARG BASE_YUM_REPO=release FROM opensciencegrid/software-base:$BASE_OSG_SERIES-$BASE_OS-$BASE_YUM_REPO -LABEL maintainer OSG Software +LABEL maintainer="OSG Software " # Previous build args went out of scope ARG BASE_OS diff --git a/opensciencegrid/gwms-factory/README.md b/opensciencegrid/gwms-factory/README.md index bac4f1f7..1d0574a2 100644 --- a/opensciencegrid/gwms-factory/README.md +++ b/opensciencegrid/gwms-factory/README.md @@ -1,7 +1,7 @@ # GlideinWMS Factory docker image -This container is a work-in-progress for the GlideinWMS factory image. +This container is a GlideinWMS factory image. To launch, one must mount in the glideinWMS.xml and provide a configuration repository. Here is the example invocation used by the developer: