Peter Kehl admin
  • Joined on 2025-11-22

exlega-php (latest)

Published 2026-05-29 03:24:50 +02:00 by admin

Installation

docker pull gitea.exlega.de/admin/exlega-php:latest
sha256:687f9c9654d9220a4dfc7218b1fca96dfd25ca215d90dfcfa94abd530e582286

Images

Digest OS / Arch Size
6b4affd4c9 linux/amd64 207 MiB

Image Layers ( linux/amd64)

crane flatten sha256:94e48012521d9cb19a73dd3d1832028ce52f86c7fc0ff6035aa47c29845e9059
USER root
RUN /bin/bash -o errexit -o nounset -o pipefail -c tdnf install -y mariadb gnupg && tdnf clean all && rm -rf /var/cache/tdnf # buildkit
RUN /bin/bash -o errexit -o nounset -o pipefail -c tdnf install -y build-essential autoconf gpgme-devel && printf "\n" | pecl install gnupg && echo 'extension=gnupg.so' > /opt/bitnami/php/etc/conf.d/gnupg.ini && tdnf remove -y build-essential autoconf && tdnf clean all && rm -rf /var/cache/tdnf /tmp/pear # buildkit
RUN /bin/bash -o errexit -o nounset -o pipefail -c cd /tmp && curl -sSL -o 7zz.tar.xz https://www.7-zip.org/a/7z2601-linux-x64.tar.xz && tar xf 7zz.tar.xz 7zz && mv 7zz /usr/local/bin/7zz && chmod 0755 /usr/local/bin/7zz && rm -rf /tmp/7zz.tar.xz # buildkit
RUN /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /backups && chown 1001:root /backups && chmod 0700 /backups # buildkit
RUN /bin/bash -o errexit -o nounset -o pipefail -c sed -i -e 's/^pm = .*/pm = dynamic/' -e 's/^pm\.max_children = .*/pm.max_children = 50/' -e 's/^pm\.start_servers = .*/pm.start_servers = 10/' -e 's/^pm\.min_spare_servers = .*/pm.min_spare_servers = 5/' -e 's/^pm\.max_spare_servers = .*/pm.max_spare_servers = 20/' /opt/bitnami/php/etc/php-fpm.d/www.conf && printf '\npm.max_requests = 500\n' >> /opt/bitnami/php/etc/php-fpm.d/www.conf # buildkit
RUN /bin/bash -o errexit -o nounset -o pipefail -c chown -R 1001:root /opt/bitnami/php/logs /opt/bitnami/php/tmp /opt/bitnami/php/var # buildkit
USER 1001

Labels

Key Value
build-date 20251113
name Photon OS x86_64/5.0 Base Image
org.opencontainers.image.base.name docker.io/library/photon:5.0
org.opencontainers.image.created 2025-11-27T10:25:40Z
org.opencontainers.image.description Application packaged by Broadcom, Inc.
org.opencontainers.image.title php-fpm
org.opencontainers.image.vendor Broadcom, Inc.
org.opencontainers.image.version 8.5.0
vendor VMware
Details
Container
2026-05-29 03:24:50 +02:00
10
OCI / Docker
Versions (1) View all
latest 2026-05-29