From c3d1ad9613a3bed4e31cbd6c247c603530188dc0 Mon Sep 17 00:00:00 2001 From: Matyas Selmeci Date: Fri, 7 Aug 2026 16:02:22 -0500 Subject: [PATCH] gwms-factory: various small changes * bump BASE_OSG_SERIES from 23 to 24 * fix deprecated LABEL statement and email address * update README.md: this is no longer a work-in-progress - we're running it in production --- opensciencegrid/gwms-factory/Dockerfile | 4 ++-- opensciencegrid/gwms-factory/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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: