sha256:9d4978df48347345ba7863b448e415367ad28e678671f4be5d9ac5c4afb62cf8
OS/ARCH
linux/arm64/v8
Compressed size
180.92 MB
Last pushed
about 1 year by garzarobmdocker
Type
Image
Manifest digest
sha256:9d4978df48347345ba7863b448e415367ad28e678671f4be5d9ac5c4afb62cf8
Image Layers
1# debian.sh --arch 'arm64' out/26.78 MB2RUN /bin/sh -c set -eux;226 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;93.61 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;228 B7ENV APACHE_CONFDIR=/etc/apache20 B8ENV APACHE_ENVVARS=/etc/apache2/envvars0 B9RUN /bin/sh -c set -eux;19.2 MB10RUN /bin/sh -c a2dismod mpm_event430 B11RUN /bin/sh -c { echo483 B12ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O20 B13ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O20 B14ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B15ENV GPG_KEYS=39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC0 B16ENV PHP_VERSION=8.2.290 B17ENV PHP_URL=https://www.php.net/distributions/php-8.2.29.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.2.29.tar.xz.asc0 B18ENV PHP_SHA256=475f991afd2d5b901fb410be407d929bc00c46285d3f439a02c59e8b6fe3589c0 B19RUN /bin/sh -c set -eux;11.72 MB20COPY docker-php-source /usr/local/bin/ # buildkit488 B21RUN /bin/sh -c set -eux;10.92 MB22COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB23RUN /bin/sh -c docker-php-ext-enable opcache250 B24RUN /bin/sh -c docker-php-ext-enable sodium245 B25ENTRYPOINT ["docker-php-entrypoint"]0 B26STOPSIGNAL SIGWINCH0 B27COPY apache2-foreground /usr/local/bin/ # buildkit892 B28WORKDIR /var/www/html32 B29EXPOSE map[80/tcp:{}]0 B30CMD ["apache2-foreground"]0 B31RUN /bin/sh -c set -ex;5.9 MB32ENV PMA_SSL_DIR=/etc/phpmyadmin/ssl0 B33ENV MAX_EXECUTION_TIME=6000 B34ENV MEMORY_LIMIT=512M0 B35ENV UPLOAD_LIMIT=2048K0 B36ENV TZ=UTC0 B37ENV SESSION_SAVE_PATH=/sessions0 B38RUN /bin/sh -c set -ex;654 B39USER www-data:www-data0 B40ENV VERSION=5.2.20 B41ENV SHA256=f881819a3b11e653b0212afaf0cc105db85c767715cb3f5852670f7fc36c96690 B42ENV URL=https://files.phpmyadmin.net/phpMyAdmin/5.2.2/phpMyAdmin-5.2.2-all-languages.tar.xz0 B43LABEL org.opencontainers.image.title=Official phpMyAdmin Docker image0 B44RUN /bin/sh -c set -ex;12.79 MB45COPY --chown=www-data:www-data config.inc.php /etc/phpmyadmin/config.inc.php #2.09 KB46COPY --chown=www-data:www-data helpers.php /etc/phpmyadmin/helpers.php #858 B47COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit946 B48USER root0 B49ENTRYPOINT ["/docker-entrypoint.sh"]0 B50CMD ["apache2-foreground"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1753056000'