2018-06-21 18:08:09 UTC
93.1 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHP_INI_DIR/usr/local/etc/php
[#000] sha256:c73ab1c6897bf5c11da3c95cab103e7ca8cf10a6d041eda2ff836f45a40e3d3b - 46.23% (43 MB)
[#001] sha256:ab72bfe9de3aa1ca346a599e4d0f2ef18dba3e7d459426dbf2ac577b8ab827f6 - 53.77% (50.1 MB)
/bin/sh -c #(nop) ADD file:b380df301ccb5ca09f0d7cd5697ed402fa55f3e9bc5df2f4d489ba31f28de58a in /
2018-03-13 22:26:49 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-06-21 17:47:41 UTC/bin/sh -c #(nop) LABEL maintainer=phithon <root@leavesongs.com>
2018-06-21 17:47:41 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2018-06-21 18:08:09 UTC/bin/sh -c set -ex && mkdir -p $PHP_INI_DIR/conf.d && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get install -y --no-install-recommends autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c bison libcurl4-openssl-dev libedit-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev curl && mkdir /tmp/libxml && cd /tmp/libxml && curl -#sSL http://xmlsoft.org/sources/libxml2-2.8.0.tar.gz | tar xz --strip-components=1 && ./configure && make && make install && make clean && cd /usr/src && rm -rf /tmp/libxml && curl -#SL http://php.net/get/php-7.0.30.tar.gz/from/this/mirror | tar xz --strip-components=1 && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" && debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)" && ./configure --build="$gnuArch" --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --enable-option-checking=fatal --with-mhash --enable-ftp --enable-mbstring --enable-mysqlnd --with-curl --with-libedit --with-openssl --with-zlib $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') --with-libdir="lib/$debMultiarch" --disable-cgi && make -j "$(nproc)" && make install && find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true && make clean && cd / && apt-mark auto '.*' > /dev/null && [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && php --version && rm -rf /usr/src/* && mkdir -p /var/www/html
2018-06-21 18:08:09 UTC/bin/sh -c #(nop) WORKDIR /var/www/html
2018-06-21 18:08:09 UTC/bin/sh -c #(nop) CMD ["php" "-S" "0.0.0.0:80" "-t" "/var/www/html"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.