sha256:ef2804a56cc29e6642c6defcd3ae257271782b33cb92c890449ee6e5c103b8b5
OS/ARCH
Compressed size
553.66 MB
Last pushed
11 months by lguan77
Type
Image
Manifest digest
sha256:cdbc75a283f5dcdec99a4e6c267a9a92d21b1b1272640f9697dc847d5e04d0dd
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.06 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=AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD0 B11ENV PHP_VERSION=8.4.140 B12ENV PHP_URL=https://www.php.net/distributions/php-8.4.14.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.4.14.tar.xz.asc0 B13ENV PHP_SHA256=bac90ee7cf738e814c89b6b27d4d2c4b70e50942a420837e1a22f5fd5f9867a30 B14RUN /bin/sh -c set -eux;13.15 MB15COPY docker-php-source /usr/local/bin/ # buildkit489 B16RUN /bin/sh -c set -eux;12.71 MB17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.39 KB18RUN /bin/sh -c docker-php-ext-enable opcache249 B19RUN /bin/sh -c docker-php-ext-enable sodium243 B20ENTRYPOINT ["docker-php-entrypoint"]0 B21WORKDIR /var/www/html32 B22RUN /bin/sh -c set -eux;8.98 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=v3.6.1-190619690490 B30ARG NGINX_VERSION=1.28.0-1~trixie0 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/ / #30.29 KB34COPY --chmod=755 src/s6/ / #3.47 KB35COPY /opt/s6/ / # buildkit2.75 MB36COPY /usr/local/bin/php-fpm-healthcheck /usr/local/bin/php-fpm-healthcheck # buildkit2.08 KB37COPY /usr/share/keyrings/nginx-archive-keyring.gpg /usr/share/keyrings/ # buildkit8.05 KB38COPY /etc/apt/sources.list.d/nginx.list /etc/apt/sources.list.d/ # buildkit268 B39COPY /etc/apt/preferences.d/99nginx /etc/apt/preferences.d/ # buildkit242 B40COPY /etc/apk/repositories /etc/apk/repositories # buildkit146 B41COPY /etc/apk/keys/nginx_signing.rsa.pub /etc/apk/keys/ # buildkit174 B42RUN |5 DEPENDENCY_PACKAGES_ALPINE=fcgi gettext shadow13.45 MB43COPY --chmod=755 src/variations/fpm-nginx/etc/ /etc/ #3.31 KB44COPY --chmod=755 src/php-fpm.d/ / #4.21 KB45COPY /usr/bin/composer /usr/bin/composer # buildkit733.84 KB46RUN |5 DEPENDENCY_PACKAGES_ALPINE=fcgi gettext shadow7.34 KB47RUN |5 DEPENDENCY_PACKAGES_ALPINE=fcgi gettext shadow32 B48USER www-data0 B49EXPOSE [8080/tcp 8443/tcp]0 B50ENTRYPOINT ["docker-php-serversideup-entrypoint"]0 B51STOPSIGNAL SIGQUIT0 B52WORKDIR /var/www/html32 B53CMD ["/init"]0 B54HEALTHCHECK &{["CMD" "sh" "-c" "curl0 B55USER root0 B56RUN /bin/sh -c mkdir -p350.72 MB57ENV COREPACK_INTEGRITY_KEYS={"npm":[{"expires":"2025-01-29T00:00:00.000Z","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","keytype":"ecdsa-sha2-nistp256","scheme":"ecdsa-sha2-nistp256","key":"MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE1Olb3zMAFFxXKHiIkQO5cJ3Yhl5i6UPp+IhuteBJbuHcA5UogKo0EWtlWwW6KSaKoTNEYL7JlCQiVnkhBktUgg=="},{"expires":null,"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","keytype":"ecdsa-sha2-nistp256","scheme":"ecdsa-sha2-nistp256","key":"MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEY6Ya7W++7aUPzvMTrezH6Ycx3c+HOKYCcNGybJZSCJq/fd7Qa8uuAKtdIkUQtQiEKERhAmE5lMMJhP8OkDOa2g=="}]}0 B58SHELL [/bin/bash -c]0 B59RUN /bin/bash -c npm install10.22 MB60RUN /bin/bash -c mkdir -p137 B61RUN /bin/bash -c chown nobody:nogroup144 B62RUN /bin/bash -c chmod 02755146 B63RUN /bin/bash -c mkdir -p32 B64COPY --chmod=644 ./configs/sshd_config /etc/ssh/ #424 B65COPY ./s6-rc.d/sshd /etc/s6-overlay/s6-rc.d/sshd # buildkit351 B66COPY ./s6-rc.d/sshd-log /etc/s6-overlay/s6-rc.d/sshd-log # buildkit346 B67RUN /bin/bash -c chmod +x32 B68RUN /bin/bash -c chmod +x246 B69COPY ./s6-rc.d/user/contents.d/sshd-pipeline /etc/s6-overlay/s6-rc.d/user/contents.d/sshd-pipeline # buildkit215 B70COPY ./s6-rc.d/fail2ban /etc/s6-overlay/s6-rc.d/fail2ban # buildkit275 B71RUN /bin/bash -c chmod +x32 B72COPY ./configs/fail2ban-jail.d-sshd.conf /etc/fail2ban/jail.d/sshd.conf # buildkit416 B73COPY ./configs/fail2ban.local /etc/fail2ban/fail2ban.local # buildkit194 B74COPY ./configs/fail2ban-filter.d-sshd-invaliduser.conf /etc/fail2ban/filter.d/sshd-invaliduser.conf # buildkit262 B75COPY ./s6-rc.d/user/contents.d/fail2ban /etc/s6-overlay/s6-rc.d/user/contents.d/fail2ban # buildkit215 B76RUN /bin/bash -c passwd -d351 B77RUN /bin/bash -c echo ""4.11 KB78RUN /bin/bash -c sed -i1.13 KB79RUN /bin/bash -c install-php-extensions bcmath16.06 MB80RUN /bin/bash -c chown -R451 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1760918400'