Haschek-Solutions

pro-wuermla.at (latest)

Published 2026-06-15 10:15:41 +02:00 by christian

Installation

docker pull gitea.haschek.at/haschek-solutions/pro-wuermla.at:latest
sha256:2ad013bdf2f84d13af2fa66df9d2b3ca845dc2ed6452f4059ae360dda19965d8

Images

Digest OS / Arch Size
f251e19a52 linux/amd64 40 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.20.10-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-06-15 10:15:41 +02:00
20
OCI / Docker
Versions (1) View all
latest 2026-06-15