Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOFTWARE-6027: Use OSG 24 for default builds #188

Merged
merged 2 commits into from
Nov 19, 2024

Conversation

mwestphall
Copy link
Contributor

The GHAs for this repo don't appear to use a build matrix for el/release version.

Copy link
Member

@brianhlin brianhlin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you also update https://github.com/opensciencegrid/gratia-probe/blob/2.x/.github/workflows/build-sw-container.yml to push to hub.opensciencegrid.org/osg-htc? It's internal only so I'm fine with removing pushes to Docker Hub and the opensciencegrid project

One minor suggestion in-line

ENV GRATIA_PROBE_VERSION=$TIMESTAMP_IMAGE
ARG UID=10000
ARG GID=10000

# Install EPEL, the OSG software base repo, and gratia-probe-common
RUN yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
yum install -y https://repo.opensciencegrid.org/osg/23-main/osg-23-main-el9-release-latest.rpm && \
yum install -y https://repo.opensciencegrid.org/osg/$OSG_SERIES-main/osg-$OSG_SERIES-main-el9-release-latest.rpm && \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
yum install -y https://repo.opensciencegrid.org/osg/$OSG_SERIES-main/osg-$OSG_SERIES-main-el9-release-latest.rpm && \
yum install -y https://repo.osg-htc.org/osg/$OSG_SERIES-main/osg-$OSG_SERIES-main-el9-release-latest.rpm && \

@mwestphall mwestphall merged commit 74ffee5 into opensciencegrid:2.x Nov 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants