sha256:42ed67d6e477f4a51644f242918a11e157707384077f6b00ebb66b21be6affb0
OS/ARCH
Compressed size
488.49 MB
Last pushed
1 day by yukazaki
Type
Image
Manifest digest
sha256:7262a42e8577ebb28fcc729db3ee766d9f4aa9a9016f8e2d0b572041bcc1c19e
Image Layers
1# debian.sh --arch 'amd64' out/28.41 MB2RUN /bin/sh -c set -eux;225 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;115.22 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;223 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/ # buildkit487 B16RUN /bin/sh -c set -eux;14.57 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB18RUN /bin/sh -c docker-php-ext-enable sodium243 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=amd640 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=amd64 USER_ID=1000 GROUP_ID=100090.58 MB50RUN |8 TARGETARCH=amd64 USER_ID=1000 GROUP_ID=10002.04 MB51RUN |8 TARGETARCH=amd64 USER_ID=1000 GROUP_ID=10007.05 MB52RUN |8 TARGETARCH=amd64 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/ # buildkit484 B58COPY docker/supervisord.web.no-horizon.conf /etc/supervisor/conf.d/ # buildkit484 B59COPY docker/supervisord.inertia-ssr.conf /etc/supervisor/conf.d/ # buildkit475 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/ # buildkit345 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=amd64 USER_ID=1000 GROUP_ID=10008.18 KB72RUN |8 TARGETARCH=amd64 USER_ID=1000 GROUP_ID=10003.59 KB73COPY --chown=laravel:laravel /app/vendor ./vendor #48.34 MB74COPY --chown=laravel:laravel /app/node_modules ./node_modules #154.28 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.19 MB78RUN |8 TARGETARCH=amd64 USER_ID=1000 GROUP_ID=100032 B79RUN |8 TARGETARCH=amd64 USER_ID=1000 GROUP_ID=100032 B80RUN |8 TARGETARCH=amd64 USER_ID=1000 GROUP_ID=1000367 B81USER root0 B82EXPOSE [8000/tcp]0 B83ENTRYPOINT ["start-container"]0 B84HEALTHCHECK {Test:[CMD-SHELL healthcheck || exit0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'