sha256:ab3ba4bb1dc30151a288314616d48a9cc08743a48aa719702a92f7c9a3c0db51
OS/ARCH
Compressed size
201.58 MB
Last pushed
over 1 year by ahaen
Type
Image
Manifest digest
sha256:fe40b2d70e6fac7b106c01fd17fbc940737db308c0f0ceb07257e2983aafaa3c
Image Layers
1ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit3.47 MB2CMD ["/bin/sh"]0 B3ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file0 B4RUN /bin/sh -c apk add3.18 MB5RUN /bin/sh -c set -eux;933 B6ENV PHP_INI_DIR=/usr/local/etc/php0 B7RUN /bin/sh -c set -eux;223 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/ # buildkit485 B17RUN /bin/sh -c set -eux;14.97 MB18COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB19RUN /bin/sh -c docker-php-ext-enable sodium19.57 KB20ENTRYPOINT ["docker-php-entrypoint"]0 B21WORKDIR /var/www/html32 B22RUN /bin/sh -c set -eux;8.97 KB23STOPSIGNAL SIGQUIT0 B24EXPOSE map[9000/tcp:{}]0 B25CMD ["php-fpm"]0 B26RUN /bin/sh -c apk update3.22 MB27RUN /bin/sh -c apk --update1.02 MB28RUN /bin/sh -c apk add16.21 MB29RUN /bin/sh -c apk add1.3 MB30RUN /bin/sh -c docker-php-ext-install zip382.15 KB31RUN /bin/sh -c apk add122.12 KB32RUN /bin/sh -c docker-php-ext-install posix90.88 KB33RUN /bin/sh -c docker-php-ext-enable zip114.6 MB34RUN /bin/sh -c apk add26.65 MB35RUN /bin/sh -c apk add1.37 MB36RUN /bin/sh -c apk add979.01 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.13 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.14 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.17 KB48RUN /bin/sh -c sed -i22.17 KB49RUN /bin/sh -c sed -i22.17 KB50RUN /bin/sh -c sed -i22.17 KB51RUN /bin/sh -c sed -i22.17 KB52ADD lighttpd.conf /etc/lighttpd/lighttpd.conf # buildkit690 B53RUN /bin/sh -c mkdir -p200 B54ADD index.php /var/www/public/index.php # buildkit213 B55ADD index.html /var/www/public/index.html # buildkit261 B56ADD entrypoint.sh /etc/lighttpd/entrypoint.sh # buildkit861 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-x86_64.tar.gz / # buildkit