Belupeti
  • Joined on 2025-12-07

bme-wiki (v1)

Published 2026-06-08 09:08:33 +02:00 by Belupeti

Installation

docker pull gitea.sc0tt.org/belupeti/bme-wiki:v1
sha256:ee69f192ed6cd863755887ecd27b682cedd850694bc8305f89fa8ea9e4e07c2f

About this package

Lightweight container with Nginx 1.28 & PHP 8.5 based on Alpine Linux.

Image Layers

ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
ARG BUILD_DATE=2026-03-18T14:55:28Z
ARG VCS_REF=47835d7d487e8adff9aecc77cd2cadb88e19aaeb
ARG VERSION=3.11.1
LABEL org.opencontainers.image.created=2026-03-18T14:55:28Z
LABEL org.opencontainers.image.authors=Tim de Pater <code@trafex.nl>
LABEL org.opencontainers.image.url=https://github.com/TrafeX/docker-php-nginx
LABEL org.opencontainers.image.documentation=https://github.com/TrafeX/docker-php-nginx
LABEL org.opencontainers.image.source=https://github.com/TrafeX/docker-php-nginx
LABEL org.opencontainers.image.version=3.11.1
LABEL org.opencontainers.image.revision=47835d7d487e8adff9aecc77cd2cadb88e19aaeb
LABEL org.opencontainers.image.vendor=TrafeX
LABEL org.opencontainers.image.title=PHP-FPM 8.5 & Nginx on Alpine Linux
LABEL org.opencontainers.image.description=Lightweight container with Nginx 1.28 & PHP 8.5 based on Alpine Linux.
WORKDIR /var/www/html
RUN |3 BUILD_DATE=2026-03-18T14:55:28Z VCS_REF=47835d7d487e8adff9aecc77cd2cadb88e19aaeb VERSION=3.11.1 /bin/sh -c apk add --no-cache curl nginx php85 php85-ctype php85-curl php85-dom php85-fileinfo php85-fpm php85-gd php85-intl php85-mbstring php85-mysqli php85-openssl php85-phar php85-session php85-tokenizer php85-xml php85-xmlreader php85-xmlwriter supervisor # buildkit
RUN |3 BUILD_DATE=2026-03-18T14:55:28Z VCS_REF=47835d7d487e8adff9aecc77cd2cadb88e19aaeb VERSION=3.11.1 /bin/sh -c ln -s /usr/bin/php85 /usr/bin/php # buildkit
COPY config/nginx.conf /etc/nginx/nginx.conf # buildkit
COPY config/conf.d /etc/nginx/conf.d/ # buildkit
ENV PHP_INI_DIR=/etc/php85
COPY config/fpm-pool.conf /etc/php85/php-fpm.d/www.conf # buildkit
COPY config/php.ini /etc/php85/conf.d/custom.ini # buildkit
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit
RUN |3 BUILD_DATE=2026-03-18T14:55:28Z VCS_REF=47835d7d487e8adff9aecc77cd2cadb88e19aaeb VERSION=3.11.1 /bin/sh -c chown -R nobody:nobody /var/www/html /run /var/lib/nginx /var/log/nginx # buildkit
USER nobody
COPY --chown=nobody src/ /var/www/html/ # buildkit
EXPOSE [8080/tcp]
CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]
HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail http://127.0.0.1:8080/fpm-ping || exit 1"] "0s" "10s" "0s" "0s" '\x00'}
COPY /pdfs /var/www/pdfs/ # buildkit
COPY ./wiki/overlay/html /var/www/html/ # buildkit
COPY ./wiki/overlay/config/default.conf /etc/nginx/conf.d/default.conf # buildkit

Labels

Key Value
org.opencontainers.image.authors Tim de Pater <code@trafex.nl>
org.opencontainers.image.created 2026-03-18T14:55:28Z
org.opencontainers.image.description Lightweight container with Nginx 1.28 & PHP 8.5 based on Alpine Linux.
org.opencontainers.image.documentation https://github.com/TrafeX/docker-php-nginx
org.opencontainers.image.revision 47835d7d487e8adff9aecc77cd2cadb88e19aaeb
org.opencontainers.image.source https://github.com/TrafeX/docker-php-nginx
org.opencontainers.image.title PHP-FPM 8.5 & Nginx on Alpine Linux
org.opencontainers.image.url https://github.com/TrafeX/docker-php-nginx
org.opencontainers.image.vendor TrafeX
org.opencontainers.image.version 3.11.1
Details
Container
2026-06-08 09:08:33 +02:00
0
OCI / Docker
linux/amd64
Tim de Pater <code@trafex.nl>
244 MiB
Versions (2) View all
v1 2026-06-08
latest 2026-06-08