Korózs Attila AttilaKorozs

atix.hu (latest)

Published 2025-11-06 09:28:23 +01:00 by AttilaKorozs

Installation

docker pull gitea.atix.hu/attilakorozs/atix.hu:latest
sha256:2bf1db36b76f6407ef7a37e57d6c0c082e9f3f41bcb574c81c001e424dfa8f54
sha256:74fe32e9ab9a0a3613b86147b2e6454f32cb48b377459a0bcec8f74c806504dd
sha256:ae21692f467e8f4c25f9788304f1b5007d767570283555456c8d475f2be1c878
sha256:1c99d721031e487ade584ec65d18c253f5ed86ae034ae8ffbd1ba3ddea934665
sha256:4f9f9beda3f30a7e224e0f6b9dc145a52e9cf44a53e8c66b38586af089d11fac
sha256:09fbb20bdb6e4055d03ff9718ef9af4ebab0adff88283e4d846620e5be99b568

Images

Digest OS / Arch Size
a56b13f303 linux/arm/v7 24 MiB

Image Layers ( linux/arm/v7)

ADD alpine-minirootfs-3.22.2-armv7.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL Maintainer=Ernesto Serrano <info@ernesto.es> Description=Lightweight container with Nginx & PHP-FPM based on Alpine Linux.
RUN /bin/sh -c apk --no-cache add php84 php84-ctype php84-curl php84-dom php84-exif php84-fileinfo php84-fpm php84-gd php84-iconv php84-intl php84-json php84-mbstring php84-mysqli php84-opcache php84-openssl php84-pecl-apcu php84-pdo php84-pdo_mysql php84-pgsql php84-phar php84-session php84-simplexml php84-soap php84-sodium php84-tokenizer php84-xml php84-xmlreader php84-zip php84-zlib nginx runit curl && apk add --no-cache --virtual .gettext gettext && mv /usr/bin/envsubst /tmp/ && runDeps="$( scanelf --needed --nobanner /tmp/envsubst | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --no-cache $runDeps && apk del .gettext && mv /tmp/envsubst /usr/local/bin/ && rm -rf /var/cache/apk/* && rm /etc/nginx/http.d/default.conf && mkdir -p /run /var/lib/nginx /var/www/html /var/log/nginx && chown -R nobody:nobody /run /var/lib/nginx /var/www/html /var/log/nginx # buildkit
COPY --chown=nobody rootfs/ / # buildkit
USER nobody
WORKDIR /var/www/html
EXPOSE [8080/tcp]
ENTRYPOINT ["/bin/docker-entrypoint.sh"]
HEALTHCHECK &{["CMD-SHELL" "curl --silent --fail http://127.0.0.1:8080/fpm-ping || exit 1"] "0s" "10s" "0s" "0s" '\x00'}
ENV nginx_root_directory=/var/www/html client_max_body_size=2M clear_env=no allow_url_fopen=On allow_url_include=Off display_errors=Off file_uploads=On max_execution_time=0 max_input_time=-1 max_input_vars=1000 memory_limit=128M post_max_size=8M upload_max_filesize=2M zlib_output_compression=On date_timezone=UTC intl_default_locale=en_US
LABEL Maintainer=atix0
WORKDIR /var/www/html
ADD webroot . # buildkit
EXPOSE [80/tcp]

Labels

Key Value
Description Lightweight container with Nginx & PHP-FPM based on Alpine Linux.
Maintainer atix0
Details
Container
2025-11-06 09:28:23 +01:00
7
OCI / Docker
Versions (1) View all
latest 2025-11-06