[bitnami/php-fpm] Release 8.2.4-debian-11-r0 (#27433)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-03-14 20:48:17 +01:00
committed by GitHub
parent f78e53f45a
commit e61b3d35e5
4 changed files with 8 additions and 9 deletions

View File

@@ -3,13 +3,13 @@ FROM docker.io/bitnami/minideb:bullseye
ARG TARGETARCH
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \
org.opencontainers.image.created="2023-03-13T23:37:40Z" \
org.opencontainers.image.created="2023-03-14T19:28:57Z" \
org.opencontainers.image.description="Application packaged by VMware, Inc" \
org.opencontainers.image.licenses="Apache-2.0" \
org.opencontainers.image.ref.name="8.2.3-debian-11-r9" \
org.opencontainers.image.ref.name="8.2.4-debian-11-r0" \
org.opencontainers.image.title="php-fpm" \
org.opencontainers.image.vendor="VMware, Inc." \
org.opencontainers.image.version="8.2.3"
org.opencontainers.image.version="8.2.4"
ENV OS_ARCH="${TARGETARCH:-amd64}" \
OS_FLAVOUR="debian-11" \
@@ -21,7 +21,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN install_packages ca-certificates curl libbrotli1 libbsd0 libbz2-1.0 libcom-err2 libcurl4 libexpat1 libffi7 libfftw3-double3 libfontconfig1 libfreetype6 libgcc-s1 libgcrypt20 libglib2.0-0 libgmp10 libgnutls30 libgomp1 libgpg-error0 libgssapi-krb5-2 libhogweed6 libicu67 libidn2-0 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblcms2-2 libldap-2.4-2 liblqr-1-0 libltdl7 liblzma5 libmagickcore-6.q16-6 libmagickwand-6.q16-6 libmd0 libmemcached11 libnettle8 libnghttp2-14 libonig5 libp11-kit0 libpcre3 libpng16-16 libpq5 libpsl5 libreadline8 librtmp1 libsasl2-2 libsodium23 libsqlite3-0 libssh2-1 libssl1.1 libstdc++6 libsybdb5 libtasn1-6 libtidy5deb1 libtinfo6 libunistring2 libuuid1 libwebp6 libx11-6 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxslt1.1 libzip4 procps zlib1g
RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \
COMPONENTS=( \
"php-8.2.3-2-linux-${OS_ARCH}-debian-11" \
"php-8.2.4-0-linux-${OS_ARCH}-debian-11" \
) && \
for COMPONENT in "${COMPONENTS[@]}"; do \
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
@@ -38,7 +38,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
sed -i 's/^PASS_MIN_DAYS.*/PASS_MIN_DAYS 0/' /etc/login.defs && \
sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password
ENV APP_VERSION="8.2.3" \
ENV APP_VERSION="8.2.4" \
BITNAMI_APP_NAME="php-fpm" \
PATH="/opt/bitnami/php/bin:/opt/bitnami/php/sbin:$PATH"

View File

@@ -1,9 +1,9 @@
{
"php": {
"arch": "amd64",
"digest": "a25095474c5cbdddd227ba8f03edf5cb8f881977e00001bac29cd628d0ef8ce6",
"digest": "40e18bc90634156d7350e9fbd66d2fabca58958b7efc3411af0edbe4e0f66fda",
"distro": "debian-11",
"type": "NAMI",
"version": "8.2.3-2"
"version": "8.2.4-0"
}
}

View File

@@ -1,5 +1,5 @@
rolling-tags:
- "8.2"
- 8.2-debian-11
- 8.2.3
- 8.2.4
- latest

View File

@@ -5,7 +5,6 @@
> PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites.
[Overview of PHP-FPM](http://php-fpm.org/)
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
## TL;DR