镜像信息
{
"Id": "sha256:d4460b001b74923a955d4dbd759d9762c815b2def38166d7435797ed96a6b17a",
"RepoTags": [
"bitnami/php-fpm:8.2-debian-12",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/php-fpm:8.2-debian-12"
],
"RepoDigests": [
"bitnami/php-fpm@sha256:04a4d073e9175d005228bcf240d1d96603e5e08a172404e29309756bcd67ea8a",
"swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/bitnami/php-fpm@sha256:4396314bec52aafb92331a43eb09f568a8b0b0764c04e6515ac59fd3431085e5"
],
"Parent": "",
"Comment": "[{\"created\":\"2024-07-25T00:12:24.844935903Z\",\"comment\":\"from Bitnami with love\"},{\"created\":\"2024-07-25T07:00:24.830518998Z\",\"created_by\":\"ARG TARGETARCH\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-07-25T07:00:24.830518998Z\",\"created_by\":\"LABEL com.vmware.cp.artifact.flavor=sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83 org.opencontainers.image.base.name=docker.io/bitnami/minideb:bookworm org.opencontainers.image.created=2024-07-25T06:46:40Z 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.licenses=Apache-2.0 org.opencontainers.image.ref.name=8.2.21-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.2.21\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-07-25T07:00:24.830518998Z\",\"created_by\":\"ENV OS_ARCH=amd64 OS_FLAVOUR=debian-12 OS_NAME=linux\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-07-25T07:00:24.830518998Z\",\"created_by\":\"COPY prebuildfs / # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-07-25T07:00:24.830518998Z\",\"created_by\":\"SHELL [/bin/bash -o errexit -o nounset -o pipefail -c]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-07-25T07:00:36.866060863Z\",\"created_by\":\"RUN |1 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\":\"2024-07-25T07:00:38.165047495Z\",\"created_by\":\"RUN |1 TARGETARCH=amd64 /bin/bash -o errexit -o nounset -o pipefail -c mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; COMPONENTS=( \\\"php-8.2.21-2-linux-${OS_ARCH}-debian-12\\\" ) ; for COMPONENT in \\\"${COMPONENTS[@]}\\\"; do if [ ! -f \\\"${COMPONENT}.tar.gz\\\" ]; then curl -SsLf \\\"https://downloads.bitnami.com/files/stacksmith/${COMPONENT}.tar.gz\\\" -O ; curl -SsLf \\\"https://downloads.bitnami.com/files/stacksmith/${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 --wildcards '*/files' ; rm -rf \\\"${COMPONENT}\\\".tar.gz{,.sha256} ; done # buildkit\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-07-25T07:00:40.515269052Z\",\"created_by\":\"RUN |1 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\":\"2024-07-25T07:00:41.2850945Z\",\"created_by\":\"RUN |1 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\":\"2024-07-25T07:00:41.810194615Z\",\"created_by\":\"RUN |1 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\":\"2024-07-25T07:00:41.810194615Z\",\"created_by\":\"ENV APP_VERSION=8.2.21 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\":\"2024-07-25T07:00:41.810194615Z\",\"created_by\":\"EXPOSE map[9000/tcp:{}]\",\"comment\":\"buildkit.dockerfile.v0\",\"empty_layer\":true},{\"created\":\"2024-07-25T07:00:42.29109912Z\",\"created_by\":\"WORKDIR /app\",\"comment\":\"buildkit.dockerfile.v0\"},{\"created\":\"2024-07-25T07:00:42.29109912Z\",\"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": "2024-07-25T07:00:42.29109912Z",
"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.2.21",
"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": "2024-07-25T06:46:40Z",
"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.licenses": "Apache-2.0",
"org.opencontainers.image.ref.name": "8.2.21-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.2.21"
},
"Shell": [
"/bin/bash",
"-o",
"errexit",
"-o",
"nounset",
"-o",
"pipefail",
"-c"
]
},
"Architecture": "amd64",
"Os": "linux",
"Size": 340108770,
"GraphDriver": {
"Data": {
"MergedDir": "/var/lib/docker/overlay2/73df46ffbb989b9945d2358844488d7d931e1c1ed9357d37c90ffb9e8fd00390/merged",
"UpperDir": "/var/lib/docker/overlay2/73df46ffbb989b9945d2358844488d7d931e1c1ed9357d37c90ffb9e8fd00390/diff",
"WorkDir": "/var/lib/docker/overlay2/73df46ffbb989b9945d2358844488d7d931e1c1ed9357d37c90ffb9e8fd00390/work"
},
"Name": "overlay2"
},
"RootFS": {
"Type": "layers",
"Layers": [
"sha256:010590f533d7d8b8b40f53ca9eddb4237745bda3b9b492405c6de665329779cc"
]
},
"Metadata": {
"LastTagTime": "2024-07-28T23:31:15.159565418+08:00"
}
}