| LABEL maintainer="Red Hat, Inc." vendor="Red Hat, Inc." |
| LABEL url="https://catalog.redhat.com/en/search?searchType=containers" |
| LABEL com.redhat.component="ubi9-container" name="ubi9/ubi" version="9.7" cpe="cpe:/a:redhat:enterprise_linux:9::appstream" distribution-scope="public" |
| LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI" |
| LABEL summary="Provides the latest release of Red Hat Universal Base Image 9." |
| LABEL description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." |
| LABEL io.k8s.description="The Universal Base Image is designed and engineered to be the base layer for all of your containerized applications, middleware and utilities. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly." |
| LABEL io.k8s.display-name="Red Hat Universal Base Image 9" |
| LABEL io.openshift.expose-services="" |
| LABEL io.openshift.tags="base rhel9" |
| ENV container oci |
| COPY dir:bb7b96e91d4bfe8af2c6b36c0b72be18bed6f371032f4daee65d4f52e0e91a5d in / |
| COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/. |
| CMD ["/bin/bash"] |
| COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json |
| COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json |
| COPY file:ae91355749619f7ac95e2a8557bc9880e555e14d15249094be044cc9fdf50f4c in /usr/share/buildinfo/labels.json |
| COPY file:ae91355749619f7ac95e2a8557bc9880e555e14d15249094be044cc9fdf50f4c in /root/buildinfo/labels.json |
| LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="8b4a33005407835c9106ace470c5b9b64735f896" "org.opencontainers.image.revision"="8b4a33005407835c9106ace470c5b9b64735f896" "build-date"="2026-04-16T04:55:24Z" "org.opencontainers.image.created"="2026-04-16T04:55:24Z" "release"="1776315208"org.opencontainers.image.revision=8b4a33005407835c9106ace470c5b9b64735f896,org.opencontainers.image.created=2026-04-16T04:55:24Z |
| /bin/sh -c dnf install -y php-fpm php-mysqlnd php-gd php-gmp php-ldap php-mbstring php-process php-snmp php-xml php-pear php-pdo git && dnf clean all |
| WORKDIR /var/www/html |
| /bin/sh -c git clone --recursive https://github.com/phpipam/phpipam.git . |
| COPY file:08bb0200b2de951ea8eef8f758f00791aa4da8b7aa0375b8e94d26d98d134cea in ./config.php |
| /bin/sh -c rm -rf /etc/php-fpm.d/*.conf && echo '[www]' > /etc/php-fpm.d/www.conf && echo 'listen = 9000' >> /etc/php-fpm.d/www.conf && echo 'pm = static' >> /etc/php-fpm.d/www.conf && echo 'pm.max_children = 5' >> /etc/php-fpm.d/www.conf && echo 'clear_env = no' >> /etc/php-fpm.d/www.conf |
| /bin/sh -c mkdir -p /run/php-fpm /var/lib/php/session && chown -R 1001:0 /var/www/html /run/php-fpm /var/lib/php /var/log/php-fpm |
| USER 1001 |
| EXPOSE 9000 |
| CMD ["php-fpm", "-F"] |