Sign inSign up

ahaen/apache-php7:latest

Manifest digest

sha256:80e5a925be20976c988a251dd5fd5d0a38e3b4ceaa931afeb662129d2434ce4f

OS/ARCH

linux/amd64

Compressed size

235.66 MB

Last pushed

about 2 years by ahaen

Type

Image

Manifest digest

sha256:80e5a925be20976c988a251dd5fd5d0a38e3b4ceaa931afeb662129d2434ce4f

Image Layers

1ADD file ... in / 25.84 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; {225 B
4ENV PHPIZE_DEPS=autoconf dpkg-dev file0 B
5/bin/sh -c set -eux; apt-get73.1 MB
6ENV PHP_INI_DIR=/usr/local/etc/php0 B
7/bin/sh -c set -eux; mkdir225 B
8ENV APACHE_CONFDIR=/etc/apache20 B
9ENV APACHE_ENVVARS=/etc/apache2/envvars0 B
10/bin/sh -c set -eux; apt-get17.81 MB
11/bin/sh -c a2dismod mpm_event &&434 B
12/bin/sh -c { echo '<FilesMatch487 B
13ENV PHP_EXTRA_BUILD_DEPS=apache2-dev0 B
14ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2 --disable-cgi0 B
15ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie0 B
16ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie0 B
17ENV PHP_LDFLAGS=-Wl,-O1 -pie0 B
18ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F0 B
19ENV PHP_VERSION=7.2.340 B
20ENV PHP_URL=https://www.php.net/distributions/php-7.2.34.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.2.34.tar.xz.asc0 B
21ENV PHP_SHA256=409e11bc6a2c18707dfc44bc61c820ddfd81e17481470f3405ee7822d83799030 B
22/bin/sh -c set -eux; savedAptMark="$(apt-mark12.06 MB
23COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/ 494 B
24/bin/sh -c set -eux; savedAptMark="$(apt-mark13.18 MB
25COPY multi:dc714d093d9a94baf082b278964398d495faeef837d3357693090c43ebfb6fb4 in /usr/local/bin/ 2.22 KB
26/bin/sh -c docker-php-ext-enable sodium248 B
27/bin/sh -c { echo '#!/bin/sh';210 B
28ENTRYPOINT ["docker-php-entrypoint"]0 B
29STOPSIGNAL SIGWINCH0 B
30COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/ 897 B
31WORKDIR /var/www/html0 B
32EXPOSE 800 B
33CMD ["apache2-foreground"]0 B
34RUN /bin/sh -c apt-get update13.42 MB
35RUN /bin/sh -c apt-get install17.7 MB
36RUN /bin/sh -c docker-php-ext-configure ldap18.63 MB
37RUN /bin/sh -c docker-php-ext-install zip101.05 KB
38RUN /bin/sh -c docker-php-ext-enable zip93 B
39RUN /bin/sh -c docker-php-ext-install session62.21 KB
40RUN /bin/sh -c docker-php-ext-install posix14.94 KB
41RUN /bin/sh -c docker-php-ext-enable session18.61 MB
42RUN /bin/sh -c docker-php-ext-install opcache210.55 KB
43RUN /bin/sh -c docker-php-ext-enable opcache93 B
44RUN /bin/sh -c apt-get install22.92 MB
45RUN /bin/sh -c apt-get install933.72 KB
46RUN /bin/sh -c docker-php-ext-install mysqli72.38 KB
47COPY /usr/bin/composer /usr/local/bin/composer # buildkit709.33 KB
48RUN /bin/sh -c mv "$PHP_INI_DIR/php.ini-production"22.66 KB
49RUN /bin/sh -c echo "cgi.fix_pathinfo=1"22.59 KB
50RUN /bin/sh -c echo "zend_extension=opcache.so"22.6 KB
51RUN /bin/sh -c echo "opcache.enable=1"22.61 KB
52RUN /bin/sh -c echo "opcache.memory_consumption=128"22.6 KB
53RUN /bin/sh -c echo "opcache.interned_strings_buffer=8"22.61 KB
54RUN /bin/sh -c echo "opcache.max_accelerated_files=4000"22.62 KB
55RUN /bin/sh -c echo "opcache.revalidate_freq=10"22.62 KB
56RUN /bin/sh -c echo "opcache.fast_shutdown=1"22.64 KB
57RUN /bin/sh -c echo "opcache.enable_cli=1"22.64 KB
58RUN /bin/sh -c sed -i22.64 KB
59RUN /bin/sh -c sed -i22.64 KB
60RUN /bin/sh -c sed -i22.64 KB
61RUN /bin/sh -c sed -i22.64 KB
62ADD index.php /var/www/index.php # buildkit186 B
63ADD index.html /var/www/index.html # buildkit234 B
64ADD entrypoint.sh /etc/php7-entrypoint.sh # buildkit272 B
65ENV GIT_REPO=0 B
66ENV GIT_BRANCH=main0 B
67RUN /bin/sh -c chown -R320 B
68WORKDIR /var/www/32 B
69ENV APACHE_DOCUMENT_ROOT=/var/www/0 B
70ENV APACHE_PORT=80800 B
71RUN /bin/sh -c sed -ri923 B
72RUN /bin/sh -c sed -ri3.23 KB
73RUN /bin/sh -c sed -ri364 B
74RUN /bin/sh -c sed -ri921 B
75RUN /bin/sh -c a2enmod rewrite316 B
76VOLUME [/var/www]0 B
77EXPOSE map[8080/tcp:{}]0 B
78CMD ["apache2-foreground"]0 B

Command

ADD file:3a7bff4e139bcacc5831fd70a035c130a91b5da001dd91c08b2acd635c7064e8 in /