http2pic (latest)

Published 2025-06-10 11:52:18 +02:00 by christian in Haschek-Solutions/http2pic

Installation

docker pull gitea.haschek.at/haschek-solutions/http2pic:latest
sha256:0a05d26e1f142cfd385bc8279332583a8eb14567ce3f899dddf792b66fb81e30

Image Layers

ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache curl php84 php84-fpm php84-opcache caddy php84-curl php84-xdebug chromium-chromedriver # buildkit
RUN /bin/sh -c sed -i 's/nobody/caddy/g' /etc/php84/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/php84/php.ini # buildkit
RUN /bin/sh -c echo "error_log = /srv/logs/php_errors.log" >> /etc/php84/php.ini # buildkit
RUN /bin/sh -c apk add --no-cache php84-ctype php84-dom php84-fileinfo php84-gd php84-iconv php84-simplexml php84-xml php84-xmlreader php84-xmlwriter php84-zip php84-phar php84-openssl # buildkit
RUN /bin/sh -c curl -sS https://getcomposer.org/installer | /usr/bin/php84 -- --install-dir=/usr/bin --filename=composer # buildkit
RUN /bin/sh -c ln -s /usr/bin/php84 /usr/bin/php # buildkit
ADD docker/start.sh /start.sh # buildkit
RUN /bin/sh -c chmod +x /start.sh # buildkit
ADD . /srv # buildkit
RUN /bin/sh -c rm -rf /srv/.git # buildkit
RUN /bin/sh -c rm -rf /srv/.github # buildkit
RUN /bin/sh -c rm -rf /srv/.vscode # buildkit
COPY docker/Caddyfile /etc/caddy/Caddyfile # buildkit
CMD ["sh" "-c" "/start.sh"]
Details
Container
2025-06-10 11:52:18 +02:00
0
OCI / Docker
linux/amd64
311 MiB
Versions (1) View all
latest 2025-06-10