sha256:77f14cb820be9c8cab1296e4434465e6b529b1f56a2b0bddeb6e1c32995eba2f
OS/ARCH
linux/amd64
Compressed size
172.84 MB
Last pushed
10 months by portnox
Type
Image
Manifest digest
sha256:aff76faa7475d7ed4d496ee2f9d88e12463ba6b78a5f041d311b6068a37c256b
Image Layers
1# debian.sh --arch 'amd64' out/29.36 MB2RUN /bin/sh -c set -eux;224 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;112.38 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;224 B7ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O20 B8ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O20 B9ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B10ENV GPG_KEYS=AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD0 B11ENV PHP_VERSION=8.4.140 B12ENV PHP_URL=https://www.php.net/distributions/php-8.4.14.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.14.tar.xz.asc0 B13ENV PHP_SHA256=bac90ee7cf738e814c89b6b27d4d2c4b70e50942a420837e1a22f5fd5f9867a30 B14RUN /bin/sh -c set -eux;13.15 MB15COPY docker-php-source /usr/local/bin/ # buildkit487 B16RUN /bin/sh -c set -eux;13.03 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB18RUN /bin/sh -c docker-php-ext-enable opcache251 B19RUN /bin/sh -c docker-php-ext-enable sodium244 B20ENTRYPOINT ["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 apt-get update2.93 MB27COPY /var/www/html /var/www/html # buildkit50.96 KB28COPY nginx.config /etc/nginx/sites-available/default # buildkit355 B29COPY --chown=node:node /app/dist/ /app #8.86 KB30COPY --chown=node:node /app/node_modules/ /app/node_modules #1.92 MB31ENV NODE_ENV=production0 B32RUN /bin/sh -c curl -o32 B33COPY /tmp/entrypoint.sh /entrypoint.sh # buildkit304 B34ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1762202650'