sha256:180755644bd5d4022d0e7f87e7bdc0ec70394079ce7b78c3a641304ed4f2c0d0
OS/ARCH
linux/arm64
Compressed size
105.42 MB
Last pushed
6 months by albarreto
Type
Image
Manifest digest
sha256:6330f1a13ccbdfb758505120a23e0cbdd50e7dede9a43280d026eb9e565cb4cb
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2ENV DEBIAN_FRONTEND=noninteractive0 B3ENV APACHE_RUN_USER=www-data0 B4ENV APACHE_RUN_GROUP=www-data0 B5ENV APACHE_LOG_DIR=/var/log/apache20 B6ENV APACHE_PID_FILE=/var/run/apache2/apache2.pid0 B7ENV APACHE_RUN_DIR=/var/run/apache20 B8ENV APACHE_LOCK_DIR=/var/lock/apache20 B9RUN /bin/sh -c apt-get update78.6 MB10RUN /bin/sh -c a2enmod rewrite509 B11RUN /bin/sh -c a2enconf php8.2-fpm305 B12COPY vhost.conf /etc/apache2/sites-available/000-default.conf # buildkit493 B13COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit1.15 KB14RUN /bin/sh -c chmod +x1.19 KB15WORKDIR /var/www/html32 B16EXPOSE [80/tcp]0 B17ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B18CMD ["bash" "-lc" "php-fpm8.2 -D0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1773619200'