• Joined on 2023-06-22

dfb-idp (development-d7554b15)

Published 2026-08-26 06:53:52 +00:00 by sensor

Installation

docker pull git.gr13.net/sensor/dfb-idp:development-d7554b15
sha256:9e9601bf3a9a84a6d0ff1d5dbab9dd7fdba242a713084262c0b25f2e5ea552df

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=20.04
ADD file:4b4e122c96445546ef9fba44a4eae6ada6239edecb9eea2c807a83abaebad451 in /
CMD ["/bin/bash"]
ARG DEBIAN_FRONTEND=noninteractive
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y software-properties-common apt-transport-https gnupg2 curl && curl -s https://newpackages.vnc.biz/repo/vncpackages.key | apt-key add - && echo "deb https://newpackages.vnc.biz/repo bionic testing" | tee -a /etc/apt/sources.list.d/vncfactory.list && apt-get update # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c add-apt-repository "ppa:ondrej/php" -y # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && echo debconf debconf/frontend select Noninteractive && apt-get install -y composer ca-certificates apt-utils apache2 libapache2-mod-php7.2 php-common php7.2-memcached php7.2-memcache php-ldap php-net-ldap2 php-pear php-xml php7.2 php7.2-cli php7.2-common php7.2-curl php7.2-dev php7.2-gmp php7.2-json php7.2-ldap php7.2-opcache php7.2-readline php7.2-xml pkg-php-tools unzip && phpenmod memcached # buildkit
ADD docker/simplesamlphp /var/simplesamlphp/ # buildkit
ADD docker/apache /opt/apache # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c cp /opt/apache/000-default.conf /etc/apache2/sites-available/000-default.conf # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c cp /opt/apache/apache2.conf /etc/apache2/apache2.conf # buildkit
RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c cp /opt/apache/ports.conf /etc/apache2/ports.conf # buildkit
ENV APACHE_RUN_USER=www-data
ENV APACHE_RUN_GROUP=www-data
ENV APACHE_LOCK_DIR=/var/lock/apache2
ENV APACHE_LOG_DIR=/var/log/apache2
ENV APACHE_PID_FILE=/var/run/apache2/apache2.pid
ENV APACHE_SERVER_NAME=localhost
CMD ["/usr/sbin/apache2ctl" "-DFOREGROUND"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 20.04
Details
Container
2026-08-26 06:53:52 +00:00
5
OCI / Docker
linux/amd64
220 MiB
Versions (1) View all