sha256:075d2c117ae6a032bdd7d51f4ea9b91e8ecbaf8f4062ee98d89f07d3e8c7a0ee
OS/ARCH
linux/amd64
Compressed size
75.3 MB
Last pushed
7 months by jierka
Type
Image
Manifest digest
sha256:df824dc42a9487b51fb1bae844ab7687db4e37ded934b61343337b04871d1103
Image Layers
1ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit3.68 MB2CMD ["/bin/sh"]0 B3ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file0 B4RUN /bin/sh -c apk add3.43 MB5RUN /bin/sh -c set -eux;930 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.180 B13ENV PHP_URL=https://www.php.net/distributions/php-8.4.18.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.18.tar.xz.asc0 B14ENV PHP_SHA256=957a9b19b4a8e965ee0cc788ca74333bfffaadc206b58611b6cd3cc8b2f401100 B15RUN /bin/sh -c set -eux;13.06 MB16COPY docker-php-source /usr/local/bin/ # buildkit488 B17RUN /bin/sh -c set -eux;14.49 MB18COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB19RUN /bin/sh -c docker-php-ext-enable opcache22.95 KB20RUN /bin/sh -c docker-php-ext-enable sodium22.97 KB21ENTRYPOINT ["docker-php-entrypoint"]0 B22WORKDIR /var/www/html32 B23RUN /bin/sh -c set -eux;9.05 KB24STOPSIGNAL SIGQUIT0 B25EXPOSE map[9000/tcp:{}]0 B26CMD ["php-fpm"]0 B27RUN /bin/sh -c apk add23.9 MB28RUN /bin/sh -c docker-php-ext-configure gd1.14 MB29WORKDIR /app92 B30COPY /usr/bin/composer /usr/bin/composer # buildkit759.28 KB31ENV APP_ENV=production0 B32ENV APP_DEBUG=false0 B33ENV LOG_CHANNEL=stdout0 B34COPY docker/nginx.conf /etc/nginx/http.d/default.conf # buildkit521 B35COPY docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit327 B36COPY composer.json composer.lock ./ #33.87 KB37RUN /bin/sh -c composer install10.06 MB38COPY . . # buildkit4.47 MB39COPY /app/public/build public/build # buildkit127.11 KB40RUN /bin/sh -c mkdir -p112.54 KB41EXPOSE [80/tcp]0 B42CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 BCommand
ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit