Haschek-Solutions

pro-wuermla.at (latest)

Published 2026-04-15 17:16:05 +02:00 by christian

Installation

docker pull gitea.haschek.at/haschek-solutions/pro-wuermla.at:latest
sha256:235e247e6b1017c06cf421dbd7d7a8aace293a9237b196443d2404a93c3ca15b

Images

Digest OS / Arch Size
3f0d6b52e4 linux/amd64 40 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.20.9-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache php83 php83-fpm php83-opcache caddy php83-curl php83-dom php83-gd # buildkit
RUN /bin/sh -c sed -i 's/nobody/caddy/g' /etc/php83/php-fpm.d/www.conf && sed -i '/clear_env/d' /etc/php83/php-fpm.d/www.conf && echo "clear_env = no" >> /etc/php83/php-fpm.d/www.conf # buildkit
RUN /bin/sh -c sed -i 's/E_ALL \& ~E_DEPRECATED \& ~E_STRICT/E_ALL \& ~E_DEPRECATED \& ~E_STRICT \& ~E_NOTICE \& ~E_WARNING/g' /etc/php83/php.ini # buildkit
COPY . /srv # buildkit
RUN /bin/sh -c chmod 777 /srv/web/imgs/team-cache /srv/web/imgs/news-cache # buildkit
COPY docker/Caddyfile /etc/caddy/Caddyfile # buildkit
CMD ["sh" "-c" "php-fpm83 && caddy run --config /etc/caddy/Caddyfile"]
Details
Container
2026-04-15 17:16:05 +02:00
15
OCI / Docker
Versions (1) View all
latest 2026-04-15