We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a7d6d0 + 00f3b97 commit 7cc0bf8Copy full SHA for 7cc0bf8
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM opensciencegrid/software-base:3.6-al8-release
+FROM hub.opensciencegrid.org/opensciencegrid/software-base:24-el8-release
2
3
# Install dependencies (application, Apache)
4
RUN \
@@ -51,3 +51,5 @@ COPY docker/apache.conf /etc/httpd/conf.d/topology.conf
51
COPY docker/supervisor-apache.conf /etc/supervisord.d/40-apache.conf
52
53
EXPOSE 8080/tcp 8443/tcp
54
+
55
+ENV ENABLE_SHA1=YES
0 commit comments