Skip to content

merge 3.5.0 03132025 rocky9 multiarch #24

merged 11 commits into from Mar 17, 2025
Prev Previous commit
Next Next commit
update to corrected SP ver
pcaskey committed Oct 23, 2024
commit d1f67e2ef8ecfb4ce23a6f57fd056d7c8803cd0a
10 changes: 5 additions & 5 deletions Dockerfile
@@ -1,10 +1,10 @@
FROM --platform=$TARGETPLATFORM rockylinux/rockylinux:9.4

# Define args and set a default value
ARG maintainer=tier
ARG maintainer=i2incommon
ARG imagename=shibboleth_sp
ARG version=3.5.0
ARG TIERVERSION=20241021-Rocky9-MA
ARG version=3.5.0-2
ARG TIERVERSION=20241023-Rocky9-MA

MAINTAINER $maintainer
LABEL Vendor="Internet2"
@@ -23,13 +23,13 @@ RUN ln -sf /usr/share/zoneinfo/UTC /etc/localtime \
&& echo "NETWORKING=yes" > /etc/sysconfig/network

RUN rm -fr /var/cache/dnf/* && dnf clean all && dnf -y install --setopt=tsflags=nodocs epel-release && dnf -y update && \
dnf -y install net-tools wget tar unzip mlocate logrotate strace telnet man vim rsyslog httpd mod_ssl dos2unix cronie supervisor memcached && \
dnf -y install net-tools wget tar unzip mlocate logrotate strace telnet man vim rsyslog httpd mod_ssl dos2unix cronie supervisor && \
dnf -y --allowerasing install curl && \
dnf clean all

#install shibboleth, cleanup httpd
COPY container_files/shibboleth/shibboleth.repo /etc/yum.repos.d/security:shibboleth.repo
RUN dnf -y --nobest install shibboleth-$version-\* \
RUN dnf -y install shibboleth-$version\* \
&& dnf clean all

ADD ./container_files/httpd/*.conf /etc/httpd/conf.d/