| Image | Cmd | Size |
| 73b2771f9b8 |
apache2-foreground |
8.4 MB |
| 1369d3ce192 |
apache2-foreground |
10 KB |
| 42c537f2215 |
apache2-foreground |
2 KB |
| ec35d1434d5 |
apache2-foreground |
2.1 GB |
| 6d0ca9fbcfa |
apache2-foreground |
2 KB |
| c84fe7685ea |
apache2-foreground |
2 KB |
| 22da6ba3e73 |
apache2-foreground |
2 KB |
| 6314245474c |
apache2-foreground |
2 KB |
| f5abd382a0f |
apache2-foreground |
2 KB |
| 0e545bee473 |
apache2-foreground |
2 KB |
| 39111a7ba86 |
apache2-foreground |
32.1 MB |
| 68ca80a743b |
apache2-foreground |
302.4 MB |
| 199a2d0daec |
/bin/sh -c #(nop) CMD ["apache2-foreground"] |
0 B |
| cef53bbda8c |
/bin/sh -c #(nop) EXPOSE 80/tcp |
0 B |
| 2e0fa37c49f |
/bin/sh -c #(nop) WORKDIR /var/www/html |
0 B |
| 16c7ac64849 |
/bin/sh -c #(nop) COPY file:24613ecbb1ce6a09f683b0753da9c26a1af07547326e8a02f6eec80ad6f2774a in /usr/local/bin/ |
896 B |
| 42251cb5a7e |
/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"] |
0 B |
| a4644e18e5c |
/bin/sh -c #(nop) COPY multi:dbabcc0b81566a75f49e7faa9ca5f96cd22a515b80ee7ea1e34fceceee3f9c2a in /usr/local/bin/ |
2 KB |
| cc0b74c94bf |
/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 |
| d382abf55e5 |
/bin/sh -c #(nop) COPY file:207c686e3fed4f71f8a7b245d8dcae9c9048d276a326d82b553c12a90af0c0ca in /usr/local/bin/ |
495 B |
| df3d7518a12 |
/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 |
| 877c246ac0a |
/bin/sh -c #(nop) ENV PHP_SHA256=c464af61240a9b7729fabe0314cdbdd5a000a4f0c9bd201f89f8628732fe4ae4 PHP_MD5= |
0 B |
| c9cc8fce266 |
/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 |
| 33031f97a5a |
/bin/sh -c #(nop) ENV PHP_VERSION=5.6.31 |
0 B |
| a9ce882fa5d |
/bin/sh -c #(nop) ENV GPG_KEYS=0BD78B5F97500D450838F95DFE857D9A90D90EC1 6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3 |
0 B |
| 7da68410442 |
/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie |
0 B |
| 63216f3c746 |
/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 |
0 B |
| 68f981324bf |
/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 |
0 B |
| 856180e3709 |
/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2 |
0 B |
| 21c08278ac5 |
/bin/sh -c #(nop) ENV PHP_EXTRA_BUILD_DEPS=apache2-dev |
0 B |
| 968989f59af |
/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 |
| 20e09cc163b |
/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 |
| b1ceed997c4 |
/bin/sh -c a2dismod mpm_event &&
a2enmod mpm_prefork |
437 B |
| 8be7d24012e |
/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 |
| dd17c21be49 |
/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars |
0 B |
| 09c81ce1ba4 |
/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2 |
0 B |
| 2c561f1aebb |
/bin/sh -c apt-get update &&
apt-get install -y --no-install-recommends apache2 &&
rm -rf /var/lib/apt/lists/* |
3.0 MB |
| f1671cb2187 |
/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d |
183 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 |