[bitnami/php-fpm] Release 8.5.5-debian-12-r3 (#92493)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot 2026-04-15 19:33:43 +02:00 committed by GitHub
parent e39571c23b
commit f7a6e3a4db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 21 deletions

View File

@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
org.opencontainers.image.created="2026-04-14T12:51:16Z" \
org.opencontainers.image.created="2026-04-15T15:33:23Z" \
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/php-fpm/README.md" \
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/php-fpm" \
@ -48,7 +48,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
ENV APP_VERSION="8.5.5" \
BITNAMI_APP_NAME="php-fpm" \
IMAGE_REVISION="2" \
IMAGE_REVISION="3" \
LD_LIBRARY_PATH="/opt/bitnami/postgresql/lib:$LD_LIBRARY_PATH" \
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:$PATH"

View File

@ -11,6 +11,12 @@ Trademarks: This software listing is packaged by Bitnami. The respective tradema
docker run -it --name phpfpm -v /path/to/app:/app bitnami/php-fpm
```
## Using `docker-compose.yml`
The docker-compose.yaml file of this container can be found in the [Bitnami Containers repository](https://github.com/bitnami/containers/).
[https://github.com/bitnami/containers/tree/main/bitnami/php-fpm/docker-compose.yml](https://github.com/bitnami/containers/tree/main/bitnami/php-fpm/docker-compose.yml)
## Why use Bitnami Secure Images?
Those are hardened, minimal CVE images built and maintained by Bitnami. Bitnami Secure Images are based on the cloud-optimized, security-hardened enterprise [OS Photon Linux](https://vmware.github.io/photon/). Why choose BSI images?
@ -80,10 +86,6 @@ The formatting convention for `prod` tags has been changed:
The Bitnami PHP-FPM Docker image is only available to [Bitnami Secure Images](https://bitnami.com) customers.
## Using `docker-compose.yaml`
Please be aware this file has not undergone internal testing. Consequently, we advise its use exclusively for development or testing purposes.
## Connecting to other containers
This image is designed to be used with a web server to serve your PHP app, you can use docker networking to create a network and attach all the containers to that network.
@ -238,21 +240,7 @@ The Bitnami PHP-FPM Docker image from the [Bitnami Secure Images](https://go-vmw
## Logging
The Bitnami PHP-FPM Docker Image sends the container logs to the `stdout`. You can configure the containers [logging driver](https://docs.docker.com/engine/reference/run/#logging-drivers-log-driver) using the `--log-driver` option. By default the `json-file` driver is used.
To view the logs:
```console
docker logs phpfpm
```
or using Docker Compose:
```console
docker-compose logs phpfpm
```
_The `docker logs` command is only available when the `json-file` or `journald` logging driver is in use._
The Bitnami PHP-FPM Docker image sends the container logs to the `stdout`. You can configure the containers [logging driver](https://docs.docker.com/engine/admin/logging/overview/) using the `--log-driver` option if you wish to consume the container logs differently. In the default configuration docker uses the `json-file` driver.
## Useful Links