Skip to content

Commit

Permalink
update to corrected SP ver
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Oct 23, 2024
1 parent fe55b42 commit d1f67e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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/
Expand Down

0 comments on commit d1f67e2

Please sign in to comment.