Namespace
library
Image / Tag
php:fpm-alpine3.4
Content Digest
sha256:0e3ebc0ec2ab48971f90ae4fe6150562e718560bbcbb337fefa9f7212cd368c8
Details
Created

2017-11-28 00:28:41 UTC

Size

30.2 MB

Content Digest
Environment
GPG_KEYS

A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHPIZE_DEPS

autoconf dpkg-dev dpkg file g++ gcc libc-dev make pcre-dev pkgconf re2c

PHP_ASC_URL

https://secure.php.net/get/php-7.1.12.tar.xz.asc/from/this/mirror

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_EXTRA_CONFIGURE_ARGS

--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -Wl,--hash-style=both -pie

PHP_MD5

PHP_SHA256

a0118850774571b1f2d4e30b4fe7a4b958ca66f07d07d65ebdc789c54ba6eeb3

PHP_URL

https://secure.php.net/get/php-7.1.12.tar.xz/from/this/mirror

PHP_VERSION

7.1.12


Layers

[#000] sha256:49388a8c9c86a6f56d228954eede699c64fce6c671a989e3e21c391859694645 - 7.54% (2.27 MB)

[#001] sha256:8e5f7c337501eeff98e19cc2d10f4c50fd8bfcce7fe2640fa219b410b1cc2676 - 4.14% (1.25 MB)

[#002] sha256:2765a1878d4da8aa3135f8e56cfa7e36daa2a263efa8fd09357aba95f6535a98 - 0.0% (1.25 KB)

[#003] sha256:95785b88ca8822903609d4912df09c6ae0866313da1f6cfeb3a68b0d3bf2a14f - 0.0% (167 Bytes)

[#004] sha256:8b5d79392cfa03a637072ea2c7c9fd7f363ba23e35d7ba5aa9cadcb39c4c00a4 - 38.59% (11.6 MB)

[#005] sha256:3ce990b46e2b7cbb5e337d8de5e25aa1585f68394fc7c7f9a93bde23cd7476cf - 0.0% (499 Bytes)

[#006] sha256:9295d55ad082cb541479f0e575afffe54d7c4224875f0659aa39434dfea09168 - 49.7% (15 MB)

[#007] sha256:e8e0418a94a2d6c5f2f51a962f22df3f65dac7f4bd7b9bc362a19434f8a2a72e - 0.01% (2.11 KB)

[#008] sha256:c51880dfcf2951a12edda11144d30f3ce5dbdb2233e0e007bcca26b69d00c9b4 - 0.0% (129 Bytes)

[#009] sha256:35a76446bd9b4840685894e60f43ae4cdd4d2336a2afe7c7a2eafc89acd673cd - 0.02% (7.49 KB)


History
2017-11-03 22:10:25 UTC

/bin/sh -c #(nop) ADD file:90342832e4e7931e42954849ed51216e77b3c974270ed83e9da5648918fb5e66 in /

2017-11-03 22:10:25 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2017-11-04 10:30:48 UTC

/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev dpkg file g++ gcc libc-dev make pcre-dev pkgconf re2c

2017-11-04 10:30:51 UTC

/bin/sh -c apk add --no-cache --virtual .persistent-deps ca-certificates curl tar xz openssl

2017-11-04 10:30:52 UTC

/bin/sh -c set -x && addgroup -g 82 -S www-data && adduser -u 82 -D -S -G www-data www-data

2017-11-04 10:30:52 UTC

/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php

2017-11-04 10:30:53 UTC

/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d

2017-11-04 10:35:58 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--enable-fpm --with-fpm-user=www-data --with-fpm-group=www-data

2017-11-04 10:35:58 UTC

/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2

2017-11-04 10:35:59 UTC

/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2

2017-11-04 10:35:59 UTC

/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie

2017-11-04 10:35:59 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E

2017-11-28 00:23:53 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=7.1.12

2017-11-28 00:23:53 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-7.1.12.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-7.1.12.tar.xz.asc/from/this/mirror

2017-11-28 00:23:53 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=a0118850774571b1f2d4e30b4fe7a4b958ca66f07d07d65ebdc789c54ba6eeb3 PHP_MD5=

2017-11-28 00:24:10 UTC

/bin/sh -c set -xe; apk add --no-cache --virtual .fetch-deps gnupg ; mkdir -p /usr/src; cd /usr/src; wget -O php.tar.xz "$PHP_URL"; if [ -n "$PHP_SHA256" ]; then echo "$PHP_SHA256 *php.tar.xz" | sha256sum -c -; fi; if [ -n "$PHP_MD5" ]; then echo "$PHP_MD5 *php.tar.xz" | md5sum -c -; fi; if [ -n "$PHP_ASC_URL" ]; then wget -O php.tar.xz.asc "$PHP_ASC_URL"; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; rm -rf "$GNUPGHOME"; fi; apk del .fetch-deps

2017-11-28 00:24:11 UTC

/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/

2017-11-28 00:28:35 UTC

/bin/sh -c set -xe && apk add --no-cache --virtual .build-deps $PHPIZE_DEPS coreutils curl-dev libedit-dev openssl-dev libxml2-dev sqlite-dev && 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)" && ./configure --build="$gnuArch" --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --disable-cgi --enable-ftp --enable-mbstring --enable-mysqlnd --with-curl --with-libedit --with-openssl --with-zlib --with-pcre-regex=/usr $PHP_EXTRA_CONFIGURE_ARGS && make -j "$(nproc)" && make install && { find /usr/local/bin /usr/local/sbin -type f -perm +0111 -exec strip --strip-all '{}' + || true; } && make clean && cd / && docker-php-source delete && runDeps="$( scanelf --needed --nobanner --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --no-cache --virtual .php-rundeps $runDeps && apk del .build-deps && pecl update-channels && rm -rf /tmp/pear ~/.pearrc

2017-11-28 00:28:39 UTC

/bin/sh -c #(nop) COPY multi:3a3ce8aa3891c64454909e9f8257446a1817abe660b49a7baaa26f28bfdc444d in /usr/local/bin/

2017-11-28 00:28:39 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]

2017-11-28 00:28:40 UTC

/bin/sh -c #(nop) WORKDIR /var/www/html

2017-11-28 00:28:40 UTC

/bin/sh -c set -ex && cd /usr/local/etc && if [ -d php-fpm.d ]; then sed 's!=NONE/!=!g' php-fpm.conf.default | tee php-fpm.conf > /dev/null; cp php-fpm.d/www.conf.default php-fpm.d/www.conf; else mkdir php-fpm.d; cp php-fpm.conf.default php-fpm.d/www.conf; { echo '[global]'; echo 'include=etc/php-fpm.d/*.conf'; } | tee php-fpm.conf; fi && { echo '[global]'; echo 'error_log = /proc/self/fd/2'; echo; echo '[www]'; echo '; if we send this to /proc/self/fd/1, it never appears'; echo 'access.log = /proc/self/fd/2'; echo; echo 'clear_env = no'; echo; echo '; Ensure worker stdout and stderr are sent to the main error log.'; echo 'catch_workers_output = yes'; } | tee php-fpm.d/docker.conf && { echo '[global]'; echo 'daemonize = no'; echo; echo '[www]'; echo 'listen = [::]:9000'; } | tee php-fpm.d/zz-docker.conf

2017-11-28 00:28:41 UTC

/bin/sh -c #(nop) EXPOSE 9000/tcp

2017-11-28 00:28:41 UTC

/bin/sh -c #(nop) CMD ["php-fpm"]

Danger Zone
Delete Tag

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.

Delete