Peter Kehl admin
  • Joined on 2025-11-22

exlega-php (latest)

Published 2026-05-27 00:21:59 +02:00 by admin

Installation

docker pull registry.exlega.de/admin/exlega-php:latest
sha256:00efd4572dbc954c804b01814b974a7c15fc0f95dd0e8d195d11c7bc588ae841

Images

Digest OS / Arch Size
6333284685 linux/amd64 203 MiB

Image Layers ( linux/amd64)

crane flatten sha256:242c67a1c73b520d102942b35042c139560db55ec89ec743b981da2ba13c1eec
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 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 20260214
com.docker.compose.project 5
com.docker.compose.service php
com.docker.compose.version 5.1.1
name Photon OS x86_64/5.0 Base Image
org.opencontainers.image.base.name docker.io/library/photon:5.0
org.opencontainers.image.created 2026-05-11T14:20:28Z
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.6
vendor VMware
Details
Container
2026-05-27 00:21:59 +02:00
0
OCI / Docker
Versions (1) View all
latest 2026-05-27