sha256:42ae8d82210d75eb7c2244d78ee3081d3c448e9298e4d7062af6298b5533c57a
OS/ARCH
Compressed size
338.26 MB
Last pushed
14 days by andisugandi
Type
Image
Manifest digest
sha256:9e77fa25a0eec03bcd7c721c578f65814709dc13469d35615f6ad0197e601023
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c set -eux;225 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;93.65 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;223 B7ENV APACHE_CONFDIR=/etc/apache20 B8ENV APACHE_ENVVARS=/etc/apache2/envvars0 B9RUN /bin/sh -c set -eux;19.24 MB10RUN /bin/sh -c a2dismod mpm_event428 B11RUN /bin/sh -c { echo481 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=AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD0 B16ENV PHP_VERSION=8.4.250 B17ENV PHP_URL=https://www.php.net/distributions/php-8.4.25.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.25.tar.xz.asc0 B18ENV PHP_SHA256=dc1ad8b4109898d9db49744450403874858c23efc685b1032a50bd1e839068480 B19RUN /bin/sh -c set -eux;13.24 MB20COPY docker-php-source /usr/local/bin/ # buildkit490 B21RUN /bin/sh -c set -eux;12.7 MB22COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB23RUN /bin/sh -c docker-php-ext-enable opcache251 B24RUN /bin/sh -c docker-php-ext-enable sodium247 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 B31ARG TARGETPLATFORM=linux/arm640 B32ENV TARGETPLATFORM=linux/arm640 B33RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c32 B34RUN |1 TARGETPLATFORM=linux/arm64 /bin/sh -c23.29 MB35ARG DEBIAN_FRONTEND=noninteractive0 B36ADD root/tmp/setup/locales-gen.sh /tmp/setup/locales-gen.sh # buildkit381 B37RUN |2 TARGETPLATFORM=linux/arm64 DEBIAN_FRONTEND=noninteractive /bin/sh69.1 MB38ADD root/tmp/setup/php-extensions.sh /tmp/setup/php-extensions.sh # buildkit1.12 KB39RUN |2 TARGETPLATFORM=linux/arm64 DEBIAN_FRONTEND=noninteractive /bin/sh38.95 MB40ADD root/tmp/setup/sqlsrv-extension.sh /tmp/setup/sqlsrv-extension.sh # buildkit930 B41RUN |2 TARGETPLATFORM=linux/arm64 DEBIAN_FRONTEND=noninteractive /bin/sh32 B42RUN |2 TARGETPLATFORM=linux/arm64 DEBIAN_FRONTEND=noninteractive /bin/sh224 B43ADD root/usr /usr # buildkit1.51 KB44ADD root/etc /etc # buildkit224 B45ADD root/system-docker-entrypoint.d/wwwroot.sh /system-docker-entrypoint.d/10-wwwroot.sh # buildkit457 B46RUN |2 TARGETPLATFORM=linux/arm64 DEBIAN_FRONTEND=noninteractive /bin/sh32 B47RUN |2 TARGETPLATFORM=linux/arm64 DEBIAN_FRONTEND=noninteractive /bin/sh2.85 KB48RUN |2 TARGETPLATFORM=linux/arm64 DEBIAN_FRONTEND=noninteractive /bin/sh5.52 KB49CMD ["apache2-foreground"]0 B50ENTRYPOINT ["moodle-docker-php-entrypoint"]0 B52RUN /bin/sh -c apt-get update37.76 MB53RUN /bin/sh -c php -r814.82 KB54RUN /bin/sh -c apt-get update319.25 KB55WORKDIR /var/www/html32 B56RUN /bin/sh -c composer require2.37 MB57RUN /bin/sh -c php -r32 B58RUN /bin/sh -c php -r32 B59COPY ./otel-moodle.php /usr/local/bin/otel-moodle.php # buildkit3.94 KB60RUN /bin/sh -c chmod 064432 B61RUN /bin/sh -c printf '%s\n'259 B62COPY ./moodle-cron/moodle /etc/cron.d/moodle # buildkit251 B63RUN /bin/sh -c chmod 0644507 B64RUN /bin/sh -c a2enmod ssl444 B65RUN /bin/sh -c printf '%s\n'259 B66RUN /bin/sh -c a2enconf remoteip311 B67RUN /bin/sh -c mkdir -p131 B68COPY ./ssl/*.pem /etc/apache2/ssl/ # buildkit2.55 KB69COPY ./apache/000-default.conf /etc/apache2/sites-available/000-default.conf # buildkit672 B70COPY ./scripts/script.sh /usr/local/bin/script.sh # buildkit214 B71RUN /bin/sh -c chmod +x212 B72EXPOSE [443/tcp]0 B73CMD ["/usr/local/bin/script.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1787529600'