Sign inSign up

aggipp/citeplag-frontend:php7.1

Security
Integration & delivery
Content management system
Index digest

sha256:a25333a9110b17f0fceb3590e8455887322574f3f44b45269c982be05f27e6bb

OS/ARCH

linux/amd64

Compressed size

235.75 MB

Last pushed

about 2 years by physikerwelt

Type

Image

Manifest digest

sha256:69a411f660830271b69d5f344fe1692b9d779dfc7f50b0ce991c06e637663aa1

Image Layers

1ADD file ... in / 25.84 MB
2CMD ["bash"]0 B
3/bin/sh -c set -eux; {226 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; mkdir224 B
8ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie0 B
9ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie0 B
10ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie0 B
11ENV GPG_KEYS=A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D121720 B
12ENV PHP_VERSION=7.1.330 B
13ENV PHP_URL=https://www.php.net/get/php-7.1.33.tar.xz/from/this/mirror PHP_ASC_URL=https://www.php.net/get/php-7.1.33.tar.xz.asc/from/this/mirror0 B
14ENV PHP_SHA256=bd7c0a9bd5433289ee01fd440af3715309faf583f75832b64fe169c100d52968 PHP_MD5=0 B
15/bin/sh -c set -eux; savedAptMark="$(apt-mark12.1 MB
16COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/ 495 B
17/bin/sh -c set -eux; savedAptMark="$(apt-mark26.19 MB
18COPY multi:287fef6856464a54cd9ef266c5fea3bd820d4cf2e2666723e9d9ddd1afc6db67 in /usr/local/bin/ 2.15 KB
19/bin/sh -c { echo '#!/bin/sh';212 B
20ENTRYPOINT ["docker-php-entrypoint"]0 B
21CMD ["php" "-a"]0 B
23EXPOSE map[80/tcp:{}]0 B
24RUN /bin/sh -c apt-get update96.6 MB
25RUN /bin/sh -c docker-php-ext-install -j$(nproc)183.91 KB
26COPY config/citeplag.conf /etc/nginx/conf.d/default.conf # buildkit540 B
27RUN /bin/sh -c rm /etc/nginx/sites-enabled/default179 B
28COPY config/fpm-pool.conf /usr/local/etc/php-fpm.d/www.conf # buildkit1.26 KB
29COPY config/zzz_custom_php.ini /usr/local/etc/php/conf.d/custom_php.ini # buildkit281 B
30COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit340 B
31COPY index.php /citeplag/ # buildkit837 B
32COPY app /citeplag/app/ # buildkit627.7 KB
33COPY lib /citeplag/lib/ # buildkit1.11 MB
34RUN /bin/sh -c chmod -R318 B
35CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 B

Command

ADD file:bc8179c87c8dbb3d962bed1801f99e7c860ff03797cde6ad19b107d43b973ada in /