Skip to content

Commit

Permalink
Downgrade to el7
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonLock committed Jul 1, 2024
1 parent 4822d64 commit a36587d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@

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

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

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

RUN \
yum update -y && \
Expand All @@ -26,4 +24,4 @@ COPY documentation /srv/documentation/
ENV PYTHONUNBUFFERED=1
ENV CONFIG_PATH=/srv/config.py
#ENTRYPOINT ["/opt/portal/run_local.sh"]
#CMD ["--host=0.0.0.0"]
#CMD ["--host=0.0.0.0"]

0 comments on commit a36587d

Please sign in to comment.