sha256:4ac3f601af7c3a8cf7bbe9b4be921459dd41cf2d14d3148b2f6a0612d31c6787
OS/ARCH
Compressed size
258.98 MB
Last pushed
3 months by manukminasyan
Type
Image
Manifest digest
sha256:842b7f67d68baf1843107976b99a85c453e2408948492da0a57838f274241112
Image Layers
1# debian.sh --arch 'arm64' out/28.75 MB2RUN /bin/sh -c set -eux;224 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;105.06 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=AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD0 B11ENV PHP_VERSION=8.4.220 B12ENV PHP_URL=https://www.php.net/distributions/php-8.4.22.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.22.tar.xz.asc0 B13ENV PHP_SHA256=696c0f6ad92e94c59059c1eb6e300842b8d050934226efcdf00f2a413cb083cf0 B14RUN /bin/sh -c set -eux;13.24 MB15COPY docker-php-source /usr/local/bin/ # buildkit486 B16RUN /bin/sh -c set -eux;12.85 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB18RUN /bin/sh -c docker-php-ext-enable opcache251 B19RUN /bin/sh -c docker-php-ext-enable sodium246 B20ENTRYPOINT ["docker-php-entrypoint"]0 B21WORKDIR /var/www/html32 B22RUN /bin/sh -c set -eux;9.05 KB23STOPSIGNAL SIGQUIT0 B24EXPOSE map[9000/tcp:{}]0 B25CMD ["php-fpm"]0 B26ARG DEPENDENCY_PACKAGES_ALPINE=fcgi gettext shadow0 B27ARG DEPENDENCY_PACKAGES_DEBIAN=libfcgi-bin gettext-base procps zip0 B28ARG DEPENDENCY_PHP_EXTENSIONS=opcache pcntl pdo_mysql pdo_pgsql0 B29ARG REPOSITORY_BUILD_VERSION=dev0 B30ARG NGINX_VERSION=1.28.0-10 B31LABEL org.opencontainers.image.title=serversideup/php (fpm-nginx) org.opencontainers.image.description=Supercharge your0 B32ENV APP_BASE_DIR=/var/www/html COMPOSER_ALLOW_SUPERUSER=1 COMPOSER_HOME=/composer COMPOSER_MAX_PARALLEL_HTTP=240 B33COPY --chmod=755 src/common/ / #36.13 KB34COPY --chmod=755 src/s6/ / #4.02 KB35COPY --chmod=755 src/utilities-webservers/ / #905 B36COPY /opt/s6/ / # buildkit2.78 MB37COPY /usr/local/bin/php-fpm-healthcheck /usr/local/bin/php-fpm-healthcheck # buildkit2.12 KB38COPY /usr/share/keyrings/nginx-archive-keyring.gpg /usr/share/keyrings/ # buildkit8.63 KB39COPY /etc/apt/sources.list.d/nginx.list /etc/apt/sources.list.d/ # buildkit279 B40COPY /etc/apt/preferences.d/99nginx /etc/apt/preferences.d/ # buildkit253 B41COPY /etc/apk/repositories /etc/apk/repositories # buildkit158 B42COPY /etc/apk/keys/nginx_signing.rsa.pub /etc/apk/keys/ # buildkit189 B43RUN |5 DEPENDENCY_PACKAGES_ALPINE=fcgi gettext shadow13.33 MB44COPY --chmod=755 src/variations/fpm-nginx/etc/ /etc/ #4 KB45COPY --chmod=755 src/php-fpm.d/ / #4.83 KB46COPY /usr/bin/composer /usr/bin/composer # buildkit847.6 KB47RUN |5 DEPENDENCY_PACKAGES_ALPINE=fcgi gettext shadow8.22 KB48RUN |5 DEPENDENCY_PACKAGES_ALPINE=fcgi gettext shadow34 B49USER www-data0 B50EXPOSE map[8080/tcp:{} 8443/tcp:{}]0 B51ENTRYPOINT ["docker-php-serversideup-entrypoint"]0 B52STOPSIGNAL SIGQUIT0 B53WORKDIR /var/www/html34 B54CMD ["/init"]0 B55HEALTHCHECK &{["CMD" "sh" "-c" "curl0 B56LABEL org.opencontainers.image.title=Relaticle CRM0 B57LABEL org.opencontainers.image.description=Modern, open-source CRM platform0 B58LABEL org.opencontainers.image.source=https://github.com/Relaticle/relaticle0 B59USER root0 B60RUN /bin/sh -c install-php-extensions intl40.6 MB61RUN /bin/sh -c apt-get update2.37 MB62USER www-data0 B63WORKDIR /var/www/html32 B64COPY --chown=www-data:www-data . . #5.58 MB65COPY --chown=www-data:www-data /app/vendor ./vendor #31.34 MB66COPY --chown=www-data:www-data /app/public/build ./public/build #383.08 KB67RUN /bin/sh -c composer dump-autoload1.8 MB68RUN /bin/sh -c mkdir -p220 B69ENV AUTORUN_ENABLED=true0 B70ENV AUTORUN_LARAVEL_STORAGE_LINK=true0 B71ENV AUTORUN_LARAVEL_MIGRATION=true0 B72ENV AUTORUN_LARAVEL_MIGRATION_ISOLATION=true0 B73ENV AUTORUN_LARAVEL_CONFIG_CACHE=true0 B74ENV AUTORUN_LARAVEL_ROUTE_CACHE=true0 B75ENV AUTORUN_LARAVEL_VIEW_CACHE=true0 B76ENV AUTORUN_LARAVEL_EVENT_CACHE=true0 B77ENV AUTORUN_LARAVEL_OPTIMIZE=false0 B78ENV PHP_OPCACHE_ENABLE=10 B79ENV SSL_MODE=off0 B80EXPOSE [8080/tcp]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1781049600'