Sign inSign up

lguan77/serversideup-php-customized:2.29

Multi-platform
Index digest

sha256:ef2804a56cc29e6642c6defcd3ae257271782b33cb92c890449ee6e5c103b8b5

OS/ARCH

Compressed size

575.18 MB

Last pushed

10 months by lguan77

Type

Image

Manifest digest

sha256:f3124cd8efcb70a11d14be3cf800952e31172a76045d3e49ec1fd164fa110758

Image Layers

1# debian.sh --arch 'amd64' out/28.4 MB
2RUN /bin/sh -c set -eux;226 B
3ENV PHPIZE_DEPS=autoconf dpkg-dev file g++0 B
4RUN /bin/sh -c set -eux;112.38 MB
5ENV PHP_INI_DIR=/usr/local/etc/php0 B
6RUN /bin/sh -c set -eux;225 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=AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD0 B
11ENV PHP_VERSION=8.4.140 B
12ENV 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 B
13ENV PHP_SHA256=bac90ee7cf738e814c89b6b27d4d2c4b70e50942a420837e1a22f5fd5f9867a30 B
14RUN /bin/sh -c set -eux;13.15 MB
15COPY docker-php-source /usr/local/bin/ # buildkit488 B
16RUN /bin/sh -c set -eux;13.03 MB
17COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #2.4 KB
18RUN /bin/sh -c docker-php-ext-enable opcache249 B
19RUN /bin/sh -c docker-php-ext-enable sodium242 B
20ENTRYPOINT ["docker-php-entrypoint"]0 B
21WORKDIR /var/www/html32 B
22RUN /bin/sh -c set -eux;8.98 KB
23STOPSIGNAL SIGQUIT0 B
24EXPOSE map[9000/tcp:{}]0 B
25CMD ["php-fpm"]0 B
26ARG DEPENDENCY_PACKAGES_ALPINE=fcgi gettext shadow0 B
27ARG DEPENDENCY_PACKAGES_DEBIAN=libfcgi-bin gettext-base procps zip0 B
28ARG DEPENDENCY_PHP_EXTENSIONS=opcache pcntl pdo_mysql pdo_pgsql0 B
29ARG REPOSITORY_BUILD_VERSION=v3.6.1-190619690490 B
30ARG NGINX_VERSION=1.28.0-1~trixie0 B
31LABEL org.opencontainers.image.title=serversideup/php (fpm-nginx) org.opencontainers.image.description=Supercharge your0 B
32ENV APP_BASE_DIR=/var/www/html COMPOSER_ALLOW_SUPERUSER=1 COMPOSER_HOME=/composer COMPOSER_MAX_PARALLEL_HTTP=240 B
33COPY --chmod=755 src/common/ / #30.29 KB
34COPY --chmod=755 src/s6/ / #3.47 KB
35COPY /opt/s6/ / # buildkit2.3 MB
36COPY /usr/local/bin/php-fpm-healthcheck /usr/local/bin/php-fpm-healthcheck # buildkit2.08 KB
37COPY /usr/share/keyrings/nginx-archive-keyring.gpg /usr/share/keyrings/ # buildkit8.05 KB
38COPY /etc/apt/sources.list.d/nginx.list /etc/apt/sources.list.d/ # buildkit269 B
39COPY /etc/apt/preferences.d/99nginx /etc/apt/preferences.d/ # buildkit242 B
40COPY /etc/apk/repositories /etc/apk/repositories # buildkit146 B
41COPY /etc/apk/keys/nginx_signing.rsa.pub /etc/apk/keys/ # buildkit174 B
42RUN |5 DEPENDENCY_PACKAGES_ALPINE=fcgi gettext shadow13.62 MB
43COPY --chmod=755 src/variations/fpm-nginx/etc/ /etc/ #3.31 KB
44COPY --chmod=755 src/php-fpm.d/ / #4.21 KB
45COPY /usr/bin/composer /usr/bin/composer # buildkit733.84 KB
46RUN |5 DEPENDENCY_PACKAGES_ALPINE=fcgi gettext shadow7.34 KB
47RUN |5 DEPENDENCY_PACKAGES_ALPINE=fcgi gettext shadow32 B
48USER www-data0 B
49EXPOSE [8080/tcp 8443/tcp]0 B
50ENTRYPOINT ["docker-php-serversideup-entrypoint"]0 B
51STOPSIGNAL SIGQUIT0 B
52WORKDIR /var/www/html32 B
53CMD ["/init"]0 B
54HEALTHCHECK &{["CMD" "sh" "-c" "curl0 B
55USER root0 B
56RUN /bin/sh -c mkdir -p365.15 MB
57ENV 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 B
58SHELL [/bin/bash -c]0 B
59RUN /bin/bash -c npm install10.22 MB
60RUN /bin/bash -c mkdir -p136 B
61RUN /bin/bash -c chown nobody:nogroup143 B
62RUN /bin/bash -c chmod 02755144 B
63RUN /bin/bash -c mkdir -p32 B
64COPY --chmod=644 ./configs/sshd_config /etc/ssh/ #420 B
65COPY ./s6-rc.d/sshd /etc/s6-overlay/s6-rc.d/sshd # buildkit352 B
66COPY ./s6-rc.d/sshd-log /etc/s6-overlay/s6-rc.d/sshd-log # buildkit345 B
67RUN /bin/bash -c chmod +x32 B
68RUN /bin/bash -c chmod +x244 B
69COPY ./s6-rc.d/user/contents.d/sshd-pipeline /etc/s6-overlay/s6-rc.d/user/contents.d/sshd-pipeline # buildkit215 B
70COPY ./s6-rc.d/fail2ban /etc/s6-overlay/s6-rc.d/fail2ban # buildkit274 B
71RUN /bin/bash -c chmod +x32 B
72COPY ./configs/fail2ban-jail.d-sshd.conf /etc/fail2ban/jail.d/sshd.conf # buildkit414 B
73COPY ./configs/fail2ban.local /etc/fail2ban/fail2ban.local # buildkit192 B
74COPY ./configs/fail2ban-filter.d-sshd-invaliduser.conf /etc/fail2ban/filter.d/sshd-invaliduser.conf # buildkit259 B
75COPY ./s6-rc.d/user/contents.d/fail2ban /etc/s6-overlay/s6-rc.d/user/contents.d/fail2ban # buildkit212 B
76RUN /bin/bash -c passwd -d350 B
77RUN /bin/bash -c echo ""4.11 KB
78RUN /bin/bash -c sed -i1.12 KB
79RUN /bin/bash -c install-php-extensions bcmath16.15 MB
80RUN /bin/bash -c chown -R449 B

Command

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