sha256:4d05aec55fd55da77cf98d0321a0c68d9dd8c051fb7097e0ecff3e68c51221db
OS/ARCH
Compressed size
268.06 MB
Last pushed
1 day by manukminasyan
Type
Image
Manifest digest
sha256:4bf90c0d6ef50ac58a7218bff4b2dbe37c6123b6ce61b618a40d468e6dfa1ef2
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2RUN /bin/sh -c set -eux;225 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;105.07 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.90 B12ENV PHP_URL=https://www.php.net/distributions/php-8.5.9.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.5.9.tar.xz.asc0 B13ENV PHP_SHA256=0db7855f25bcd0ab1d592cdb35e284d6f6a5d2ae0f6f621122e364cc39b708f40 B14RUN /bin/sh -c set -eux;13.89 MB15COPY docker-php-source /usr/local/bin/ # buildkit485 B16RUN /bin/sh -c set -eux;14.15 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB18RUN /bin/sh -c docker-php-ext-enable sodium244 B19ENTRYPOINT ["docker-php-entrypoint"]0 B20WORKDIR /var/www/html32 B21RUN /bin/sh -c set -eux;9.05 KB22STOPSIGNAL SIGQUIT0 B23EXPOSE map[9000/tcp:{}]0 B24CMD ["php-fpm"]0 B25ARG DEPENDENCY_PACKAGES_ALPINE=fcgi gettext shadow0 B26ARG DEPENDENCY_PACKAGES_DEBIAN=libfcgi-bin gettext-base procps zip0 B27ARG DEPENDENCY_PHP_EXTENSIONS=opcache pcntl pdo_mysql pdo_pgsql0 B28ARG REPOSITORY_BUILD_VERSION=dev0 B29ARG NGINX_VERSION=1.28.0-10 B30LABEL org.opencontainers.image.title=serversideup/php (fpm-nginx) org.opencontainers.image.description=Supercharge your0 B31ENV APP_BASE_DIR=/var/www/html COMPOSER_ALLOW_SUPERUSER=1 COMPOSER_HOME=/composer COMPOSER_MAX_PARALLEL_HTTP=240 B32COPY --chmod=755 src/common/ / #36.11 KB33COPY --chmod=755 src/s6/ / #4.02 KB34COPY --chmod=755 src/utilities-webservers/ / #904 B35COPY /opt/s6/ / # buildkit2.78 MB36COPY /usr/local/bin/php-fpm-healthcheck /usr/local/bin/php-fpm-healthcheck # buildkit2.12 KB37COPY /usr/share/keyrings/nginx-archive-keyring.gpg /usr/share/keyrings/ # buildkit8.63 KB38COPY /etc/apt/sources.list.d/nginx.list /etc/apt/sources.list.d/ # buildkit279 B39COPY /etc/apt/preferences.d/99nginx /etc/apt/preferences.d/ # buildkit254 B40COPY /etc/apk/repositories /etc/apk/repositories # buildkit158 B41COPY /etc/apk/keys/nginx_signing.rsa.pub /etc/apk/keys/ # buildkit187 B42RUN |5 DEPENDENCY_PACKAGES_ALPINE=fcgi gettext shadow13.34 MB43COPY --chmod=755 src/variations/fpm-nginx/etc/ /etc/ #4 KB44COPY --chmod=755 src/php-fpm.d/ / #4.83 KB45COPY /usr/bin/composer /usr/bin/composer # buildkit857.38 KB46RUN |5 DEPENDENCY_PACKAGES_ALPINE=fcgi gettext shadow8.21 KB47RUN |5 DEPENDENCY_PACKAGES_ALPINE=fcgi gettext shadow34 B48USER www-data0 B49EXPOSE map[8080/tcp:{} 8443/tcp:{}]0 B50ENTRYPOINT ["docker-php-serversideup-entrypoint"]0 B51STOPSIGNAL SIGQUIT0 B52WORKDIR /var/www/html34 B53CMD ["/init"]0 B54HEALTHCHECK &{["CMD" "sh" "-c" "curl0 B55LABEL org.opencontainers.image.title=Relaticle CRM0 B56LABEL org.opencontainers.image.description=Modern, open-source CRM platform0 B57LABEL org.opencontainers.image.source=https://github.com/Relaticle/relaticle0 B58USER root0 B59RUN /bin/sh -c install-php-extensions intl43.56 MB60RUN /bin/sh -c apt-get update2.38 MB61USER www-data0 B62WORKDIR /var/www/html32 B63COPY --chown=www-data:www-data . . #7.36 MB64COPY --chown=www-data:www-data /app/vendor ./vendor #33.35 MB65COPY --chown=www-data:www-data /app/public/build ./public/build #681.2 KB66RUN /bin/sh -c composer dump-autoload1.84 MB67RUN /bin/sh -c mkdir -p221 B68ENV AUTORUN_ENABLED=true0 B69ENV AUTORUN_LARAVEL_STORAGE_LINK=true0 B70ENV AUTORUN_LARAVEL_MIGRATION=true0 B71ENV AUTORUN_LARAVEL_MIGRATION_ISOLATION=true0 B72ENV AUTORUN_LARAVEL_CONFIG_CACHE=true0 B73ENV AUTORUN_LARAVEL_ROUTE_CACHE=true0 B74ENV AUTORUN_LARAVEL_VIEW_CACHE=true0 B75ENV AUTORUN_LARAVEL_EVENT_CACHE=true0 B76ENV AUTORUN_LARAVEL_OPTIMIZE=false0 B77ENV PHP_OPCACHE_ENABLE=10 B78ENV SSL_MODE=off0 B79EXPOSE [8080/tcp]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1785715200'