Skip to content

Commit

Permalink
Update to el9
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Jun 26, 2024
1 parent f0b3ce2 commit befcdb9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@

ARG IMAGE_BASE_TAG=release
ARG BASE_OSG_SERIES=23
ARG BASE_OS=el9
ARG BASE_YUM_REPO=release

FROM opensciencegrid/software-base:3.6-el9-$IMAGE_BASE_TAG
FROM opensciencegrid/software-base:$BASE_OSG_SERIES-$BASE_OS-$BASE_YUM_REPO

LABEL maintainer OSG Software <support@opensciencegrid.org>
LABEL maintainer OSG Software <help@osg-htc.org>

RUN \
yum update -y && \
Expand Down

0 comments on commit befcdb9

Please sign in to comment.