cloud-hosting-platform

cac-fpm (latest)

Published 2026-06-10 17:26:02 +00:00 by whp-cicd-user in cloud-hosting-platform/cloud-apache-container

Installation

docker pull repo.anhonesthost.net/cloud-hosting-platform/cac-fpm:latest
sha256:ad2ae0b6bd406457a32926eb15dc5a1e12b915e57b2ed4c32f3633241f19d274

Images

Digest OS / Arch Size
d4d8ea03ee linux/amd64 261 MiB

Image Layers ( linux/amd64)

COPY / / # buildkit
ENV LANG=C.utf8
CMD ["/bin/bash"]
ARG PHPVER=85
RUN |1 PHPVER=85 /bin/sh -c dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm https://rpms.remirepo.net/enterprise/remi-release-10.rpm && dnf update -y && dnf install -y openssl wget procps cronie iproute postgresql-devel microdnf less git nano rsync unzip zip mariadb bind-utils jq patch nc tree dos2unix fcgi && dnf clean all && rm -rf /var/cache/dnf /usr/share/doc /usr/share/man /usr/share/locale/* # buildkit
COPY ./scripts/ /scripts/ # buildkit
RUN |1 PHPVER=85 /bin/sh -c chmod +x /scripts/* # buildkit
RUN |1 PHPVER=85 /bin/sh -c dnf install -y ImageMagick ImageMagick-libs ImageMagick-heic && dnf clean all # buildkit
RUN |1 PHPVER=85 /bin/sh -c mkdir -p /run/php-fpm/ && /scripts/install-php$PHPVER.sh && rm -rf /tmp/* # buildkit
RUN |1 PHPVER=85 /bin/sh -c curl -L -o /usr/local/bin/wp https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && chmod +x /usr/local/bin/wp # buildkit
RUN |1 PHPVER=85 /bin/sh -c curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer && chmod +x /usr/local/bin/composer # buildkit
COPY ./configs/prod-php.ini /etc/php.ini # buildkit
COPY ./configs/mariadb.repo /etc/yum.repos.d/ # buildkit
RUN |1 PHPVER=85 /bin/sh -c echo "15 */12 * * * root /scripts/log-rotate.sh" >> /etc/crontab # buildkit
EXPOSE [9000/tcp]
HEALTHCHECK {Test:[CMD-SHELL SCRIPT_FILENAME=/fpm-ping SCRIPT_NAME=/fpm-ping REQUEST_METHOD=GET cgi-fcgi -bind -connect 127.0.0.1:9000 | grep -q pong || exit 1] Interval:30s Timeout:5s StartPeriod:1m0s StartInterval:0s Retries:3}
ENTRYPOINT ["/scripts/entrypoint-fpm.sh"]
Details
Container
2026-06-10 17:26:02 +00:00
13
OCI / Docker
Versions (8) View all
php85 2026-06-10
latest 2026-06-10
php84 2026-06-10
php83 2026-06-10
php82 2026-06-10