Image | Cmd | Size |
b8a9a891209 |
CMD ["apache2-foreground"] |
0 B |
24ad1146086 |
/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"] |
0 B |
9f10edbcaed |
/bin/sh -c #(nop) COPY file:db1f48c4963a4352b4c31c18f102b71fcc06a1266db6edd17f8f52458fe13130 in /usr/local/bin/ |
3 KB |
5d9bc551a10 |
/bin/sh -c set -ex; curl -o wordpress.tar.gz -fSL "https://wordpress.org/wordpress-${WORDPRESS_VERSION}.tar.gz"; echo "$WORDPRESS_SHA1 *wordpress.tar.gz" | sha1sum -c -; tar -xzf wordpress.tar.gz -C /usr/src/; rm wordpress.tar.gz; chown -R www-data:www-data /usr/src/wordpress |
8.0 MB |
0ee1b315f98 |
/bin/sh -c #(nop) ENV WORDPRESS_SHA1=8efc0b9f6146e143ed419b5419d7bb8400a696fc |
0 B |
9bf8291c7da |
/bin/sh -c #(nop) ENV WORDPRESS_VERSION=4.8.3 |
0 B |
a81b59e767c |
/bin/sh -c #(nop) VOLUME [/var/www/html] |
0 B |
61d2611890b |
/bin/sh -c a2enmod rewrite expires |
342 B |
29cd5f5e145 |
/bin/sh -c { echo 'opcache.memory_consumption=128'; echo 'opcache.interned_strings_buffer=8'; echo 'opcache.max_accelerated_files=4000'; echo 'opcache.revalidate_freq=2'; echo 'opcache.fast_shutdown=1'; echo 'opcache.enable_cli=1'; } > /usr/local/etc/php/conf.d/opcache-recommended.ini |
352 B |
321d94866d8 |
/bin/sh -c set -ex; apt-get update; apt-get install -y libjpeg-dev libpng-dev ; rm -rf /var/lib/apt/lists/*; docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr; docker-php-ext-install gd mysqli opcache |
2.4 MB |
df40fbd091b |
/bin/sh -c #(nop) CMD ["apache2-foreground"] |
0 B |
6d8a94e14c2 |
/bin/sh -c #(nop) EXPOSE 80/tcp |
0 B |
8a4495466e3 |
/bin/sh -c #(nop) WORKDIR /var/www/html |
0 B |
3023aa54e2c |
/bin/sh -c #(nop) COPY file:24613ecbb1ce6a09f683b0753da9c26a1af07547326e8a02f6eec80ad6f2774a in /usr/local/bin/ |
904 B |
03543dde8a2 |
/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"] |
0 B |
7f7777dd68c |
/bin/sh -c #(nop) COPY multi:dbabcc0b81566a75f49e7faa9ca5f96cd22a515b80ee7ea1e34fceceee3f9c2a in /usr/local/bin/ |
2 KB |
72abbc59673 |
/bin/sh -c set -xe &&
buildDeps=" $PHP_EXTRA_BUILD_DEPS libcurl4-openssl-dev libedit-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-dev " &&
apt-get update &&
apt-get install -y $buildDeps --no-install-recommends &&
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" --disable-cgi --enable-ftp --enable-mbstring --enable-mysqlnd --with-curl --with-libedit --with-openssl --with-zlib --with-pcre-regex=/usr --with-libdir="lib/$debMultiarch" $PHP_EXTRA_CONFIGURE_ARGS &&
make -j "$(nproc)" &&
make install &&
{ find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } &&
make clean &&
cd / &&
docker-php-source delete &&
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $buildDeps &&
pecl update-channels &&
rm -rf /tmp/pear ~/.pearrc |
9.2 MB |
22efb39474e |
/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/ |
500 B |
ecf087d7c07 |
/bin/sh -c set -xe; fetchDeps=' wget '; if ! command -v gpg > /dev/null; then fetchDeps="$fetchDeps dirmngr gnupg "; fi; apt-get update; apt-get install -y --no-install-recommends $fetchDeps; rm -rf /var/lib/apt/lists/*; 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; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps |
12.8 MB |
a3aee7688f3 |
/bin/sh -c #(nop) ENV PHP_SHA256=8c2b4f721c7475fb9eabda2495209e91ea933082e6f34299d11cba88cd76e64b PHP_MD5= |
0 B |
827b5cd659d |
/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-5.6.32.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-5.6.32.tar.xz.asc/from/this/mirror |
0 B |
9b20c869262 |
/bin/sh -c #(nop) ENV PHP_VERSION=5.6.32 |
0 B |
2dc1aba42aa |
/bin/sh -c #(nop) ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3 |
0 B |
caf4cec52f6 |
/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie |
0 B |
0d274c101ad |
/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 |
0 B |
2252a919b2b |
/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 |
0 B |
23d625a1edf |
/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2 |
0 B |
64ac36224c6 |
/bin/sh -c #(nop) ENV PHP_EXTRA_BUILD_DEPS=apache2-dev |
0 B |
4c9f91e0806 |
/bin/sh -c { echo ''; echo '\tSetHandler application/x-httpd-php'; echo ''; echo; echo 'DirectoryIndex disabled'; echo 'DirectoryIndex index.php index.html'; echo; echo ''; echo '\tOptions -Indexes'; echo '\tAllowOverride All'; echo ''; } | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" &&
a2enconf docker-php |
486 B |
058658f883e |
/bin/sh -c set -ex &&
. "$APACHE_ENVVARS" &&
ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" &&
ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" &&
ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log" |
230 B |
e66c63fd4a2 |
/bin/sh -c a2dismod mpm_event &&
a2enmod mpm_prefork |
427 B |
f93ff433906 |
/bin/sh -c set -ex &&
sed -ri 's/^export ([^=]+)=(.*)$/: ${\1:=\2}\nexport \1/' "$APACHE_ENVVARS" &&
. "$APACHE_ENVVARS" &&
for dir in "$APACHE_LOCK_DIR" "$APACHE_RUN_DIR" "$APACHE_LOG_DIR" /var/www/html ; do rm -rvf "$dir" &&
mkdir -p "$dir" &&
chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; done |
1 KB |
91a6ce564fb |
/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars |
0 B |
b8cacb96bbb |
/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2 |
0 B |
7f9270c57c7 |
/bin/sh -c apt-get update &&
apt-get install -y --no-install-recommends apache2 &&
rm -rf /var/lib/apt/lists/* |
3.0 MB |
e4b7be8ec83 |
/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d |
183 B |
b71b3ff901b |
/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php |
0 B |
529282ec260 |
/bin/sh -c apt-get update &&
apt-get install -y $PHPIZE_DEPS ca-certificates curl libedit2 libsqlite3-0 libxml2 xz-utils --no-install-recommends &&
rm -r /var/lib/apt/lists/* |
82.5 MB |
2309d29c605 |
/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev libpcre3-dev make pkg-config re2c |
0 B |
4719c3e8a98 |
/bin/sh -c #(nop) CMD ["bash"] |
0 B |
632d62e9ff4 |
/bin/sh -c #(nop) ADD file:55b071e2cfc3ea2f4bbf048d7d676e3c06a77a9a98d63f7af291f3decb495ec8 in / |
52.6 MB |