sha256:e490457e3daa01470f2c4ea721e0e04c2f3303e84cf752676de44244ebb90fda
OS/ARCH
linux/amd64
Compressed size
231.61 MB
Last pushed
9 months by bearpass
Type
Image
Manifest digest
sha256:e490457e3daa01470f2c4ea721e0e04c2f3303e84cf752676de44244ebb90fda
Image Layers
1
ADD file ... in /
27.8 MB
2
CMD ["bash"]
0 B
3
/bin/sh -c set -eux; {
224 B
4
ENV PHPIZE_DEPS=autoconf dpkg-dev file
0 B
5
/bin/sh -c set -eux; apt-get
99.52 MB
6
ENV PHP_INI_DIR=/usr/local/etc/php
0 B
7
/bin/sh -c set -eux; mkdir
270 B
8
ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie
0 B
9
ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie
0 B
10
ENV PHP_LDFLAGS=-Wl,-O1 -pie
0 B
11
ENV GPG_KEYS=1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA
0 B
12
ENV PHP_VERSION=8.3.8
0 B
13
ENV PHP_URL=https://www.php.net/distributions/php-8.3.8.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.3.8.tar.xz.asc
0 B
14
ENV PHP_SHA256=aea358b56186f943c2bbd350c9005b9359133d47e954cfc561385319ae5bb8d7
0 B
15
/bin/sh -c set -eux; savedAptMark="$(apt-mark
12.2 MB
16
COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
493 B
17
/bin/sh -c set -eux; savedAptMark="$(apt-mark
26.71 MB
18
COPY multi:869bde9dbeae74886a05c9e2107b3e3b4877116db8c6d9adbaff2719f9fb5262 in /usr/local/bin/
2.39 KB
19
/bin/sh -c docker-php-ext-enable sodium
247 B
20
ENTRYPOINT ["docker-php-entrypoint"]
0 B
21
WORKDIR /var/www/html
0 B
22
/bin/sh -c set -eux; cd
8.97 KB
23
STOPSIGNAL SIGQUIT
0 B
24
EXPOSE 9000
0 B
25
CMD ["php-fpm"]
0 B
26
MAINTAINER info@bearpass.ru
0 B
27
RUN /bin/sh -c apt-get update
63.78 MB
28
RUN /bin/sh -c apt-get clean
516 B
29
RUN /bin/sh -c docker-php-ext-configure gd
906.21 KB
30
COPY /usr/bin/composer /usr/bin/composer # buildkit
707.72 KB
31
COPY conf/php/php-fpm.conf /usr/local/etc/php/php-fpm.conf # buildkit
256 B
32
COPY conf/php/php.ini /usr/local/etc/php/php.ini # buildkit
329 B
33
COPY init.sh /usr/bin/init # buildkit
740 B
34
RUN /bin/sh -c chmod +x
752 B
35
ENTRYPOINT ["init"]
0 B
36
EXPOSE map[9000/tcp:{}]
0 B
37
CMD ["/bin/sh" "-c" "php-fpm"]
0 B
Command
ADD file:5aaace706aa00ff97d243daa2c29f5de88f124e1b97c570634f16eef90783286 in /