php-fpm (sha256:2d1122d0a76f94a72165d7b997b2a9802d7c8699729ae0bb00a0fa9808651f85)

Published 2025-03-12 17:24:22 +00:00 by sutty

Installation

docker pull git.sutty.abyaya.la/containers/php-fpm@sha256:2d1122d0a76f94a72165d7b997b2a9802d7c8699729ae0bb00a0fa9808651f85
sha256:2d1122d0a76f94a72165d7b997b2a9802d7c8699729ae0bb00a0fa9808651f85

Image layers

ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG ALPINE_VERSION=3.21.3
ENV LANG=C.UTF-8
COPY /usr/share/zoneinfo/UTC /etc/localtime # buildkit
RUN |1 ALPINE_VERSION=3.21.3 /bin/sh -c echo ${ALPINE_VERSION} | cut -d . -f 1,2 | xargs -I {} echo https://alpine.sutty.nl/alpine/v{}/sutty | tee -a /etc/apk/repositories # buildkit
RUN |1 ALPINE_VERSION=3.21.3 /bin/sh -c wget https://alpine.sutty.nl/alpine/sutty.pub -O /etc/apk/keys/alpine@sutty.nl-5ea884cd.rsa.pub # buildkit
LABEL org.opencontainers.image.authors=f@sutty.nl
ENV EMAIL=monit@sutty.nl
ENV EMAIL_FROM=monit@sutty.nl
ENV MMONIT=mmmonit.athshe.sutty.nl
ENV CREDENTIALS=mmmonit:mmmonit.athshe.sutty.nl
RUN /bin/sh -c apk add --no-cache tini monit knsupdate # buildkit
RUN /bin/sh -c install -dm 2750 -o root -g root /etc/monit.d # buildkit
RUN /bin/sh -c install -dm 2750 -o root -g root /etc/monit.d/external/ # buildkit
RUN /bin/sh -c install -dm 2750 -o root -g root /var/lib/monit # buildkit
COPY /etc/monitrc /etc/monitrc # buildkit
COPY ./nsupdate.sh /usr/local/bin/nsupdate # buildkit
COPY ./whatsmyip6.sh /usr/local/bin/whatsmyip6 # buildkit
COPY ./whatsmydefaulteth.sh /usr/local/bin/whatsmydefaulteth # buildkit
COPY ./syslogize.sh /usr/local/bin/syslogize # buildkit
COPY ./zeroconf.sh /usr/local/bin/zeroconf # buildkit
COPY ./zeroconf.conf /etc/zeroconf.conf # buildkit
EXPOSE map[2812/tcp:{}]
ENTRYPOINT ["/sbin/tini" "--"]
CMD ["/usr/bin/monit"]
LABEL org.opencontainers.image.authors=f@sutty.nl
ARG PHP_VERSION=84
ENV PHP_VERSION=84
RUN |1 PHP_VERSION=84 /bin/sh -c apk add --no-cache icu-data-full php${PHP_VERSION} php${PHP_VERSION}-ctype php${PHP_VERSION}-curl php${PHP_VERSION}-dom php${PHP_VERSION}-exif php${PHP_VERSION}-fileinfo php${PHP_VERSION}-fpm php${PHP_VERSION}-gd php${PHP_VERSION}-iconv php${PHP_VERSION}-intl php${PHP_VERSION}-mbstring php${PHP_VERSION}-opcache php${PHP_VERSION}-openssl php${PHP_VERSION}-pgsql php${PHP_VERSION}-session php${PHP_VERSION}-simplexml php${PHP_VERSION}-soap php${PHP_VERSION}-sodium php${PHP_VERSION}-tokenizer php${PHP_VERSION}-xml php${PHP_VERSION}-xmlreader php${PHP_VERSION}-zip # buildkit
RUN |1 PHP_VERSION=84 /bin/sh -c apk add --no-cache php${PHP_VERSION}-pecl-redis # buildkit
RUN |1 PHP_VERSION=84 /bin/sh -c apk add --no-cache mini-sendmail # buildkit
COPY ./sendmail.sh /usr/bin/sendmail # buildkit
COPY ./php-fpmd.sh /usr/local/bin/php-fpmd # buildkit
COPY ./monit.conf /etc/monit.d/php_fpm.conf # buildkit
RUN |1 PHP_VERSION=84 /bin/sh -c sed -re "s/@@PHP_VERSION@@/${PHP_VERSION}/g" -i /etc/monit.d/php_fpm.conf # buildkit
VOLUME [/etc/php84]
EXPOSE map[9000/tcp:{}]

Labels

Key Value
org.opencontainers.image.authors f@sutty.nl
org.opencontainers.image.created 2025-03-12T17:22:36Z
org.opencontainers.image.revision 94284507ffed03f10c816c7f4b51c5753591cf8c
org.opencontainers.image.source https://git.sutty.abyaya.la/containers/php-fpm.git
org.opencontainers.image.url https://git.sutty.abyaya.la/containers/php-fpm
Details
Container
2025-03-12 17:24:22 +00:00
1
OCI / Docker
linux/amd64
f@sutty.nl
39 MiB
Versions (3) View all
3.19.7 2025-03-12
3.20.6 2025-03-12
3.21.3 2025-03-12