sha256:4757a4fc3106a931e1c5169e84041ae642c848c646af9c8ff2b45b5d57c854c7
OS/ARCH
Compressed size
377.36 MB
Last pushed
28 days by focela
Type
Image
Manifest digest
sha256:8fd91f5d3f585e5804ae97f08dca24138f9d69a05bda7826f32a8bd9d5ae0751
Image Layers
1
# debian.sh --arch 'arm64' out/
26.74 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;
93.58 MB
5
ENV PHP_INI_DIR=/usr/local/etc/php
0 B
6
RUN /bin/sh -c set -eux;
225 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
486 B
16
RUN /bin/sh -c set -eux;
26.48 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
242 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.14 KB
28
RUN |1 APP_ID=1000 /bin/sh -c
463 B
29
RUN |1 APP_ID=1000 /bin/sh -c
180.2 MB
30
RUN |1 APP_ID=1000 /bin/sh -c
18.61 MB
31
RUN |1 APP_ID=1000 /bin/sh -c
15.08 MB
32
RUN |1 APP_ID=1000 /bin/sh -c
2.14 MB
33
RUN |1 APP_ID=1000 /bin/sh -c
182.22 KB
34
RUN |1 APP_ID=1000 /bin/sh -c
1.57 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
386 B
37
COPY ../shared-configs/spx.ini /usr/local/etc/php/conf.d/spx.ini # buildkit
402 B
38
COPY ../shared-configs/msmtprc /etc/msmtprc # buildkit
289 B
39
COPY ../shared-configs/php.ini /usr/local/etc/php # buildkit
566 B
40
COPY ../shared-configs/php-fpm.conf /usr/local/etc/ # buildkit
704 B
41
COPY ../shared-configs/www.conf /usr/local/etc/php-fpm.d/ # buildkit
643 B
42
USER app:app
0 B
43
VOLUME [/var/www]
0 B
44
WORKDIR /var/www
32 B
Command
# debian.sh --arch 'arm64' out/ 'bookworm' '@1738540800'