diff --git a/Dockerfile b/Dockerfile index c574d42..280a89e 100644 --- a/Dockerfile +++ b/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/