From a36587d1fa667c389917fd6279575b04f9279e41 Mon Sep 17 00:00:00 2001 From: Cannon Lock Date: Mon, 1 Jul 2024 10:15:37 -0500 Subject: [PATCH] Downgrade to el7 --- Dockerfile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 025f2fc..9f6376c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 +LABEL maintainer OSG Software RUN \ yum update -y && \ @@ -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"] \ No newline at end of file