apache
sha256:a94b4d7d503a9b7b8f1ca8f95c45d93c4eacaf06c11dbdba644e4fb9935d96de
OS/ARCH
linux/amd64
Compressed size
186.7 MB
Last pushed
4 days by buildslaveamd64
Type
Image
Manifest digest
sha256:afc978e272da834b8e86d3035e3a1be71917304c29564ed51705f586f4d99832
Image Layers
1
# debian.sh --arch 'amd64' out/
26.91 MB
2
RUN /bin/sh -c set -eux;
226 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;
226 B
7
ENV APACHE_CONFDIR=/etc/apache2
0 B
8
ENV APACHE_ENVVARS=/etc/apache2/envvars
0 B
9
RUN /bin/sh -c set -eux;
19.19 MB
10
RUN /bin/sh -c a2dismod mpm_event
429 B
11
RUN /bin/sh -c { echo
482 B
12
ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2
0 B
13
ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2
0 B
14
ENV PHP_LDFLAGS=-Wl,-O1 -pie
0 B
15
ENV GPG_KEYS=39B641343D8C104B2B146DC3F9C39DC0B9698544 E60913E4DF209907D8E30D96659A97C9CF2A795A 1198C0117593497A5EC5C199286AF1F9897469DC
0 B
16
ENV PHP_VERSION=8.2.27
0 B
17
ENV PHP_URL=https://www.php.net/distributions/php-8.2.27.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.2.27.tar.xz.asc
0 B
18
ENV PHP_SHA256=3eec91294d8c09b3df80b39ec36d574ed9b05de4c8afcb25fa215d48f9ecbc6b
0 B
19
RUN /bin/sh -c set -eux;
11.71 MB
20
COPY docker-php-source /usr/local/bin/ # buildkit
489 B
21
RUN /bin/sh -c set -eux;
10.89 MB
22
COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ #
2.4 KB
23
RUN /bin/sh -c docker-php-ext-enable sodium
245 B
24
ENTRYPOINT ["docker-php-entrypoint"]
0 B
25
STOPSIGNAL SIGWINCH
0 B
26
COPY apache2-foreground /usr/local/bin/ # buildkit
892 B
27
WORKDIR /var/www/html
32 B
28
EXPOSE map[80/tcp:{}]
0 B
29
CMD ["apache2-foreground"]
0 B
30
RUN /bin/sh -c set -ex;
5.69 MB
31
ENV PMA_SSL_DIR=/etc/phpmyadmin/ssl
0 B
32
ENV MAX_EXECUTION_TIME=600
0 B
33
ENV MEMORY_LIMIT=512M
0 B
34
ENV UPLOAD_LIMIT=2048K
0 B
35
ENV TZ=UTC
0 B
36
ENV SESSION_SAVE_PATH=/sessions
0 B
37
RUN /bin/sh -c set -ex;
651 B
38
USER www-data:www-data
0 B
39
ENV VERSION=5.2.2
0 B
40
ENV SHA256=f881819a3b11e653b0212afaf0cc105db85c767715cb3f5852670f7fc36c9669
0 B
41
ENV URL=https://files.phpmyadmin.net/phpMyAdmin/5.2.2/phpMyAdmin-5.2.2-all-languages.tar.xz
0 B
42
LABEL org.opencontainers.image.title=Official phpMyAdmin Docker image
0 B
43
RUN /bin/sh -c set -ex;
12.78 MB
44
COPY --chown=www-data:www-data config.inc.php /etc/phpmyadmin/config.inc.php #
2.09 KB
45
COPY --chown=www-data:www-data helpers.php /etc/phpmyadmin/helpers.php #
859 B
46
COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit
947 B
47
USER root
0 B
48
ENTRYPOINT ["/docker-entrypoint.sh"]
0 B
49
CMD ["apache2-foreground"]
0 B
Command
# debian.sh --arch 'amd64' out/ 'bookworm' '@1740355200'