sha256:78e329ffa028738921c7ecb506a9cbfb444d7e41c5910c15151894a310f837ac
OS/ARCH
linux/amd64
Compressed size
370.43 MB
Last pushed
about 1 year by cleverest
Type
Image
Manifest digest
sha256:78e329ffa028738921c7ecb506a9cbfb444d7e41c5910c15151894a310f837ac
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c set -eux;227 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;99.5 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;19.19 MB10RUN /bin/sh -c a2dismod mpm_event431 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=528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 39B641343D8C104B2B146DC3F9C39DC0B9698544 F1F692238FBC1666E5A5CCD4199F9DFEF6FFBAFD0 B16ENV PHP_VERSION=8.1.330 B17ENV PHP_URL=https://www.php.net/distributions/php-8.1.33.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.1.33.tar.xz.asc0 B18ENV PHP_SHA256=9db83bf4590375562bc1a10b353cccbcf9fcfc56c58b7c8fb814e6865bb928d10 B19RUN /bin/sh -c set -eux;11.47 MB20COPY docker-php-source /usr/local/bin/ # buildkit489 B21RUN /bin/sh -c set -eux;10.64 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/ # buildkit892 B28WORKDIR /var/www/html32 B29EXPOSE map[80/tcp:{}]0 B30CMD ["apache2-foreground"]0 B31ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/ # buildkit34.1 KB32RUN /bin/sh -c chmod +x34.1 KB33RUN /bin/sh -c install-php-extensions 59.07 MB34RUN /bin/sh -c apt update59.43 MB35RUN /bin/sh -c wget -O1.23 MB36RUN /bin/sh -c curl -o-72.03 MB37RUN /bin/sh -c wget https://gist.githubusercontent.com/nickvergessen/e21ee0a09ee3b3f7fd1b04c83dd3e114/raw/83142be1e50c23e8de1bd7aae88a95e5d6ae1ce2/nextcloud_log.json6.25 KB38RUN /bin/sh -c { 217 B39RUN /bin/sh -c mkdir --parent137 B40ADD configs/cron.conf /etc/nc-cron.conf # buildkit239 B41RUN /bin/sh -c crontab /etc/nc-cron.conf438 B42ADD configs/php/nextcloud.ini /usr/local/etc/php/conf.d/nextcloud.ini # buildkit388 B43ADD configs/php/xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini # buildkit614 B44RUN /bin/sh -c wget -q10.86 MB45RUN /bin/sh -c echo "ServerName3.08 KB46RUN /bin/sh -c a2enmod rewrite348 B47RUN /bin/sh -c echo "LimitRequestBody378 B48VOLUME [/var/www/html]0 B49VOLUME [/var/www/html/apps-writable]0 B50VOLUME [/var/www/html/config]0 B51VOLUME [/var/www/html/data]0 B52ENV SQL=sqlite0 B53ENV NEXTCLOUD_AUTOINSTALL=YES0 B54ENV WITH_REDIS=NO0 B55ENV WEBROOT=/var/www/html0 B56WORKDIR /var/www/html32 B57ENTRYPOINT ["/usr/local/bin/bootstrap.sh"]0 B58CMD ["apache2-foreground"]0 B59ADD data/installing.html /root/installing.html # buildkit901 B60ADD configs/autoconfig_mysql.php configs/autoconfig_pgsql.php configs/autoconfig_oci.php configs/default.config.php1.46 KB61ADD bin/bootstrap.sh bin/occ /usr/local/bin/ #4.65 KB62COPY bootstrap.sh /usr/local/bin/bootstrap.sh # buildkit4.7 KBCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1751241600'