web (0.03)

Published 2025-02-02 18:02:16 +00:00 by bryn

Installation

docker pull git.brynstuff.co.uk/bryn/web:0.03
sha256:5f1a4bcd8bcafc92e79cfdc2294ee06919fd8afc7804e74205628404877417be

Image Layers

ADD alpine-minirootfs-3.21.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk update && apk upgrade # buildkit
RUN /bin/sh -c apk add bash # buildkit
RUN /bin/sh -c apk add nginx # buildkit
RUN /bin/sh -c apk add php82 php82-fpm php82-opcache # buildkit
RUN /bin/sh -c apk add php82-gd php82-zlib php82-curl php82-bz2 php82-gettext php82-ldap php82-mbstring php82-pdo php82-pdo_mysql php82-session php82-xml # buildkit
RUN /bin/sh -c apk add python3 py3-pip # buildkit
RUN /bin/sh -c pip install pypureomapi --break-system-packages # buildkit
COPY nginx /etc/nginx # buildkit
COPY php /etc/php8.2 # buildkit
RUN /bin/sh -c mkdir /var/run/php # buildkit
EXPOSE map[80/tcp:{}]
STOPSIGNAL SIGTERM
CMD ["/bin/bash" "-c" "php-fpm82 && chmod 777 /app && nginx -g 'daemon off;'"]

Labels

Key Value
com.docker.compose.project brynstuff-api
com.docker.compose.service frontend
com.docker.compose.version 2.29.7
Details
Container
2025-02-02 18:02:16 +00:00
2
OCI / Docker
linux/amd64
44 MiB
Versions (3) View all
0.03 2025-02-02
0.02 2025-02-02
0.01 2024-10-12