Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions opensciencegrid/gwms-factory/Dockerfile
Original file line number Diff line number Diff line change
@@ -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 <help@opensciencegrid.org>
LABEL maintainer="OSG Software <help@osg-htc.org>"

# Previous build args went out of scope
ARG BASE_OS
Expand Down
2 changes: 1 addition & 1 deletion opensciencegrid/gwms-factory/README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down