Haschek-Solutions

http2pic (2.2.0)

Published 2026-04-24 15:47:37 +02:00 by christian in Haschek-Solutions/http2pic

Installation

docker pull gitea.haschek.at/haschek-solutions/http2pic:2.2.0
sha256:35a953d15640e449f989358aef517e23f8308a4d2e184ea8c0b0f075e1f99817

Image Layers

ADD alpine-minirootfs-3.21.7-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
2026-04-24 15:47:37 +02:00
2
OCI / Docker
linux/amd64
311 MiB
Versions (5) View all
sha-7360d0b 2026-04-24
latest 2026-04-24
2.2.0 2026-04-24
2.2 2026-04-24
2 2026-04-24