php-ub26.4 (8.5-fpm-gs)
Published 2026-07-24 16:31:29 +02:00 by jochen
Installation
docker pull git.bocc.de/jochen/php-ub26.4:8.5-fpm-gssha256:3fc683b3bda4b67a7d0420a60c757513b2a9516f0e5f6039fd4cd436b6fbb9d7About this package
The Ubuntu container image maintained by Canonical
Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things.
It is the world's most popular operating system across public clouds and OpenStack clouds.
It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale.
Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
Image layers
| umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/.temp_layer.8989.tar --tag 26.04 |
| umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd |
| umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash |
| umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-07-13T16:06:30.499069+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide. |
| umoci config --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-07-13T16:06:30.499069+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide. |
| umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-9cbff345d050d8210022046bb567023a/images/.temp_layer.control_data.8989.tar |
| ENV PHP_VERSION=8.5 DEBIAN_FRONTEND=noninteractive TZ=UTC |
| /bin/sh -c apt-get update && apt-get install -y --no-install-recommends software-properties-common gnupg curl ca-certificates msmtp-mta cups-bsd poppler-utils nslcd fontconfig fonts-dejavu-core fonts-liberation ghostscript && curl -fsSL https://packages.sury.org/php/apt.gpg | gpg --dearmor -o /usr/share/keyrings/sury-php.gpg && echo "deb [signed-by=/usr/share/keyrings/sury-php.gpg] https://packages.sury.org/php $(lsb_release -sc) main" > /etc/apt/sources.list.d/sury-php.list && apt-get update && apt-get install -y --no-install-recommends php8.5-fpm php8.5-cli php8.5-gd php8.5-zip php8.5-intl php8.5-xml php8.5-curl php8.5-mysql php8.5-pgsql php-pear && apt-get purge -y --auto-remove software-properties-common gnupg && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* |
| COPY file:8e08bcbe5142ca17478f2d4bac25c8af4cebff3be14e8ca8c349f56b1dbd99ff in /etc/php/8.5/fpm/conf.d/10-opcache-tuning.ini |
| COPY file:dd56fd7be67c6c8c541f5c33654257783083a23841c623feb5cd40a3c64baff6 in /etc/php/8.5/fpm/pool.d/www.conf |
| /bin/sh -c mkdir -p /run/php && usermod -u 33 www-data && groupmod -g 33 www-data |
| COPY file:c2032c2c2b52f6ff6b03b42fb34a35bbba7fd4f80c913107eef3a19c21ee0fb6 in /entrypoint.sh |
| /bin/sh -c chmod +x /entrypoint.sh |
| EXPOSE 9000 |
| ENTRYPOINT ["/entrypoint.sh"] |
| CMD [] |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.33.7 |
| org.opencontainers.image.created | 2026-07-13T16:06:30.499069+00:00 |
| org.opencontainers.image.description | The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide. |
| org.opencontainers.image.title | ubuntu |
| org.opencontainers.image.version | 26.04 |