| Image | Cmd | Size |
| 3352043d6e0 |
apache2-foreground |
150 KB |
| f4d28bc159c |
apache2-foreground |
13.7 MB |
| a5924d55084 |
apache2-foreground |
4.6 MB |
| eb7c0d923ad |
apache2-foreground |
891 KB |
| 8e8aa1869f8 |
/bin/sh -c set -eux; curl -fSL "https://releases.wikimedia.org/mediawiki/${MEDIAWIKI_MAJOR_VERSION}/mediawiki-${MEDIAWIKI_VERSION}.tar.gz" -o mediawiki.tar.gz; echo "${MEDIAWIKI_SHA512} *mediawiki.tar.gz" | sha512sum -c -; tar -x --strip-components=1 -f mediawiki.tar.gz; rm mediawiki.tar.gz; chown -R www-data:www-data extensions skins cache images |
38.3 MB |
| 4c6cf1f8c26 |
/bin/sh -c #(nop) ENV MEDIAWIKI_SHA512=e31f5d8bd0bef39b9e2db71f129da128d20174f86e6a4799de5e24195bdcbbc06778b978a48073934b6e59d837629d6b83c182c8271b5fb944ef4ce5df856c68 |
0 B |
| a124e4553ce |
/bin/sh -c #(nop) ENV MEDIAWIKI_VERSION=1.33.0 |
0 B |
| 20e94de69cc |
/bin/sh -c #(nop) ENV MEDIAWIKI_BRANCH=REL1_33 |
0 B |
| 0d2a4c55d73 |
/bin/sh -c #(nop) ENV MEDIAWIKI_MAJOR_VERSION=1.33 |
0 B |
| 00ace80991d |
/bin/sh -c set -eux; mkdir -p /var/www/data; chown -R www-data:www-data /var/www/data |
142 B |
| bd2c8d5bf2e |
/bin/sh -c { echo 'opcache.memory_consumption=128'; echo 'opcache.interned_strings_buffer=8'; echo 'opcache.max_accelerated_files=4000'; echo 'opcache.revalidate_freq=60'; echo 'opcache.fast_shutdown=1'; } > /usr/local/etc/php/conf.d/opcache-recommended.ini |
328 B |
| c95c6eae98c |
/bin/sh -c set -eux; a2enmod rewrite; { echo ''; echo ' RewriteEngine On'; echo ' RewriteCond %{REQUEST_FILENAME} !-f'; echo ' RewriteCond %{REQUEST_FILENAME} !-d'; echo ' RewriteRule ^ %{DOCUMENT_ROOT}/index.php [L]'; echo ''; } > "$APACHE_CONFDIR/conf-available/short-url.conf"; a2enconf short-url |
582 B |
| 0f91e5c6725 |
/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libicu-dev ; docker-php-ext-install -j "$(nproc)" intl mbstring mysqli opcache ; pecl install apcu-5.1.17; docker-php-ext-enable apcu ; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark; ldd "$(php -r 'echo ini_get("extension_dir");')"/*.so | awk '/=>/ { print $3 }' | sort -u | xargs -r dpkg-query -S | cut -d: -f1 | sort -u | xargs -rt apt-mark manual; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/* |
2.8 MB |
| 7d3cabfbf3b |
/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends git librsvg2-bin imagemagick python3 ; rm -rf /var/lib/apt/lists/* |
62.9 MB |
| 78585cf83b0 |
/bin/sh -c #(nop) CMD ["apache2-foreground"] |
0 B |
| 42c00e2d9e5 |
/bin/sh -c #(nop) EXPOSE 80 |
0 B |
| 6913dada366 |
/bin/sh -c #(nop) WORKDIR /var/www/html |
0 B |
| b39ee76131e |
/bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/ |
886 B |
| 7171a10a1e3 |
/bin/sh -c #(nop) STOPSIGNAL WINCH |
0 B |
| d16faf52980 |
/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"] |
0 B |
| 322e8aefc6a |
/bin/sh -c { echo '#!/bin/sh'; echo 'exec pkg-config "$@" freetype2'; } > /usr/local/bin/freetype-config &&
chmod +x /usr/local/bin/freetype-config |
214 B |
| f1f597adbdf |
/bin/sh -c docker-php-ext-enable sodium |
250 B |
| e3050c7d0e1 |
/bin/sh -c #(nop) COPY multi:99e4ad617c6193834e78d12470f6dde09f70f4d40463009c5724954902e60676 in /usr/local/bin/ |
2 KB |
| de0c9c22b36 |
/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 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 --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-curl --with-libedit --with-openssl --with-zlib $(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 |
15.3 MB |
| a3b69b9025b |
/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/ |
489 B |
| 38ec7319432 |
/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_MD5" ]; then echo "$PHP_MD5 *php.tar.xz" | md5sum -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 |
12.6 MB |
| 1f037af3b4d |
/bin/sh -c #(nop) ENV PHP_SHA256=eb597fcf8dc0a6211a42a6346de4f63ee166829a6df6d8ed767fe14be8d1c3a3 PHP_MD5= |
0 B |
| 717bbbecded |
/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/get/php-7.2.22.tar.xz/from/this/mirror PHP_ASC_URL=https://www.php.net/get/php-7.2.22.tar.xz.asc/from/this/mirror |
0 B |
| a355ff6faa3 |
/bin/sh -c #(nop) ENV PHP_VERSION=7.2.22 |
0 B |
| 0f6e7086d10 |
/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F |
0 B |
| 437cbec1c86 |
/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie |
0 B |
| 2566e6ed418 |
/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 |
0 B |
| 0704dfd6169 |
/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 |
0 B |
| e80ff4d3e58 |
/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2 --disable-cgi |
0 B |
| 7ccc8807951 |
/bin/sh -c #(nop) ENV PHP_EXTRA_BUILD_DEPS=apache2-dev |
0 B |
| eb689fcd77d |
/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 |
491 B |
| 675576b13d4 |
/bin/sh -c a2dismod mpm_event &&
a2enmod mpm_prefork |
439 B |
| 734d6ef3773 |
/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends apache2; rm -rf /var/lib/apt/lists/*; sed -ri 's/^export ([^=]+)=(.*)$/: ${\1:=\2}\nexport \1/' "$APACHE_ENVVARS"; . "$APACHE_ENVVARS"; for dir in "$APACHE_LOCK_DIR" "$APACHE_RUN_DIR" "$APACHE_LOG_DIR" ; do rm -rvf "$dir"; mkdir -p "$dir"; chown "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; chmod 777 "$dir"; done; rm -rvf /var/www/html/*; 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"; chown -R --no-dereference "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$APACHE_LOG_DIR" |
18.0 MB |
| 6f8644b9ad0 |
/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars |
0 B |
| 23066016c21 |
/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2 |
0 B |
| fbee2e38e26 |
/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 |
222 B |
| dfc9e11dbaf |
/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php |
0 B |
| 834c0a53aaf |
/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/* |
74.8 MB |
| be2150330ef |
/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c |
0 B |
| 28db270e6db |
/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php |
227 B |
| 60459470cbe |
/bin/sh -c #(nop) CMD ["bash"] |
0 B |
| 9aed9668079 |
/bin/sh -c #(nop) ADD file:330bfb91168adb4a9b1296c70209ed487d4c2705042a916d575f82b61ab16e61 in / |
26.1 MB |