sha256:4757a4fc3106a931e1c5169e84041ae642c848c646af9c8ff2b45b5d57c854c7
OS/ARCH
Compressed size
386.76 MB
Last pushed
28 days by focela
Type
Image
Manifest digest
sha256:4969da23872267a861aea17a1b324df9f1de3aec3eba8ecc47ff001994980b7a
Image Layers
1
# debian.sh --arch 'amd64' out/
26.91 MB
2
RUN /bin/sh -c set -eux;
225 B
3
ENV PHPIZE_DEPS=autoconf dpkg-dev file g++
0 B
4
RUN /bin/sh -c set -eux;
99.51 MB
5
ENV PHP_INI_DIR=/usr/local/etc/php
0 B
6
RUN /bin/sh -c set -eux;
222 B
7
ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
0 B
8
ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
0 B
9
ENV PHP_LDFLAGS=-Wl,-O1 -pie
0 B
10
ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
0 B
11
ENV PHP_VERSION=8.3.16
0 B
12
ENV PHP_URL=https://www.php.net/distributions/php-8.3.16.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.16.tar.xz.asc
0 B
13
ENV PHP_SHA256=40d3b4e6cac33d3bcefe096d75a28d4fb4e3a9615eb20a4de55ba139fbfacdd5
0 B
14
RUN /bin/sh -c set -eux;
12.07 MB
15
COPY docker-php-source /usr/local/bin/ # buildkit
485 B
16
RUN /bin/sh -c set -eux;
26.54 MB
17
COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #
2.39 KB
18
RUN /bin/sh -c docker-php-ext-enable sodium
247 B
19
ENTRYPOINT ["docker-php-entrypoint"]
0 B
20
WORKDIR /var/www/html
32 B
21
RUN /bin/sh -c set -eux;
8.96 KB
22
STOPSIGNAL SIGQUIT
0 B
23
EXPOSE map[9000/tcp:{}]
0 B
24
CMD ["php-fpm"]
0 B
25
LABEL maintainer=Focela Technologies <opensource@focela.com>
0 B
26
ARG APP_ID=1000
0 B
27
RUN |1 APP_ID=1000 /bin/sh -c
1.21 KB
28
RUN |1 APP_ID=1000 /bin/sh -c
466 B
29
RUN |1 APP_ID=1000 /bin/sh -c
183.09 MB
30
RUN |1 APP_ID=1000 /bin/sh -c
19.03 MB
31
RUN |1 APP_ID=1000 /bin/sh -c
15.27 MB
32
RUN |1 APP_ID=1000 /bin/sh -c
1.9 MB
33
RUN |1 APP_ID=1000 /bin/sh -c
185.52 KB
34
RUN |1 APP_ID=1000 /bin/sh -c
1.56 MB
35
RUN |1 APP_ID=1000 /bin/sh -c
715.04 KB
36
COPY ../shared-configs/blackfire.ini /usr/local/etc/php/conf.d/blackfire.ini # buildkit
388 B
37
COPY ../shared-configs/spx.ini /usr/local/etc/php/conf.d/spx.ini # buildkit
403 B
38
COPY ../shared-configs/msmtprc /etc/msmtprc # buildkit
289 B
39
COPY ../shared-configs/php.ini /usr/local/etc/php # buildkit
567 B
40
COPY ../shared-configs/php-fpm.conf /usr/local/etc/ # buildkit
705 B
41
COPY ../shared-configs/www.conf /usr/local/etc/php-fpm.d/ # buildkit
646 B
42
USER app:app
0 B
43
VOLUME [/var/www]
0 B
44
WORKDIR /var/www
32 B
Command
# debian.sh --arch 'amd64' out/ 'bookworm' '@1738540800'