2020-12-08 05:15:58 UTC
151 MB
noninteractive
DEV_MODE GPG_KEYS42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PHPIZE_DEPSautoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
PHP_ASC_URLhttps://www.php.net/distributions/php-7.4.13.tar.xz.asc
PHP_CFLAGS-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_CPPFLAGS-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
PHP_INI_DIR/usr/local/etc/php
PHP_LDFLAGS-Wl,-O1 -pie
PHP_SHA256aead303e3abac23106529560547baebbedba0bb2943b91d5aa08fff1f41680f4
PHP_URLhttps://www.php.net/distributions/php-7.4.13.tar.xz
PHP_VERSION7.4.13
TERMxterm-color
[#000] sha256:29ade854e0dcedde295dd89890d45271e9df839e42124558eb5283508ca70f5c - 16.29% (24.7 MB)
[#001] sha256:fdfe6c188ae8daf1a09a047918e301010eaa2f14f98648e742a0beb8cc525ad7 - 0.0% (227 Bytes)
[#002] sha256:1a7496e2962f6d5953bde1d172cf95cf12b1d8a90c07354c68de7ccd67923764 - 44.3% (67.1 MB)
[#003] sha256:0299a101fd6922debd223a74c36a8a9c1d2503a553b2aadc7bb529d39bcdfe95 - 0.0% (270 Bytes)
[#004] sha256:475b1399308c3a1107e336bfcba19ef3fbe01992c648157bd486aa73ddc2600a - 6.7% (10.1 MB)
[#005] sha256:66614811bf3b5ae7ec8abb6d7e032d644143cf5b4ac6ecb6a202326e9e08d17b - 0.0% (493 Bytes)
[#006] sha256:f93150525240f6ec28943913a68970087c51e903748602b2d54e3636ffd4ea60 - 17.79% (26.9 MB)
[#007] sha256:6e39bedf98aa0027f1ad1da11dbe1fc69c662521aa581dff5a075f7a1b10f4df - 0.0% (2.21 KB)
[#008] sha256:fc1cce20dad3fbd5ce0c755d7b0da08719f285a679cda5f556e199a88ba08cd5 - 0.0% (248 Bytes)
[#009] sha256:4c3fe83cca43172553667bc92b0d884adc55030ee39a0d26b921a4ffa285670c - 0.0% (7.57 KB)
[#010] sha256:cda2f169d97d0b71b47480351d0debf4d9b36fcb750c2e8f6e132137f3d1a606 - 14.92% (22.6 MB)
/bin/sh -c #(nop) ADD file:a70d8c01f8f04f36038968567af779883f3b5ba3147b662b7d170d80418bc23c in /
2020-11-17 20:23:32 UTC/bin/sh -c #(nop) CMD ["bash"]
2020-11-18 02:54:00 UTC/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php
2020-11-18 02:54:01 UTC/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
2020-11-18 02:54:47 UTC/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends $PHPIZE_DEPS ca-certificates curl xz-utils ; rm -rf /var/lib/apt/lists/*
2020-11-18 02:54:48 UTC/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php
2020-11-18 02:54:51 UTC/bin/sh -c set -eux; mkdir -p "$PHP_INI_DIR/conf.d"; [ ! -d /var/www/html ]; mkdir -p /var/www/html; chown www-data:www-data /var/www/html; chmod 777 /var/www/html
2020-11-18 02:54:52 UTC/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2020-11-18 02:54:53 UTC/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
2020-11-18 02:54:53 UTC/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie
2020-11-18 03:12:26 UTC/bin/sh -c #(nop) ENV GPG_KEYS=42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
2020-12-01 03:10:33 UTC/bin/sh -c #(nop) ENV PHP_VERSION=7.4.13
2020-12-01 03:10:34 UTC/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.4.13.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.4.13.tar.xz.asc
2020-12-01 03:10:34 UTC/bin/sh -c #(nop) ENV PHP_SHA256=aead303e3abac23106529560547baebbedba0bb2943b91d5aa08fff1f41680f4
2020-12-01 03:10:54 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends gnupg dirmngr; rm -rf /var/lib/apt/lists/*; mkdir -p /usr/src; cd /usr/src; curl -fsSL -o php.tar.xz "$PHP_URL"; if [ -n "$PHP_SHA256" ]; then echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; fi; if [ -n "$PHP_ASC_URL" ]; then curl -fsSL -o php.tar.xz.asc "$PHP_ASC_URL"; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false
2020-12-01 03:10:55 UTC/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/
2020-12-01 03:14:17 UTC/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libargon2-dev libcurl4-openssl-dev libedit-dev libonig-dev libsodium-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev ${PHP_EXTRA_BUILD_DEPS:-} ; rm -rf /var/lib/apt/lists/*; export CFLAGS="$PHP_CFLAGS" CPPFLAGS="$PHP_CPPFLAGS" LDFLAGS="$PHP_LDFLAGS" ; docker-php-source extract; cd /usr/src/php; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; if [ ! -d /usr/include/curl ]; then ln -sT "/usr/include/$debMultiarch/curl" /usr/local/include/curl; fi; ./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 --with-pic --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-libedit --with-openssl --with-zlib --with-pear $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') --with-libdir="lib/$debMultiarch" ${PHP_EXTRA_CONFIGURE_ARGS:-} ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; make clean; cp -v php.ini-* "$PHP_INI_DIR/"; cd /; docker-php-source delete; 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; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version
2020-12-01 03:14:20 UTC/bin/sh -c #(nop) COPY multi:afab483600631d4d87fe030871bbb016f1c2b73c0b72609d857bace419af7f5d in /usr/local/bin/
2020-12-01 03:14:23 UTC/bin/sh -c docker-php-ext-enable sodium
2020-12-01 03:14:24 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]
2020-12-01 03:14:25 UTC/bin/sh -c #(nop) CMD ["php" "-a"]
2020-12-08 04:54:11 UTC (buildkit.dockerfile.v0)ENV DEBIAN_FRONTEND=noninteractive
2020-12-08 04:54:11 UTC (buildkit.dockerfile.v0)ENV TERM=xterm-color
2020-12-08 04:54:11 UTC (buildkit.dockerfile.v0)ARG DEV_MODE
2020-12-08 04:54:11 UTC (buildkit.dockerfile.v0)ENV DEV_MODE=
2020-12-08 04:54:11 UTC (buildkit.dockerfile.v0)COPY ./rootfilesystem/ / # buildkit
2020-12-08 05:15:58 UTC (buildkit.dockerfile.v0)RUN |1 DEV_MODE= /bin/sh -c curl -sfL http://getcomposer.org/installer | php -- --install-dir="/usr/bin" --filename=composer && chmod +x "/usr/bin/composer" && composer self-update 1.10.17 && apt-get update && apt-get install -y inotify-tools libssl-dev supervisor unzip zlib1g-dev --no-install-recommends && install-swoole.sh master && mkdir -p /var/log/supervisor && rm -rf /var/lib/apt/lists/* $HOME/.composer/*-old.phar /usr/bin/qemu-*-static # buildkit
2020-12-08 05:15:58 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/entrypoint.sh"]
2020-12-08 05:15:58 UTC (buildkit.dockerfile.v0)CMD []
2020-12-08 05:15:58 UTC (buildkit.dockerfile.v0)WORKDIR /var/www/
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.