sha256:9a5ceb20d80485de3e71bfe4a454f913408c6cdc995df17c2805e90fea5a049a
OS/ARCH
Compressed size
282.98 MB
Last pushed
22 days by soulteary
Type
Image
Manifest digest
sha256:ea10b291e2ccfba239554e0d86bd2e4a05c37280e8a7e00acccc859ecc616636
Image Layers
1# debian.sh --arch 'armel' out/26.67 MB2RUN /bin/sh -c set -eux;226 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;92.75 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;226 B7ENV APACHE_CONFDIR=/etc/apache20 B8ENV APACHE_ENVVARS=/etc/apache2/envvars0 B9RUN /bin/sh -c set -eux;3.91 MB10RUN /bin/sh -c a2dismod mpm_event434 B11RUN /bin/sh -c { echo486 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=1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A50 B16ENV PHP_VERSION=8.5.100 B17ENV PHP_URL=https://www.php.net/distributions/php-8.5.10.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.5.10.tar.xz.asc0 B18ENV PHP_SHA256=6a8bebaa4d5a979a38db29a9373e9851f60c6b11f72172c585947e78f30819570 B19RUN /bin/sh -c set -eux;13.94 MB20COPY docker-php-source /usr/local/bin/ # buildkit489 B21RUN /bin/sh -c set -eux;12.64 MB22COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB23RUN /bin/sh -c docker-php-ext-enable sodium243 B24ENTRYPOINT ["docker-php-entrypoint"]0 B25STOPSIGNAL SIGWINCH0 B26COPY apache2-foreground /usr/local/bin/ # buildkit890 B27WORKDIR /var/www/html32 B28EXPOSE map[80/tcp:{}]0 B29CMD ["apache2-foreground"]0 B30RUN /bin/sh -c set -eux;28.75 MB31RUN /bin/sh -c set -ex;26.1 MB32RUN /bin/sh -c set -eux;311 B33RUN /bin/sh -c set -eux;390 B34RUN /bin/sh -c set -eux;18.35 KB35RUN /bin/sh -c set -eux;33.74 MB36VOLUME [/var/www/html]0 B37COPY --chown=www-data:www-data wp-config-docker.php /usr/src/wordpress/ #2.38 KB38COPY docker-entrypoint.sh /usr/local/bin/ # buildkit1.73 KB39RUN /bin/sh -c ln -svfT196 B40ENTRYPOINT ["docker-entrypoint.sh"]0 B41CMD ["apache2-foreground"]0 B42ARG IMAGE_VERSION=2026.09.02-r20 B43ARG IMAGE_REVISION=33a582b48f960a08491ba73e1eeb3fb5e779c9190 B44ARG WORDPRESS_VERSION=7.1.00 B45ARG SQLITE_DATABASE_INTEGRATION_VERSION=3.0.10 B46LABEL [email protected] org.opencontainers.image.source=https://github.com/soulteary/docker-sqlite-wordpress org.opencontainers.image.title=Docker SQLite0 B47SHELL [/bin/bash -o pipefail -c]0 B48ENV WORDPRESS_PREPARE_DIR=/usr/src/wordpress0 B49ENV SQLITE_DATABASE_INTEGRATION_VERSION=3.0.10 B50COPY /plugin /usr/src/wordpress/wp-content/mu-plugins/sqlite-database-integration # buildkit199.22 KB51COPY sqlite-select-id-key-fix.php /usr/src/wordpress/wp-content/mu-plugins/sqlite-select-id-key-fix.php # buildkit5.64 KB52COPY sqlite-diagnostics.php /usr/src/wordpress/wp-content/mu-plugins/sqlite-diagnostics.php # buildkit4.29 KB53COPY sqlite-wordpress-smtp.php /usr/src/wordpress/wp-content/mu-plugins/sqlite-wordpress-smtp.php # buildkit7.23 KB54COPY sqlite-wordpress-performance.php /usr/src/wordpress/wp-content/mu-plugins/sqlite-wordpress-performance.php # buildkit3.12 KB55COPY /wordpress-core-no-content.zip /usr/src/wordpress-upgrades/wordpress-7.1.0-no-content.zip # buildkit22 MB56COPY /wordpress-core-no-content.zip.sha256 /usr/src/wordpress-upgrades/wordpress-7.1.0-no-content.zip.sha256 # buildkit251 B57COPY sqlite-local-core-update.php /usr/src/wordpress/wp-content/mu-plugins/sqlite-local-core-update.php # buildkit2.52 KB58COPY sqlite-database-integration-loader.php /usr/src/wordpress/wp-content/mu-plugins/sqlite-database-integration-loader.php # buildkit567 B59COPY tool-update-site-url.php /usr/src/wordpress/tool-update-site-url.php # buildkit9.24 KB60COPY tool-reset-user-password.php /usr/src/wordpress/tool-reset-user-password.php # buildkit5.37 KB61COPY docker-entrypoint-sqlite.sh /usr/local/bin/docker-entrypoint-sqlite.sh # buildkit3.61 KB62RUN |4 IMAGE_VERSION=2026.09.02-r2 IMAGE_REVISION=33a582b48f960a08491ba73e1eeb3fb5e779c919 WORDPRESS_VERSION=7.1.032 B63RUN |4 IMAGE_VERSION=2026.09.02-r2 IMAGE_REVISION=33a582b48f960a08491ba73e1eeb3fb5e779c919 WORDPRESS_VERSION=7.1.022.21 MB64RUN |4 IMAGE_VERSION=2026.09.02-r2 IMAGE_REVISION=33a582b48f960a08491ba73e1eeb3fb5e779c919 WORDPRESS_VERSION=7.1.032 B65COPY /libwp_mysql_parser.so /usr/local/lib/php/extensions/wp_mysql_parser.so # buildkit227 B66RUN |4 IMAGE_VERSION=2026.09.02-r2 IMAGE_REVISION=33a582b48f960a08491ba73e1eeb3fb5e779c919 WORDPRESS_VERSION=7.1.0230 B67ENTRYPOINT ["docker-entrypoint-sqlite.sh"]0 B68CMD ["apache2-foreground"]0 BCommand
# debian.sh --arch 'armel' out/ 'trixie' '@1787529600'