Tag
trainspot/eule-utils:latest
Created
2023-11-07 23:07:54 UTC
Architecture
linux / amd64
Content Digest
Pull Command
ENV
  • PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
  • PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c
  • PHP_INI_DIR=/usr/local/etc/php
  • APACHE_CONFDIR=/etc/apache2
  • APACHE_ENVVARS=/etc/apache2/envvars
  • PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
  • PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
  • PHP_LDFLAGS=-Wl,-O1 -pie
  • GPG_KEYS=42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312
  • PHP_VERSION=7.4.26
  • PHP_URL=https://www.php.net/distributions/php-7.4.26.tar.xz
  • PHP_ASC_URL=https://www.php.net/distributions/php-7.4.26.tar.xz.asc
  • PHP_SHA256=e305b3aafdc85fa73a81c53d3ce30578bc94d1633ec376add193a1e85e0f0ef8
Layers
  • 001 sha256:e5ae68f740265288a4888db98d2999a638fdcb6d725f427678814538d253aa4d 29.9 MB
  • 002 sha256:99c3c1c4d556eaf1a4d1ec1591b053c3a723104b3c998a9d44a66132b7ee3af8 227 Bytes
  • 003 sha256:2c23b6beb07ab1b78af3929ff31a2ec34ece94ac611be50a32d54406e925b64f 87.4 MB
  • 004 sha256:9874148cff9ac18f61ee23d041488694c002bf082e32d004232055b99e2f705f 268 Bytes
  • 005 sha256:52defac986292394d78237bb5d79c9b45c18bcd31ba38ccf9a1c9fab6ee955b7 18.3 MB
  • 006 sha256:585eed6f53992820a6d18df110b45f7a75a2d8b94fc827978b09e444ee3985dd 471 Bytes
  • 007 sha256:aa83ee0498fff0d0660501ab49e185d11ce4952ccd2f64a982e2909f21163bcd 515 Bytes
  • 008 sha256:356035aff0a02cd8f304e41fdd1d33bd0120a313335fbae58cdf22e1e24d5fb9 10.3 MB
  • 009 sha256:72fcc4ec7a3593a968951b32a193d0074872c1388645ebe06e9756fbbeaf1554 492 Bytes
  • 010 sha256:e0903fae56b0ec8b52e54ec42de00941386ddd4a9d790a7639c7f897908354dc 13.3 MB
  • 011 sha256:27d2ad3b821d087b041151f36f3efce462c64091ae200f1d05103517a1bb1ff6 2.26 KB
  • 012 sha256:a3bf4a72a8eb98eb63eb501424fe60463c452d1e76c43a84f047fe128376fc8f 248 Bytes
  • 013 sha256:5066fa6c34bb80697416ef53fab3b3d983f159e1f62bb5994899c781d1b8ffa0 893 Bytes
  • 014 sha256:34352b5a38c65d3e87a53aa70dcc08ab75ddfb36b416d7a68c3bb515dd85c148 359 KB
History
[2021-12-02 02:48:20 UTC] /bin/sh -c #(nop) ADD file:ece5ff85ca549f0b1e9139d29dcb43a52af672d0591c423e28180f6d8d700ad7 in / [2021-12-02 02:48:21 UTC] /bin/sh -c #(nop) CMD ["bash"] [2021-12-02 12:03:44 UTC] /bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php [2021-12-02 12:03:45 UTC] /bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c [2021-12-02 12:04:16 UTC] /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/* [2021-12-02 12:04:16 UTC] /bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php [2021-12-02 12:04:17 UTC] /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 [2021-12-02 12:13:22 UTC] /bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2 [2021-12-02 12:13:22 UTC] /bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars [2021-12-02 12:13:33 UTC] /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" [2021-12-02 12:13:35 UTC] /bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork [2021-12-02 12:13:37 UTC] /bin/sh -c { echo '<FilesMatch \.php$>'; echo '\tSetHandler application/x-httpd-php'; echo '</FilesMatch>'; echo; echo 'DirectoryIndex disabled'; echo 'DirectoryIndex index.php index.html'; echo; echo '<Directory /var/www/>'; echo '\tOptions -Indexes'; echo '\tAllowOverride All'; echo '</Directory>'; } | tee "$APACHE_CONFDIR/conf-available/docker-php.conf" && a2enconf docker-php [2021-12-02 12:13:37 UTC] /bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 [2021-12-02 12:13:38 UTC] /bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 [2021-12-02 12:13:38 UTC] /bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -pie [2021-12-02 14:22:31 UTC] /bin/sh -c #(nop) ENV GPG_KEYS=42670A7FE4D0441C8E4632349E4FDC074A4EF02D 5A52880781F755608BF815FC910DEB46F53EA312 [2021-12-02 14:22:32 UTC] /bin/sh -c #(nop) ENV PHP_VERSION=7.4.26 [2021-12-02 14:22:32 UTC] /bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-7.4.26.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-7.4.26.tar.xz.asc [2021-12-02 14:22:32 UTC] /bin/sh -c #(nop) ENV PHP_SHA256=e305b3aafdc85fa73a81c53d3ce30578bc94d1633ec376add193a1e85e0f0ef8 [2021-12-02 14:22:56 UTC] /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_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 keyserver.ubuntu.com --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 [2021-12-02 14:22:56 UTC] /bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/ [2021-12-02 14:25:50 UTC] /bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends apache2-dev libargon2-dev libcurl4-openssl-dev libonig-dev libreadline-dev libsodium-dev libsqlite3-dev libssl-dev libxml2-dev zlib1g-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)"; 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 --with-pic --enable-ftp --enable-mbstring --enable-mysqlnd --with-password-argon2 --with-sodium=shared --with-pdo-sqlite=/usr --with-sqlite3=/usr --with-curl --with-openssl --with-readline --with-zlib --with-pear $(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') --with-libdir="lib/$debMultiarch" --disable-cgi --with-apxs2 ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local -type f -perm '/0111' -exec sh -euxc ' strip --strip-all "$@" || : ' -- '{}' + ; 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; rm -rf /var/lib/apt/lists/*; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version [2021-12-02 14:25:51 UTC] /bin/sh -c #(nop) COPY multi:ee8b9bb4e448c5d38508b40a8ace77d14cf000229390e687b6d467283c9826e6 in /usr/local/bin/ [2021-12-02 14:25:52 UTC] /bin/sh -c docker-php-ext-enable sodium [2021-12-02 14:25:52 UTC] /bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"] [2021-12-02 14:25:52 UTC] /bin/sh -c #(nop) STOPSIGNAL SIGWINCH [2021-12-02 14:25:52 UTC] /bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/ [2021-12-02 14:25:53 UTC] /bin/sh -c #(nop) WORKDIR /var/www/html [2021-12-02 14:25:53 UTC] /bin/sh -c #(nop) EXPOSE 80 [2021-12-02 14:25:53 UTC] /bin/sh -c #(nop) CMD ["apache2-foreground"] [2023-11-07 23:07:53 UTC] /bin/sh -c #(nop) COPY dir:0b781b2ac3074a441515d99c8b36c9ac2bbd1b63430229b3bc94444334a7f774 in /var/www/html/ [2023-11-07 23:07:54 UTC] /bin/sh -c #(nop) EXPOSE 80