Sign inSign up

yukazaki/koakademy:sha-6d1233bf5e1a7b52d0c89ebca361a06bc1b735a6

Multi-platform
Integration & delivery
Content management system
Index digest

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 MB
2RUN /bin/sh -c set -eux;225 B
3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B
4RUN /bin/sh -c set -eux;115.22 MB
5ENV PHP_INI_DIR=/usr/local/etc/php0 B
6RUN /bin/sh -c set -eux;223 B
7ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O20 B
8ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O20 B
9ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B
10ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC 49D9AF6BC72A80D6691719C8AA23F5BE9C7097D4 D95C03BC702BE9515344AE3374E44BC9067701A50 B
11ENV PHP_VERSION=8.5.100 B
12ENV 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 B
13ENV PHP_SHA256=6a8bebaa4d5a979a38db29a9373e9851f60c6b11f72172c585947e78f30819570 B
14RUN /bin/sh -c set -eux;13.93 MB
15COPY docker-php-source /usr/local/bin/ # buildkit487 B
16RUN /bin/sh -c set -eux;14.57 MB
17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB
18RUN /bin/sh -c docker-php-ext-enable sodium243 B
19ENTRYPOINT ["docker-php-entrypoint"]0 B
20WORKDIR /var/www/html32 B
21RUN /bin/sh -c set -eux;9.04 KB
22STOPSIGNAL SIGQUIT0 B
23EXPOSE map[9000/tcp:{}]0 B
24CMD ["php-fpm"]0 B
25LABEL maintainer=Yuka <[email protected]>0 B
26LABEL org.opencontainers.image.title=KoAkademy0 B
27LABEL org.opencontainers.image.description=Self-hosted school administration and0 B
28LABEL org.opencontainers.image.source=https://github.com/yukazakiri/koakademy0 B
29LABEL org.opencontainers.image.licenses=AGPL-3.0-or-later0 B
30ARG TARGETARCH=amd640 B
31ARG USER_ID=10000 B
32ARG GROUP_ID=10000 B
33ARG ROOT=/app0 B
34ARG TZ=UTC0 B
35ARG SUPERCRONIC_VERSION=0.2.330 B
36ARG SUPERCRONIC_SHA256_AMD64=feefa310da569c81b99e1027b86b27b51e6ee9ab647747b49099645120cfc6710 B
37ARG SUPERCRONIC_SHA256_ARM64=f1f8585c66de020fef494dd636058f99949d108f569fef00016a1c8b9eb145b30 B
38ENV TERM=xterm-color0 B
39ENV TZ=UTC0 B
40ENV ROOT=/app0 B
41ENV USER=laravel0 B
42ENV INERTIA_SSR_ENABLED=true0 B
43ENV INERTIA_SSR_RUNTIME=/usr/bin/node0 B
44ENV COMPOSER_FUND=00 B
45ENV COMPOSER_MAX_PARALLEL_HTTP=480 B
46ENV XDG_CONFIG_HOME=/app/.config0 B
47ENV XDG_DATA_HOME=/app/.data0 B
48WORKDIR /app93 B
49RUN |8 TARGETARCH=amd64 USER_ID=1000 GROUP_ID=100090.58 MB
50RUN |8 TARGETARCH=amd64 USER_ID=1000 GROUP_ID=10002.04 MB
51RUN |8 TARGETARCH=amd64 USER_ID=1000 GROUP_ID=10007.05 MB
52RUN |8 TARGETARCH=amd64 USER_ID=1000 GROUP_ID=100022.49 KB
53COPY docker/php.ini /usr/local/etc/php/conf.d/99-custom.ini # buildkit626 B
54COPY docker/nginx.conf /etc/nginx/nginx.conf # buildkit843 B
55COPY docker/php-fpm.conf /usr/local/etc/php-fpm.d/www.conf # buildkit354 B
56COPY docker/supervisord.conf /etc/supervisord.conf # buildkit252 B
57COPY docker/supervisord.web.conf /etc/supervisor/conf.d/ # buildkit484 B
58COPY docker/supervisord.web.no-horizon.conf /etc/supervisor/conf.d/ # buildkit484 B
59COPY docker/supervisord.inertia-ssr.conf /etc/supervisor/conf.d/ # buildkit475 B
60COPY docker/supervisord.horizon.conf /etc/supervisor/conf.d/ # buildkit578 B
61COPY docker/supervisord.scheduler.conf /etc/supervisor/conf.d/ # buildkit438 B
62COPY docker/supervisord.pulse.conf /etc/supervisor/conf.d/ # buildkit363 B
63COPY docker/supervisord.worker.conf /etc/supervisor/conf.d/ # buildkit366 B
64COPY docker/supervisord.nightwatch.conf /etc/supervisor/conf.d/ # buildkit345 B
65COPY docker/start-container /usr/local/bin/start-container # buildkit7.49 KB
66COPY docker/healthcheck /usr/local/bin/healthcheck # buildkit1.19 KB
67COPY docker/pulse-process /usr/local/bin/pulse-process # buildkit565 B
68COPY docker/nightwatch-process /usr/local/bin/nightwatch-process # buildkit391 B
69COPY docker/run-scripts.sh /usr/local/bin/run-scripts.sh # buildkit1.34 KB
70COPY docker/docker-scripts /var/www/html/docker-scripts # buildkit1.32 KB
71RUN |8 TARGETARCH=amd64 USER_ID=1000 GROUP_ID=10008.18 KB
72RUN |8 TARGETARCH=amd64 USER_ID=1000 GROUP_ID=10003.59 KB
73COPY --chown=laravel:laravel /app/vendor ./vendor #48.34 MB
74COPY --chown=laravel:laravel /app/node_modules ./node_modules #154.28 MB
75COPY --chown=laravel:laravel /app/public/build ./public/build #4.02 MB
76COPY --chown=laravel:laravel . . #8.82 MB
77COPY --chown=laravel:laravel /app/bootstrap/ssr ./bootstrap/ssr #1.19 MB
78RUN |8 TARGETARCH=amd64 USER_ID=1000 GROUP_ID=100032 B
79RUN |8 TARGETARCH=amd64 USER_ID=1000 GROUP_ID=100032 B
80RUN |8 TARGETARCH=amd64 USER_ID=1000 GROUP_ID=1000367 B
81USER root0 B
82EXPOSE [8000/tcp]0 B
83ENTRYPOINT ["start-container"]0 B
84HEALTHCHECK {Test:[CMD-SHELL healthcheck || exit0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'