镜像信息
{
"Id": "sha256:e5412fccda8944cb6c93c1ba40632a9eb74beff8176e3631616aa8fc3c92f1be",
"RepoTags": [
"bitnami/php-fpm:8.4.7",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/php-fpm:8.4.7"
],
"RepoDigests": [
"bitnami/php-fpm@sha256:6d8ff640679f18716880bc1806ce94756edc4bcf45b478a9a7b812a88643fe3f",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/php-fpm@sha256:ddbb65caec636737db25057f81368ff98e266d74cb785cdd5d0d41d4539a8ecf"
],
"Parent": "",
"Comment": "[{\"created\":\"2025-05-30T00:13:59.846728425Z\",\"comment\":\"from Bitnami with love\"},{\"created\":\"2025-05-30T15:42:51.954454482Z\",\"created_by\":\"ARG DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-30T15:42:51.954454482Z\",\"created_by\":\"ARG TARGETARCH=amd64\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-30T15:42:51.954454482Z\",\"created_by\":\"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2025-05-30T15:39:10Z 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.ref.name=8.4.7-debian-12-r5 org.opencontainers.image.source=https://github.com/bitnami/containers/tree/main/bitnami/php-fpm org.opencontainers.image.title=php-fpm org.opencontainers.image.vendor=Broadcom, Inc. org.opencontainers.image.version=8.4.7\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-30T15:42:51.954454482Z\",\"created_by\":\"ENV OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-30T15:42:51.954454482Z\",\"created_by\":\"COPY prebuildfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-30T15:42:51.954454482Z\",\"created_by\":\"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-30T15:43:05.137283861Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c install_packages ca-certificates curl libbrotli1 libbsd0 libbz2-1.0 libcom-err2 libcurl4 libexpat1 libffi8 libfftw3-double3 libfontconfig1 libfreetype6 libgcc-s1 libgcrypt20 libglib2.0-0 libgmp10 libgnutls30 libgomp1 libgpg-error0 libgssapi-krb5-2 libhashkit2 libhogweed6 libicu72 libidn2-0 libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblcms2-2 libldap-2.5-0 liblqr-1-0 libltdl7 liblzma5 libmagickcore-6.q16-6 libmagickwand-6.q16-6 libmd0 libmemcached11 libnettle8 libnghttp2-14 libonig5 libp11-kit0 libpcre2-8-0 libpng16-16 libpq5 libpsl5 libreadline8 librtmp1 libsasl2-2 libsodium23 libsqlite3-0 libssh2-1 libssl3 libstdc++6 libsybdb5 libtasn1-6 libtidy5deb1 libtinfo6 libunistring2 libwebp7 libx11-6 libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxslt1.1 libzip4 libzstd1 procps zlib1g # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-30T15:43:06.510915662Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; COMPONENTS=( \\\"php-8.4.7-3-linux-${OS_ARCH}-debian-12\\\" ) ; for COMPONENT in \\\"${COMPONENTS[@]}\\\"; do if [ ! -f \\\"${COMPONENT}.tar.gz\\\" ]; then curl -SsLf \\\"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz\\\" -O ; curl -SsLf \\\"https://${DOWNLOADS_URL}/${COMPONENT}.tar.gz.sha256\\\" -O ; fi ; sha256sum -c \\\"${COMPONENT}.tar.gz.sha256\\\" ; tar -zxf \\\"${COMPONENT}.tar.gz\\\" -C /opt/bitnami --strip-components=2 --no-same-owner ; rm -rf \\\"${COMPONENT}\\\".tar.gz{,.sha256} ; done # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-30T15:43:08.523810649Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c apt-get update \\u0026\\u0026 apt-get upgrade -y \\u0026\\u0026 apt-get clean \\u0026\\u0026 rm -rf /var/lib/apt/lists /var/cache/apt/archives # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-30T15:43:09.123121816Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c find / -perm /6000 -type f -exec chmod a-s {} \\\\; || true # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-30T15:43:09.640719709Z\",\"created_by\":\"RUN |2 DOWNLOADS_URL=dye1tjwtyxcc2.cloudfront.net/tac-rel/nami-components TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs \\u0026\\u0026 sed -i 's/^PASS_MIN_DAYS.*/PASS_MIN_DAYS 0/' /etc/login.defs \\u0026\\u0026 sed -i 's/sha512/sha512 minlen=8/' /etc/pam.d/common-password # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-30T15:43:09.640719709Z\",\"created_by\":\"ENV APP_VERSION=8.4.7 BITNAMI_APP_NAME=php-fpm PATH=/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-30T15:43:09.640719709Z\",\"created_by\":\"EXPOSE map[9000/tcp:{}]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2025-05-30T15:43:10.098241288Z\",\"created_by\":\"WORKDIR /app\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2025-05-30T15:43:10.098241288Z\",\"created_by\":\"CMD [\\\"php-fpm\\\" \\\"-F\\\" \\\"--pid\\\" \\\"/opt/bitnami/php/tmp/php-fpm.pid\\\" \\\"-y\\\" \\\"/opt/bitnami/php/etc/php-fpm.conf\\\"]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true}]",
"Created": "2025-05-30T15:43:10.098241288Z",
"Container": "",
"ContainerConfig": null,
"DockerVersion": "",
"Author": "",
"Config": {
"Hostname": "",
"Domainname": "",
"User": "",
"AttachStdin": false,
"AttachStdout": false,
"AttachStderr": false,
"ExposedPorts": {
"9000/tcp": {}
},
"Tty": false,
"OpenStdin": false,
"StdinOnce": false,
"Env": [
"PATH=/opt/bitnami/php/bin:/opt/bitnami/php/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"OS_ARCH=amd64",
"OS_FLAVOUR=debian-12",
"OS_NAME=linux",
"APP_VERSION=8.4.7",
"BITNAMI_APP_NAME=php-fpm"
],
"Cmd": [
"php-fpm",
"-F",
"--pid",
"/opt/bitnami/php/tmp/php-fpm.pid",
"-y",
"/opt/bitnami/php/etc/php-fpm.conf"
],
"ArgsEscaped": true,
"Image": "",
"Volumes": null,
"WorkingDir": "/app",
"Entrypoint": null,
"OnBuild": null,
"Labels": {
"com.vmware.cp.artifact.flavor": "sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83",
"org.opencontainers.image.base.name": "docker.io/bitnami/minideb:bookworm",
"org.opencontainers.image.created": "2025-05-30T15:39:10Z",
"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.ref.name": "8.4.7-debian-12-r5",
"org.opencontainers.image.source": "https://github.com/bitnami/containers/tree/main/bitnami/php-fpm",
"org.opencontainers.image.title": "php-fpm",
"org.opencontainers.image.vendor": "Broadcom, Inc.",
"org.opencontainers.image.version": "8.4.7"
},
"Shell": [
"/bin/bash",
"-o",
"errexit",
"-o",
"nounset",
"-o",
"pipefail",
"-c"
]
},
"Architecture": "amd64",
"Os": "linux",
"Size": 359892790,
"GraphDriver": {
"Data": {
"MergedDir": "/var/lib/docker/overlay2/b82fff87379eb7e1a31d9e825b5662a160626e7258b063284e97bbae8812430b/merged",
"UpperDir": "/var/lib/docker/overlay2/b82fff87379eb7e1a31d9e825b5662a160626e7258b063284e97bbae8812430b/diff",
"WorkDir": "/var/lib/docker/overlay2/b82fff87379eb7e1a31d9e825b5662a160626e7258b063284e97bbae8812430b/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:670eccf611472fceac6bdca378cf1ae087b238fc6c3d8213f398188c593ed81c"
]
},
"Metadata": {
"LastTagTime": "2025-06-04T14:42:18.257092477+08:00"
}
}