Skip to content

Commit

Permalink
Build from OSG 24, pulling software-base from Harbor
Browse files Browse the repository at this point in the history
keeping it on EL8 but preemptively enabling SHA1 for when we upgrade.
  • Loading branch information
matyasselmeci committed Jan 27, 2025
1 parent 21167f1 commit 17c9976
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM opensciencegrid/software-base:3.6-al8-release
FROM hub.opensciencegrid.org/opensciencegrid/software-base:24-el8-release

# Install dependencies (application, Apache)
RUN \
Expand Down Expand Up @@ -51,3 +51,5 @@ COPY docker/apache.conf /etc/httpd/conf.d/topology.conf
COPY docker/supervisor-apache.conf /etc/supervisord.d/40-apache.conf

EXPOSE 8080/tcp 8443/tcp

ENV ENABLE_SHA1=YES

0 comments on commit 17c9976

Please sign in to comment.