sha256:ab3ba4bb1dc30151a288314616d48a9cc08743a48aa719702a92f7c9a3c0db51
OS/ARCH
Compressed size
174.33 MB
Last pushed
over 1 year by ahaen
Type
Image
Manifest digest
sha256:743d3cbafc9ca6cb29041640fdecf1d1516881592a087b5552a802499ed7320e
Image Layers
1ADD alpine-minirootfs-3.21.3-armv7.tar.gz / # buildkit2.95 MB2CMD ["/bin/sh"]0 B3ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file0 B4RUN /bin/sh -c apk add2.98 MB5RUN /bin/sh -c set -eux;933 B6ENV PHP_INI_DIR=/usr/local/etc/php0 B7RUN /bin/sh -c set -eux;222 B8ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O20 B9ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O20 B10ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B11ENV GPG_KEYS=AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD0 B12ENV PHP_VERSION=8.4.60 B13ENV PHP_URL=https://www.php.net/distributions/php-8.4.6.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.6.tar.xz.asc0 B14ENV PHP_SHA256=089b08a5efef02313483325f3bacd8c4fe311cf1e1e56749d5cc7d059e2256310 B15RUN /bin/sh -c set -eux;13 MB16COPY docker-php-source /usr/local/bin/ # buildkit495 B17RUN /bin/sh -c set -eux;13.49 MB18COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB19RUN /bin/sh -c docker-php-ext-enable sodium19.4 KB20ENTRYPOINT ["docker-php-entrypoint"]0 B21WORKDIR /var/www/html32 B22RUN /bin/sh -c set -eux;8.98 KB23STOPSIGNAL SIGQUIT0 B24EXPOSE map[9000/tcp:{}]0 B25CMD ["php-fpm"]0 B26RUN /bin/sh -c apk update2.89 MB27RUN /bin/sh -c apk --update910.41 KB28RUN /bin/sh -c apk add15.37 MB29RUN /bin/sh -c apk add1.14 MB30RUN /bin/sh -c docker-php-ext-install zip338.08 KB31RUN /bin/sh -c apk add121.2 KB32RUN /bin/sh -c docker-php-ext-install posix87.46 KB33RUN /bin/sh -c docker-php-ext-enable zip93.35 MB34RUN /bin/sh -c apk add24.56 MB35RUN /bin/sh -c apk add1.26 MB36RUN /bin/sh -c apk add881.73 KB37COPY /usr/bin/composer /usr/local/bin/composer # buildkit733.03 KB38RUN /bin/sh -c mv "$PHP_INI_DIR/php.ini-production"22.17 KB39RUN /bin/sh -c echo "cgi.fix_pathinfo=1"22.12 KB40RUN /bin/sh -c echo "zend_extension=opcache.so"22.13 KB41RUN /bin/sh -c echo "opcache.enable=1"22.13 KB42RUN /bin/sh -c echo "opcache.memory_consumption=128"22.14 KB43RUN /bin/sh -c echo "opcache.interned_strings_buffer=8"22.15 KB44RUN /bin/sh -c echo "opcache.max_accelerated_files=4000"22.15 KB45RUN /bin/sh -c echo "opcache.revalidate_freq=10"22.16 KB46RUN /bin/sh -c echo "opcache.fast_shutdown=1"22.17 KB47RUN /bin/sh -c echo "opcache.enable_cli=1"22.18 KB48RUN /bin/sh -c sed -i22.17 KB49RUN /bin/sh -c sed -i22.17 KB50RUN /bin/sh -c sed -i22.18 KB51RUN /bin/sh -c sed -i22.17 KB52ADD lighttpd.conf /etc/lighttpd/lighttpd.conf # buildkit694 B53RUN /bin/sh -c mkdir -p197 B54ADD index.php /var/www/public/index.php # buildkit213 B55ADD index.html /var/www/public/index.html # buildkit260 B56ADD entrypoint.sh /etc/lighttpd/entrypoint.sh # buildkit864 B57RUN /bin/sh -c mkdir -p32 B58ENV GIT_REPO=0 B59ENV GIT_BRANCH=main0 B60ENV PUID=820 B61ENV PGID=820 B62EXPOSE map[80/tcp:{}]0 B63RUN chmod +x /etc/lighttpd/entrypoint.sh #32 B64ENTRYPOINT ["/etc/lighttpd/entrypoint.sh"]0 BCommand
ADD alpine-minirootfs-3.21.3-armv7.tar.gz / # buildkit