sha256:b279eb72a61986f83e6bccc5cfe1b35ef82e08b1ea077c1ca2300c57d4006ddb
OS/ARCH
Compressed size
67.19 MB
Last pushed
over 1 year by khanghk
Type
Image
Manifest digest
sha256:71c4ca3fb7c11b674c092b11e555e4f6d7eee7f02e55fea4ef52433ae7c0dfa8
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;932 B6ENV PHP_INI_DIR=/usr/local/etc/php0 B7RUN /bin/sh -c set -eux;214 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.50 B13ENV PHP_URL=https://www.php.net/distributions/php-8.4.5.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.5.tar.xz.asc0 B14ENV PHP_SHA256=0d3270bbce4d9ec617befce52458b763fd461d475f1fe2ed878bb8573faed3270 B15RUN /bin/sh -c set -eux;12.99 MB16COPY docker-php-source /usr/local/bin/ # buildkit488 B17RUN /bin/sh -c set -eux;14.96 MB18COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.38 KB19RUN /bin/sh -c docker-php-ext-enable sodium19.56 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 update21.6 MB27RUN /bin/sh -c docker-php-ext-configure gd1.03 MB28COPY /usr/bin/composer /usr/bin/composer # buildkit732.92 KB29WORKDIR /var/www32 B30COPY . . # buildkit6.61 MB31RUN /bin/sh -c composer install88.74 KB32RUN /bin/sh -c chown -R2.5 MB33COPY nginx.conf /etc/nginx/nginx.conf # buildkit505 B34COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit324 B35EXPOSE map[80/tcp:{}]0 B36CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 BCommand
ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit