sha256:774ea32893a1ee5c3b7c2964e08e88fa2a7e6ab6cbce87dda58485e7cbe2ef33
OS/ARCH
linux/s390x
Compressed size
167.9 MB
Last pushed
about 8 hours by buildslaves390x
Type
Image
Manifest digest
sha256:77abbb899736e679398571d36288cfe7c954627cfe7bc18485effea4f2d9cb6d
Image Layers
1# debian.sh --arch 's390x' out/28.48 MB2RUN /bin/sh -c set -eux;225 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;88.28 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;225 B7ENV APACHE_CONFDIR=/etc/apache20 B8ENV APACHE_ENVVARS=/etc/apache2/envvars0 B9RUN /bin/sh -c set -eux;4.14 MB10RUN /bin/sh -c a2dismod mpm_event431 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=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA0 B16ENV PHP_VERSION=8.3.330 B17ENV PHP_URL=https://www.php.net/distributions/php-8.3.33.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.33.tar.xz.asc0 B18ENV PHP_SHA256=e293ed620cec74651bb4a071317892a478aa6840fab22db45c72d77cd42f96760 B19RUN /bin/sh -c set -eux;12.24 MB20COPY docker-php-source /usr/local/bin/ # buildkit489 B21RUN /bin/sh -c set -eux;15.86 MB22COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB23RUN /bin/sh -c docker-php-ext-enable opcache248 B24RUN /bin/sh -c docker-php-ext-enable sodium243 B25ENTRYPOINT ["docker-php-entrypoint"]0 B26STOPSIGNAL SIGWINCH0 B27COPY apache2-foreground /usr/local/bin/ # buildkit890 B28WORKDIR /var/www/html32 B29EXPOSE map[80/tcp:{}]0 B30CMD ["apache2-foreground"]0 B31ENV UPLOAD_PROGRESS_EXT_URL=https://github.com/php/pecl-php-uploadprogress/archive/refs/tags/uploadprogress-2.0.2.tar.gz0 B32ENV UPLOAD_PROGRESS_SHA256=fe3f6cdfcedad563c970c4fd1cda31e422cfc0df5cc9a217d8c80ed3c8d137f50 B33RUN /bin/sh -c set -ex;5.45 MB34ENV PMA_SSL_DIR=/etc/phpmyadmin/ssl0 B35ENV MAX_EXECUTION_TIME=6000 B36ENV MEMORY_LIMIT=512M0 B37ENV UPLOAD_LIMIT=2048K0 B38ENV TZ=UTC0 B39ENV SESSION_SAVE_PATH=/sessions0 B40RUN /bin/sh -c set -ex;653 B41USER www-data:www-data0 B42ENV VERSION=5.2.30 B43ENV SHA256=57881348297c4412f86c410547cf76b4d8a236574dd2c6b7d6a2beebe7fc44e30 B44ENV URL=https://files.phpmyadmin.net/phpMyAdmin/5.2.3/phpMyAdmin-5.2.3-all-languages.tar.xz0 B45LABEL org.opencontainers.image.title=Official phpMyAdmin Docker image0 B46RUN /bin/sh -c set -ex;13.43 MB47COPY --chown=www-data:www-data config.inc.php /etc/phpmyadmin/config.inc.php #2.09 KB48COPY --chown=www-data:www-data helpers.php /etc/phpmyadmin/helpers.php #858 B49COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit947 B50USER root0 B51ENTRYPOINT ["/docker-entrypoint.sh"]0 B52CMD ["apache2-foreground"]0 BCommand
# debian.sh --arch 's390x' out/ 'trixie' '@1787529600'