sha256:a0da146807d18dc685065b28caead79550aea3d18ab984ce7abb1bbba771cdab
OS/ARCH
Compressed size
476.7 MB
Last pushed
5 days by yukazaki
Type
Image
Manifest digest
sha256:8a89ae73b1c4c4e910ae85f80f968c58ec7e41b7844eb15970b5cb0800db2717
Image Layers
1# debian.sh --arch 'arm64' out/28.76 MB2RUN /bin/sh -c set -eux;227 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;108.24 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;225 B7ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O20 B8ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O20 B9ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B10ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A50 B11ENV PHP_VERSION=8.5.100 B12ENV 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 B13ENV PHP_SHA256=6a8bebaa4d5a979a38db29a9373e9851f60c6b11f72172c585947e78f30819570 B14RUN /bin/sh -c set -eux;13.93 MB15COPY docker-php-source /usr/local/bin/ # buildkit488 B16RUN /bin/sh -c set -eux;14.16 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB18RUN /bin/sh -c docker-php-ext-enable sodium241 B19ENTRYPOINT ["docker-php-entrypoint"]0 B20WORKDIR /var/www/html32 B21RUN /bin/sh -c set -eux;9.04 KB22STOPSIGNAL SIGQUIT0 B23EXPOSE map[9000/tcp:{}]0 B24CMD ["php-fpm"]0 B26LABEL org.opencontainers.image.title=KoAkademy0 B27LABEL org.opencontainers.image.description=Self-hosted school administration and0 B28LABEL org.opencontainers.image.source=https://github.com/yukazakiri/koakademy0 B29LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later0 B30ARG TARGETARCH=arm640 B31ARG USER_ID=10000 B32ARG GROUP_ID=10000 B33ARG ROOT=/app0 B34ARG TZ=UTC0 B35ARG SUPERCRONIC_VERSION=0.2.330 B36ARG SUPERCRONIC_SHA256_AMD64=feefa310da569c81b99e1027b86b27b51e6ee9ab647747b49099645120cfc6710 B37ARG SUPERCRONIC_SHA256_ARM64=f1f8585c66de020fef494dd636058f99949d108f569fef00016a1c8b9eb145b30 B38ENV TERM=xterm-color0 B39ENV TZ=UTC0 B40ENV ROOT=/app0 B41ENV USER=laravel0 B42ENV INERTIA_SSR_ENABLED=true0 B43ENV INERTIA_SSR_RUNTIME=/usr/bin/node0 B44ENV COMPOSER_FUND=00 B45ENV COMPOSER_MAX_PARALLEL_HTTP=480 B46ENV XDG_CONFIG_HOME=/app/.config0 B47ENV XDG_DATA_HOME=/app/.data0 B48WORKDIR /app93 B49RUN |8 TARGETARCH=arm64 USER_ID=1000 GROUP_ID=100089.75 MB50RUN |8 TARGETARCH=arm64 USER_ID=1000 GROUP_ID=10002.01 MB51RUN |8 TARGETARCH=arm64 USER_ID=1000 GROUP_ID=10006.65 MB52RUN |8 TARGETARCH=arm64 USER_ID=1000 GROUP_ID=100022.49 KB53COPY docker/php.ini /usr/local/etc/php/conf.d/99-custom.ini # buildkit626 B54COPY docker/nginx.conf /etc/nginx/nginx.conf # buildkit843 B55COPY docker/php-fpm.conf /usr/local/etc/php-fpm.d/www.conf # buildkit354 B56COPY docker/supervisord.conf /etc/supervisord.conf # buildkit252 B57COPY docker/supervisord.web.conf /etc/supervisor/conf.d/ # buildkit487 B58COPY docker/supervisord.web.no-horizon.conf /etc/supervisor/conf.d/ # buildkit484 B59COPY docker/supervisord.inertia-ssr.conf /etc/supervisor/conf.d/ # buildkit476 B60COPY docker/supervisord.horizon.conf /etc/supervisor/conf.d/ # buildkit578 B61COPY docker/supervisord.scheduler.conf /etc/supervisor/conf.d/ # buildkit438 B62COPY docker/supervisord.pulse.conf /etc/supervisor/conf.d/ # buildkit363 B63COPY docker/supervisord.worker.conf /etc/supervisor/conf.d/ # buildkit366 B64COPY docker/supervisord.nightwatch.conf /etc/supervisor/conf.d/ # buildkit344 B65COPY docker/start-container /usr/local/bin/start-container # buildkit7.49 KB66COPY docker/healthcheck /usr/local/bin/healthcheck # buildkit1.19 KB67COPY docker/pulse-process /usr/local/bin/pulse-process # buildkit565 B68COPY docker/nightwatch-process /usr/local/bin/nightwatch-process # buildkit391 B69COPY docker/run-scripts.sh /usr/local/bin/run-scripts.sh # buildkit1.34 KB70COPY docker/docker-scripts /var/www/html/docker-scripts # buildkit1.32 KB71RUN |8 TARGETARCH=arm64 USER_ID=1000 GROUP_ID=10008.18 KB72RUN |8 TARGETARCH=arm64 USER_ID=1000 GROUP_ID=10003.59 KB73COPY --chown=laravel:laravel /app/vendor ./vendor #48.33 MB74COPY --chown=laravel:laravel /app/node_modules ./node_modules #150.78 MB75COPY --chown=laravel:laravel /app/public/build ./public/build #4.02 MB76COPY --chown=laravel:laravel . . #8.82 MB77COPY --chown=laravel:laravel /app/bootstrap/ssr ./bootstrap/ssr #1.18 MB78RUN |8 TARGETARCH=arm64 USER_ID=1000 GROUP_ID=100032 B79RUN |8 TARGETARCH=arm64 USER_ID=1000 GROUP_ID=100032 B80RUN |8 TARGETARCH=arm64 USER_ID=1000 GROUP_ID=1000368 B81USER root0 B82EXPOSE [8000/tcp]0 B83ENTRYPOINT ["start-container"]0 B84HEALTHCHECK {Test:[CMD-SHELL healthcheck || exit0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1787529600'