tzogos (temp-13-dev)

Published 2026-07-27 19:16:00 +00:00 by mighty

Installation

docker pull git.mighty.cb.it/mighty/tzogos:temp-13-dev
sha256:ab7a2e8d34831e553b8dd8bf924ca537d0f2ec607615031925e2611137e2ff1d

Image layers

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL Maintainer="mighty"
LABEL Description="Lightweight container with Nginx & PHP based on Alpine Linux."
ARG DEBUG_MODE
ENV DEBUG_MODE=${DEBUG_MODE}
|1 DEBUG_MODE=false /bin/sh -c apk update && apk upgrade && apk --no-cache add curl nginx php84 php84-ctype php84-curl php84-dom php84-fpm php84-gd php84-intl php84-json php84-mbstring php84-opcache php84-openssl php84-phar php84-session php84-xml php84-xmlreader php84-zlib php84-sqlite3 php84-gmp php84-bcmath supervisor && rm -rf /var/cache/apk/*
COPY file:e5c317ce85a236d7f4214912d9da01ceffe2ae63a99b3027238e7248b1c08ca5 in /etc/nginx/nginx.conf
COPY file:6ff22d0ca5e709ca723cccee0b293dea2d1739f783d41193c445009185339e49 in /etc/php84/php-fpm.d/www.conf
COPY file:31ebf7437a0c817e23fa4754da0d88e0e2c64f6ee55cfde84b4b10aabef842e9 in /etc/php84/conf.d/custom.ini
COPY file:bf14efce911628897bb537cd845515743479c202b41de2df6dca6728cb226f89 in /etc/supervisor/conf.d/supervisord.conf
COPY file:6429670f2229668c071a333fbbce62934636ef755d874718c380639643af9ff4 in /usr/local/bin/docker-entrypoint.sh
|1 DEBUG_MODE=false /bin/sh -c chmod +x /usr/local/bin/docker-entrypoint.sh
|1 DEBUG_MODE=false /bin/sh -c mkdir -p /var/www/html && chown -R nobody:nobody /var/www/html && chown -R nobody:nobody /run && chown -R nobody:nobody /var/lib/nginx && chown -R nobody:nobody /var/log/nginx
|1 DEBUG_MODE=false /bin/sh -c mkdir -p /opt/tzogos
COPY file:a712fc8afb942dafd293f16bed2216cbd045e9a71b2f479ba17c04929642370f in /opt/tzogos/
COPY file:745656d69070dfca7e2f3521c52c88204859ef0ba85ec8e9dd49151ee926835a in /opt/tzogos/
COPY file:92217ff7693a095489e0952573404c361b4f8f0e13b9f5d76618002af8006054 in /opt/tzogos/
COPY file:0188f016217c68c8e22bb2632297fb740f35482bdb81011a36ed861cdf7bbcbf in /opt/tzogos/
COPY file:d041a7a52026aa38760cec7575125106826e31a42bf0741a1486598fcceef518 in /opt/tzogos/
COPY file:d7594b86f8d238755b974a4c5d2ddb6a22ebc415f59e0422bf31deb04417c1ce in /opt/tzogos/
COPY file:87ce3476ee0711757054ff8c8c618825fedf744f053b19ab420b0d18fd19d0f1 in /opt/tzogos/
|1 DEBUG_MODE=false /bin/sh -c chmod +x /opt/tzogos/backup-database.sh
USER nobody
WORKDIR /var/www/html
COPY dir:4ee8e5e2732c4fdd522f4e8fc90c2a561e9e79291439a4f4fc291911eefed412 in /var/www/html/
COPY dir:94fcfac8a2647ddcbab5829fcc2f66de426b047bf3fcd7dbb5630a5313026fc7 in /var/www/html/vendor/
USER root
|1 DEBUG_MODE=false /bin/sh -c if [ "$DEBUG_MODE" = "true" ]; then echo "Debug mode enabled - setting up debug configuration"; echo "" >> /etc/php84/conf.d/custom.ini; echo "display_errors = On" >> /etc/php84/conf.d/custom.ini; echo "log_errors = On" >> /etc/php84/conf.d/custom.ini; echo "error_reporting = E_ALL" >> /etc/php84/conf.d/custom.ini; echo "Debug mode configuration applied"; else echo "Production mode - debug features disabled"; fi
USER nobody
EXPOSE 8080
HEALTHCHECK --interval=30s --timeout=10s --start-period=20s --retries=3 CMD curl --silent --fail http://127.0.0.1:8080/api/health > /dev/null || exit 1
USER root
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]

Labels

Key Value
Description Lightweight container with Nginx & PHP based on Alpine Linux.
Maintainer mighty
io.buildah.version 1.43.1
Details
Container
2026-07-27 19:16:00 +00:00
4
OCI / Docker
linux/amd64
56 MiB
Versions (42) View all
latest 2026-08-16
temp-49-latest 2026-08-16
temp-48-dev-debug 2026-08-16
temp-48-dev 2026-08-16
temp-47-latest 2026-08-16