img-httpd-shib (v1)

Published 2023-01-27 17:21:40 +01:00 by alessandro.rabiti

Installation

docker pull git.mulinet.xyz/alessandro.rabiti/img-httpd-shib:v1
sha256:23c6d69bd610c53cac61de80f110880d76e8a0a1eb8b90159d838f3f5e270edd

Image layers

ADD file:074f2c974463ab38cf3532134e8ba2c91c9e346457713f2e8b8e2ac0ee9fd83d in /
LABEL org.label-schema.schema-version=1.0 org.label-schema.name=CentOS Base Image org.label-schema.vendor=CentOS org.label-schema.license=GPLv2 org.label-schema.build-date=20190305
CMD ["/bin/bash"]
LABEL maintainer=Unicon, Inc.
/bin/sh -c yum -y update && yum -y install wget && wget http://download.opensuse.org/repositories/security://shibboleth/CentOS_7/security:shibboleth.repo -P /etc/yum.repos.d && yum -y install httpd shibboleth-3.0.4-3.2 mod_ssl && yum -y clean all
COPY file:42d5818252d7f99a2758ffe91b591ec5742d2dab57d080ff23d2f30d47d48e70 in /usr/local/bin/
COPY dir:5d7f142c9d1baeda9f4b65a813a3b9784062f4a810bf1bc46f0f82c63fbae188 in /etc/shibboleth/
/bin/sh -c test -d /var/run/lock || mkdir -p /var/run/lock && test -d /var/lock/subsys/ || mkdir -p /var/lock/subsys/ && chmod +x /etc/shibboleth/shibd-redhat && echo $'export LD_LIBRARY_PATH=/opt/shibboleth/lib64:$LD_LIBRARY_PATH\n' > /etc/sysconfig/shibd && chmod +x /etc/sysconfig/shibd /etc/shibboleth/shibd-redhat /usr/local/bin/httpd-shibd-foreground && sed -i 's/ErrorLog "logs\/error_log"/ErrorLog \/dev\/stdout/g' /etc/httpd/conf/httpd.conf && echo -e "\nErrorLogFormat \"httpd-error [%{u}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\ %a] %M% ,\ referer\ %{Referer}i\"" >> /etc/httpd/conf/httpd.conf && sed -i 's/CustomLog "logs\/access_log" combined/CustomLog \/dev\/stdout \"httpd-combined %h %l %u %t \\\"%r\\\" %>s %b \\\"%{Referer}i\\\" \\\"%{User-Agent}i\\\"\"/g' /etc/httpd/conf/httpd.conf && sed -i 's/ErrorLog logs\/ssl_error_log/ErrorLog \/dev\/stdout/g' /etc/httpd/conf.d/ssl.conf && sed -i 's/<\/VirtualHost>/ErrorLogFormat \"httpd-ssl-error [%{u}t] [%-m:%l] [pid %P:tid %T] %7F: %E: [client\\ %a] %M% ,\\ referer\\ %{Referer}i\"\n<\/VirtualHost>/g' /etc/httpd/conf.d/ssl.conf && sed -i 's/CustomLog logs\/ssl_request_log/CustomLog \/dev\/stdout/g' /etc/httpd/conf.d/ssl.conf && sed -i 's/TransferLog logs\/ssl_access_log/TransferLog \/dev\/stdout/g' /etc/httpd/conf.d/ssl.conf
EXPOSE 443 80
CMD ["httpd-shibd-foreground"]
/bin/sh -c mkdir -p /etc/httpd/conf.vhosts
/bin/sh -c mkdir -p /var/www/html/default
/bin/sh -c echo "Include conf.vhosts/*.conf" >> /etc/httpd/conf/httpd.conf
COPY file:cb6752b2e314f5392c339407a9d744491a71919f1841cbdb7925fab1af15aadc in /etc/httpd/conf.vhosts/
COPY file:f21ff4e5a7a3f665002e43dd388a261786abebd151386ce848ba9e30e205764f in /etc/shibboleth/
COPY file:932c1d4eedd4bc5364d53b0283c1dabcb806cb2bb6c62dfa9c3db40ac3dbf86e in /etc/shibboleth/
COPY file:3678c80895bd75b15c9ba127e955cb3318d1e4e30df9dda3c5bfa8d507f8536d in /etc/shibboleth/
COPY file:dd335146b2d9fb62b398d1df8413e5e70407a49e45d4af7cbd59ceb6a3249137 in /etc/shibboleth/

Labels

Key Value
io.buildah.version 1.28.0
maintainer Unicon, Inc.
org.label-schema.build-date 20190305
org.label-schema.license GPLv2
org.label-schema.name CentOS Base Image
org.label-schema.schema-version 1.0
org.label-schema.vendor CentOS
Details
Container
2023-01-27 17:21:40 +01:00
1
OCI / Docker
linux/amd64
153 MiB
Versions (5) View all
v5 2023-01-31
v4 2023-01-31
v3 2023-01-27
v2 2023-01-27
v1 2023-01-27