sha256:c057ccc942c67c951ec3494f2ac2786a44d88e7a3868abd3f2a796c90501829a
OS/ARCH
Compressed size
268.15 MB
Last pushed
3 months by io2060
Type
Image
Manifest digest
sha256:dc6639af0c50c1f292c61bca60eb50a8a3bf95c71bd68e718666da671b345739
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2RUN /bin/sh -c set -eux;226 B3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B4RUN /bin/sh -c set -eux;112.38 MB5ENV PHP_INI_DIR=/usr/local/etc/php0 B6RUN /bin/sh -c set -eux;226 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.210 B12ENV PHP_URL=https://www.php.net/distributions/php-8.4.21.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.21.tar.xz.asc0 B13ENV PHP_SHA256=7cf5d8ab12c3b2016875bcfaec71bef1ef0b07bed6148f2c447577074431f9840 B14RUN /bin/sh -c set -eux;13.22 MB15COPY docker-php-source /usr/local/bin/ # buildkit488 B16RUN /bin/sh -c set -eux;13.16 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB18RUN /bin/sh -c docker-php-ext-enable opcache247 B19RUN /bin/sh -c docker-php-ext-enable sodium242 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/ / #907 B36COPY /opt/s6/ / # buildkit2.34 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/ # buildkit193 B43RUN |5 DEPENDENCY_PACKAGES_ALPINE=fcgi gettext shadow13.56 MB44COPY --chmod=755 src/variations/fpm-nginx/etc/ /etc/ #4.01 KB45COPY --chmod=755 src/php-fpm.d/ / #4.83 KB46COPY /usr/bin/composer /usr/bin/composer # buildkit846.91 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 intl42.87 MB61RUN /bin/sh -c apt-get update2.36 MB62USER www-data0 B63WORKDIR /var/www/html32 B64COPY --chown=www-data:www-data . . #5.55 MB65COPY --chown=www-data:www-data /app/vendor ./vendor #31.24 MB66COPY --chown=www-data:www-data /app/public/build ./public/build #380.02 KB67RUN /bin/sh -c composer dump-autoload1.79 MB68RUN /bin/sh -c mkdir -p221 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 'amd64' out/ 'trixie' '@1779062400'