| Image | Cmd | Size |
| b198613e01e |
apache2-foreground |
92.2 MB |
| 5c121b6f792 |
apache2-foreground |
2 KB |
| 7469425d967 |
apache2-foreground |
8.4 MB |
| 4132404d06d |
apache2-foreground |
10 KB |
| 55b3e8cbd9e |
apache2-foreground |
2 KB |
| af07fbe3893 |
apache2-foreground |
2.1 GB |
| e47ad659e53 |
apache2-foreground |
2 KB |
| 585a0a48d76 |
apache2-foreground |
2 KB |
| 617118b5cf1 |
apache2-foreground |
2 KB |
| eaf034942c1 |
apache2-foreground |
2 KB |
| 809410678e1 |
apache2-foreground |
2 KB |
| d95b95cc22d |
apache2-foreground |
2 KB |
| 342cf0e6d48 |
apache2-foreground |
32.1 MB |
| 51e0b82d678 |
apache2-foreground |
302.4 MB |
| 4781bed25b5 |
/bin/sh -c #(nop) CMD ["apache2-foreground"] |
0 B |
| f7c8d8350f2 |
/bin/sh -c #(nop) EXPOSE 80/tcp |
0 B |
| 965fa2c8d2c |
/bin/sh -c #(nop) WORKDIR /var/www/html |
0 B |
| 6ae4ca26d28 |
/bin/sh -c #(nop) COPY file:24613ecbb1ce6a09f683b0753da9c26a1af07547326e8a02f6eec80ad6f2774a in /usr/local/bin/ |
906 B |
| dd57138845d |
/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"] |
0 B |
| ac43ea24efd |
/bin/sh -c #(nop) COPY multi:dbabcc0b81566a75f49e7faa9ca5f96cd22a515b80ee7ea1e34fceceee3f9c2a in /usr/local/bin/ |
2 KB |
| b263da892f7 |
/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.0 MB |
| 74db075504d |
/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/ |
499 B |
| dd7de353fe5 |
/bin/sh -c set -xe; fetchDeps=' wget '; if ! command -v gpg > /dev/null; then fetchDeps="$fetchDeps dirmngr gnupg2 "; 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 |
| 59fa8c3a6fc |
/bin/sh -c #(nop) ENV PHP_SHA256=c464af61240a9b7729fabe0314cdbdd5a000a4f0c9bd201f89f8628732fe4ae4 PHP_MD5= |
0 B |
| 3a3a757f4f7 |
/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-5.6.31.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-5.6.31.tar.xz.asc/from/this/mirror |
0 B |
| 34625b91a0e |
/bin/sh -c #(nop) ENV PHP_VERSION=5.6.31 |
0 B |
| 39765a9703e |
/bin/sh -c #(nop) ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3 |
0 B |
| e41e7ac2e52 |
/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie |
0 B |
| a02ec341358 |
/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 |
0 B |
| 831185429be |
/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 |
0 B |
| 8e7da0a6bce |
/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2 |
0 B |
| f4d7a8e4710 |
/bin/sh -c #(nop) ENV PHP_EXTRA_BUILD_DEPS=apache2-dev |
0 B |
| 9fab6305ec4 |
/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 |
485 B |
| 09f539f9f1e |
/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 |
| c7d2a9071b2 |
/bin/sh -c a2dismod mpm_event &&
a2enmod mpm_prefork |
431 B |
| 3de282fd4c8 |
/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 |
| 23dcdf022ea |
/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars |
0 B |
| 65034543d42 |
/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2 |
0 B |
| 1e98ca5817e |
/bin/sh -c apt-get update &&
apt-get install -y --no-install-recommends apache2 &&
rm -rf /var/lib/apt/lists/* |
3.0 MB |
| 627d5b329c6 |
/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d |
182 B |
| 8ea12fe2104 |
/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php |
0 B |
| d41dfb523ff |
/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/* |
81.3 MB |
| 7d60f468133 |
/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev libpcre3-dev make pkg-config re2c |
0 B |
| daad6fb9073 |
/bin/sh -c #(nop) CMD ["bash"] |
0 B |
| 9efce9eab3a |
/bin/sh -c #(nop) ADD file:d7333b3e0bc6479d2faed32e06d85f1975e5b23e13e75555aeed0f639770413b in / |
51.5 MB |