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 MB2CMD ["bash"]0 B3/bin/sh -c set -eux; {226 B4ENV PHPIZE_DEPS=autoconf dpkg-dev file0 B5/bin/sh -c set -eux; apt-get73.1 MB6ENV PHP_INI_DIR=/usr/local/etc/php0 B7/bin/sh -c set -eux; mkdir224 B8ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie0 B9ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie0 B10ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie0 B11ENV GPG_KEYS=A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D121720 B12ENV PHP_VERSION=7.1.330 B13ENV 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 B14ENV PHP_SHA256=bd7c0a9bd5433289ee01fd440af3715309faf583f75832b64fe169c100d52968 PHP_MD5=0 B15/bin/sh -c set -eux; savedAptMark="$(apt-mark12.1 MB16COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/ 495 B17/bin/sh -c set -eux; savedAptMark="$(apt-mark26.19 MB18COPY multi:287fef6856464a54cd9ef266c5fea3bd820d4cf2e2666723e9d9ddd1afc6db67 in /usr/local/bin/ 2.15 KB19/bin/sh -c { echo '#!/bin/sh';212 B20ENTRYPOINT ["docker-php-entrypoint"]0 B21CMD ["php" "-a"]0 B23EXPOSE map[80/tcp:{}]0 B24RUN /bin/sh -c apt-get update96.6 MB25RUN /bin/sh -c docker-php-ext-install -j$(nproc)183.91 KB26COPY config/citeplag.conf /etc/nginx/conf.d/default.conf # buildkit540 B27RUN /bin/sh -c rm /etc/nginx/sites-enabled/default179 B28COPY config/fpm-pool.conf /usr/local/etc/php-fpm.d/www.conf # buildkit1.26 KB29COPY config/zzz_custom_php.ini /usr/local/etc/php/conf.d/custom_php.ini # buildkit281 B30COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit340 B31COPY index.php /citeplag/ # buildkit837 B32COPY app /citeplag/app/ # buildkit627.7 KB33COPY lib /citeplag/lib/ # buildkit1.11 MB34RUN /bin/sh -c chmod -R318 B35CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/conf.d/supervisord.conf"]0 BCommand
ADD file:bc8179c87c8dbb3d962bed1801f99e7c860ff03797cde6ad19b107d43b973ada in /