Haschek-Solutions

wifiportalcontrol (latest)

Published 2025-01-22 23:36:39 +01:00 by christian

Installation

docker pull gitea.haschek.at/haschek-solutions/wifiportalcontrol:latest
sha256:c50ce4390d4d550ae98d20fe57ea056df87acc599077a7c99020e2b6f83af098

Images

Digest OS / Arch Size
b38d0bc190 linux/amd64 15 MiB
6b25987766 linux/arm/v7 14 MiB
3026c838c9 linux/arm64 16 MiB

Image Layers ( linux/arm/v7)

ADD alpine-minirootfs-3.20.5-armv7.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache php83 nginx php83-openssl php83-curl php83-mbstring php83-ldap php83-session php83-json php83-redis php83-fpm redis # buildkit
RUN /bin/sh -c mkdir -p /var/www/app # buildkit
WORKDIR /var/www/app
ADD web/. /var/www/app/. # buildkit
ADD docker/rootfs/start.sh /etc/start.sh # buildkit
RUN /bin/sh -c chmod +x /etc/*.sh # buildkit
ADD docker/rootfs/nginx.conf /etc/nginx/http.d/default.conf # buildkit
RUN /bin/sh -c mkdir -p /run/nginx # buildkit
RUN /bin/sh -c mkdir -p /var/log/nginx # buildkit
RUN /bin/sh -c sed -i 's/nobody/nginx/g' /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
VOLUME [/var/lib/redis]
EXPOSE map[80/tcp:{}]
ENTRYPOINT ["/etc/start.sh"]
Details
Container
2025-01-22 23:36:39 +01:00
3
OCI / Docker
Versions (1) View all
latest 2025-01-22