Namespace
library
Image / Tag
matomo:3.7.0
Content Digest
sha256:776d148fd92d2823e1509fc6effbf2caf922582506a116aeea8fff2b90ca531a
Details
Created

2018-12-30 07:21:06 UTC

Size

165 MB

Content Digest
Labels
  • maintainer
    pierre@piwik.org

Environment
APACHE_CONFDIR

/etc/apache2

APACHE_ENVVARS

/etc/apache2/envvars

GPG_KEYS

A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

MATOMO_VERSION

3.7.0

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_ASC_URL

https://secure.php.net/get/php-7.1.25.tar.xz.asc/from/this/mirror

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_EXTRA_BUILD_DEPS

apache2-dev

PHP_EXTRA_CONFIGURE_ARGS

--with-apxs2 --disable-cgi

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -Wl,--hash-style=both -pie

PHP_MD5

PHP_SHA256

0fd8dad1903cd0b2d615a1fe4209f99e53b7292403c8ffa1919c0f4dd1eada88

PHP_URL

https://secure.php.net/get/php-7.1.25.tar.xz/from/this/mirror

PHP_VERSION

7.1.25


Layers

[#000] sha256:9a1a13172ed974323f7c35153e8b23b8fa1c85355b6b26cc3127e640e45ef0aa - 13.38% (22.1 MB)

[#001] sha256:5094d5d656a95c6aa92f5f2adc56a794564b1e340bc4065db2947d7ce0c1a394 - 0.0% (226 Bytes)

[#002] sha256:dbb2ab2fc6c3875a5ebec4eb6dae731467d2cfbe0c4372b4db6b7f8faad9917e - 41.34% (68.2 MB)

[#003] sha256:05469bc6d7085ba5736c7bf95032d0bb750ab2fa43b29049cfee7ba36c391e79 - 0.0% (183 Bytes)

[#004] sha256:cac1a3cba6925217785401a8b972064ba1a0dfe60d4e039f49c4dac4b3f4270e - 10.15% (16.7 MB)

[#005] sha256:9184c6ff5922580665f40d9e2416d6ff748200ba764489ad442486d61570f8d0 - 0.0% (1.3 KB)

[#006] sha256:9edc4d80dca7d81ba8b7a97ebf76890d74ca4d440e11b418c39c09686094da0b - 0.0% (430 Bytes)

[#007] sha256:9c49d3ce320b30bff15e021157c1b88262d848a456dbdf970c8796accf3e9cc4 - 0.0% (486 Bytes)

[#008] sha256:365cc5105ad5bfb840f28e2a9a40f0f2a4e4fb701b7af6bd7586be03585207c5 - 7.26% (12 MB)

[#009] sha256:d3659c8a1c84bed3364f1726b710c1cbab713822b11ea5b4bb48c0d2f2476d91 - 0.0% (501 Bytes)

[#010] sha256:353471438791a9daf3b63394fd6c8bc894aa305a6d5ef72ff184af6478926388 - 8.51% (14 MB)

[#011] sha256:ea219c48ea2a15e5ba65225239fa646156c2285b432601a21df68fa14c733052 - 0.0% (2.14 KB)

[#012] sha256:ce247d281b1ea6cd0296c2c80ec757c94000c2237b1e7213fbbf325527624f83 - 0.0% (904 Bytes)

[#013] sha256:0e5e92f0bed3ec2f196811221d70aa779c38ef6f5eb7685915111632f15e152b - 1.68% (2.78 MB)

[#014] sha256:5b09f10f842e74c97204717578edc1ef3fabac7d59b6041ebba339907d26e0b6 - 9.62% (15.9 MB)

[#015] sha256:2f713dbce3eb67588948dbc26903ea029166514fa04e8fab4ef6733045dd3a53 - 0.0% (321 Bytes)

[#016] sha256:91b4f8d3b4c9294be4ad4c64bcaebee749145e89ffc4a79805be5045f2921847 - 8.05% (13.3 MB)

[#017] sha256:0ff577657d716680c29d95060cd48d8b7cc24649a366f510d60ca3f4e826469d - 0.0% (223 Bytes)


History
2018-12-29 11:56:14 UTC

/bin/sh -c #(nop) ADD file:aaa0661c64d46388f46e71ba3d172f3208f6b943dbc1a86e0b50ca5080bdb3ee in /

2018-12-29 11:56:15 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-12-29 21:36:24 UTC

/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php

2018-12-29 21:36:24 UTC

/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

2018-12-29 21:36:48 UTC

/bin/sh -c apt-get update && apt-get install -y $PHPIZE_DEPS ca-certificates curl xz-utils --no-install-recommends && rm -r /var/lib/apt/lists/*

2018-12-29 21:36:48 UTC

/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php

2018-12-29 21:36:49 UTC

/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d

2018-12-29 21:45:50 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends apache2 && rm -rf /var/lib/apt/lists/*

2018-12-29 21:45:51 UTC

/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2

2018-12-29 21:45:51 UTC

/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars

2018-12-29 21:45:51 UTC

/bin/sh -c set -eux; 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 "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; chmod 777 "$dir"; done; 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"

2018-12-29 21:45:52 UTC

/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork

2018-12-29 21:45:53 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

2018-12-29 21:45:53 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_BUILD_DEPS=apache2-dev

2018-12-29 21:45:53 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2 --disable-cgi

2018-12-29 21:45:54 UTC

/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2

2018-12-29 21:45:54 UTC

/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2

2018-12-29 21:45:54 UTC

/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie

2018-12-29 22:28:52 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

2018-12-29 22:28:52 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=7.1.25

2018-12-29 22:28:53 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-7.1.25.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-7.1.25.tar.xz.asc/from/this/mirror

2018-12-29 22:28:53 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=0fd8dad1903cd0b2d615a1fe4209f99e53b7292403c8ffa1919c0f4dd1eada88 PHP_MD5=

2018-12-29 22:29:05 UTC

/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 --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps

2018-12-29 22:29:05 UTC

/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/

2018-12-29 22:32:10 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libcurl4-openssl-dev libedit-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-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)"; 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; php --version; pecl update-channels; rm -rf /tmp/pear ~/.pearrc

2018-12-29 22:32:10 UTC

/bin/sh -c #(nop) COPY multi:0a6fe33cb39694994fa567c75b399b9aa5e477c8770caa9f731607a72819b457 in /usr/local/bin/

2018-12-29 22:32:11 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]

2018-12-29 22:32:11 UTC

/bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/

2018-12-29 22:32:11 UTC

/bin/sh -c #(nop) WORKDIR /var/www/html

2018-12-29 22:32:11 UTC

/bin/sh -c #(nop) EXPOSE 80

2018-12-29 22:32:11 UTC

/bin/sh -c #(nop) CMD ["apache2-foreground"]

2018-12-30 07:18:53 UTC

/bin/sh -c #(nop) LABEL maintainer=pierre@piwik.org

2018-12-30 07:20:48 UTC

/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgeoip-dev libjpeg-dev libldap2-dev libpng-dev ; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr; docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; docker-php-ext-install gd ldap mysqli opcache pdo_mysql zip ; pecl install APCu-5.1.15; pecl install geoip-1.1.1; pecl install redis-3.1.6; docker-php-ext-enable apcu geoip redis ; 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/*

2018-12-30 07:20:48 UTC

/bin/sh -c #(nop) ENV MATOMO_VERSION=3.7.0

2018-12-30 07:21:04 UTC

/bin/sh -c set -ex; fetchDeps=" dirmngr gnupg "; apt-get update; apt-get install -y --no-install-recommends $fetchDeps ; curl -fsSL -o piwik.tar.gz "https://builds.matomo.org/piwik-${MATOMO_VERSION}.tar.gz"; curl -fsSL -o piwik.tar.gz.asc "https://builds.matomo.org/piwik-${MATOMO_VERSION}.tar.gz.asc"; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys 814E346FA01A20DBB04B6807B5DBD5925590A237; gpg --batch --verify piwik.tar.gz.asc piwik.tar.gz; gpgconf --kill all; rm -rf "$GNUPGHOME" piwik.tar.gz.asc; tar -xzf piwik.tar.gz -C /usr/src/; rm piwik.tar.gz; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps; rm -rf /var/lib/apt/lists/*

2018-12-30 07:21:04 UTC

/bin/sh -c #(nop) COPY file:5a36d7fba12e383595e7235267e54c5714dbf865acd4c4596c92ac0f17d139b3 in /usr/local/etc/php/conf.d/php-piwik.ini

2018-12-30 07:21:05 UTC

/bin/sh -c set -ex; curl -fsSL -o /usr/src/piwik/misc/GeoIPCity.dat.gz https://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz; gunzip /usr/src/piwik/misc/GeoIPCity.dat.gz

2018-12-30 07:21:06 UTC

/bin/sh -c #(nop) COPY file:936a2120dd12b2005a1e297032173a949f09ad7582eddbd34d39c5d178603641 in /entrypoint.sh

2018-12-30 07:21:06 UTC

/bin/sh -c #(nop) VOLUME [/var/www/html]

2018-12-30 07:21:06 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]

2018-12-30 07:21:06 UTC

/bin/sh -c #(nop) CMD ["apache2-foreground"]

Details
Created

2018-12-29 17:22:33 UTC

Size

160 MB

Content Digest
Labels
  • maintainer
    pierre@piwik.org

Environment
APACHE_CONFDIR

/etc/apache2

APACHE_ENVVARS

/etc/apache2/envvars

GPG_KEYS

A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

MATOMO_VERSION

3.7.0

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_ASC_URL

https://secure.php.net/get/php-7.1.25.tar.xz.asc/from/this/mirror

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_EXTRA_BUILD_DEPS

apache2-dev

PHP_EXTRA_CONFIGURE_ARGS

--with-apxs2 --disable-cgi

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -Wl,--hash-style=both -pie

PHP_MD5

PHP_SHA256

0fd8dad1903cd0b2d615a1fe4209f99e53b7292403c8ffa1919c0f4dd1eada88

PHP_URL

https://secure.php.net/get/php-7.1.25.tar.xz/from/this/mirror

PHP_VERSION

7.1.25


Layers

[#000] sha256:177e7ef0df6987e0c5738a1fb5aba98b6b6e7a5fef992e481977dbb5ba3f91be - 13.44% (21.5 MB)

[#001] sha256:9bf89f2eda244c750e106e9751aa6714e8002accc9ebc4efe784800ff424e2a8 - 0.0% (225 Bytes)

[#002] sha256:350207dcf1b7e69d73ee5e688ec3f1bb6576481773105b8635193dc7fe5010bb - 40.31% (64.3 MB)

[#003] sha256:a8a33d96b4e7acb10a1e637ccc316d5e823debfa5c64704b4935af982bd79926 - 0.0% (183 Bytes)

[#004] sha256:c0421d5b63d69a2ae480d7c5caa3d21f8105a682249c55f4923f655e73e2f492 - 10.24% (16.3 MB)

[#005] sha256:f76e300fbe727910ee01d0011a0d011f7cffe00483aea448496dbe49029aa8ad - 0.0% (1.31 KB)

[#006] sha256:af9ff1b9ce5b028cb1a7c3ad2bc442aacb9a8ddd46cb8a41485b947536e3f4f6 - 0.0% (429 Bytes)

[#007] sha256:d9f072d61771f0bc903b453eca2aa1816ee9aaae195e7be586492a38619c45ce - 0.0% (483 Bytes)

[#008] sha256:e6dee0ad1d10ad3636666a2fd371962dbd8e9fda7e52e87c2141e4181673f898 - 7.5% (12 MB)

[#009] sha256:431bc5803270dc7eebe6258a1f24a13443e173cebe77beacfbda004455cc0274 - 0.0% (499 Bytes)

[#010] sha256:3c3c10e5b13bbeaa318e973df581d6cf5eda0b11a144754e069036c8550aafe3 - 8.5% (13.6 MB)

[#011] sha256:9ad26f1eb7d0871b746fa62f7c7b4abfa40d1d1cc2ed3a46cb729e3874d1998e - 0.0% (2.15 KB)

[#012] sha256:20c9fe583de417a4f16488f22204857253fb25f74ac78c76e23d57939286043c - 0.0% (903 Bytes)

[#013] sha256:345b26b9db6fa4373111f406b0f1a0c260c1708f1c1c6e7d09651ef7f31bd136 - 1.74% (2.77 MB)

[#014] sha256:7d4d99e759b7bbdb447ecb9a18de7f8f5552c917465d2254b1070f5fdf4f81e3 - 9.95% (15.9 MB)

[#015] sha256:4d612e8d7cac19fc4680291f65b0ff71990ee8203c9f6d38ad02efb1ea428853 - 0.0% (315 Bytes)

[#016] sha256:bf90acfb8397cc2e4ffc623a8bbd12fea832f68c60fb52aedf8c98fc44d47b9c - 8.32% (13.3 MB)

[#017] sha256:a9ee0c87b0b23d591be0a50bafa7d3e4eac26dbba0c1096eb8c4e3b3d173a3b2 - 0.0% (221 Bytes)


History
2018-12-28 23:30:06 UTC

/bin/sh -c #(nop) ADD file:6d6f6f123e45697d3e73ea24621e4fd8da0ed5cf7504767f6b3120671fe6e7d1 in /

2018-12-28 23:30:06 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-12-29 04:23:26 UTC

/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php

2018-12-29 04:23:26 UTC

/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

2018-12-29 04:23:54 UTC

/bin/sh -c apt-get update && apt-get install -y $PHPIZE_DEPS ca-certificates curl xz-utils --no-install-recommends && rm -r /var/lib/apt/lists/*

2018-12-29 04:23:54 UTC

/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php

2018-12-29 04:23:55 UTC

/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d

2018-12-29 04:32:41 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends apache2 && rm -rf /var/lib/apt/lists/*

2018-12-29 04:32:41 UTC

/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2

2018-12-29 04:32:42 UTC

/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars

2018-12-29 04:32:42 UTC

/bin/sh -c set -eux; 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 "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; chmod 777 "$dir"; done; 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"

2018-12-29 04:32:43 UTC

/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork

2018-12-29 04:32:44 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

2018-12-29 04:32:44 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_BUILD_DEPS=apache2-dev

2018-12-29 04:32:44 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2 --disable-cgi

2018-12-29 04:32:44 UTC

/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2

2018-12-29 04:32:44 UTC

/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2

2018-12-29 04:32:45 UTC

/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie

2018-12-29 05:33:25 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

2018-12-29 05:33:26 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=7.1.25

2018-12-29 05:33:26 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-7.1.25.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-7.1.25.tar.xz.asc/from/this/mirror

2018-12-29 05:33:26 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=0fd8dad1903cd0b2d615a1fe4209f99e53b7292403c8ffa1919c0f4dd1eada88 PHP_MD5=

2018-12-29 05:33:39 UTC

/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 --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps

2018-12-29 05:33:39 UTC

/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/

2018-12-29 05:38:15 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libcurl4-openssl-dev libedit-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-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)"; 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; php --version; pecl update-channels; rm -rf /tmp/pear ~/.pearrc

2018-12-29 05:38:15 UTC

/bin/sh -c #(nop) COPY multi:0a6fe33cb39694994fa567c75b399b9aa5e477c8770caa9f731607a72819b457 in /usr/local/bin/

2018-12-29 05:38:16 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]

2018-12-29 05:38:16 UTC

/bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/

2018-12-29 05:38:16 UTC

/bin/sh -c #(nop) WORKDIR /var/www/html

2018-12-29 05:38:16 UTC

/bin/sh -c #(nop) EXPOSE 80

2018-12-29 05:38:16 UTC

/bin/sh -c #(nop) CMD ["apache2-foreground"]

2018-12-29 17:17:59 UTC

/bin/sh -c #(nop) LABEL maintainer=pierre@piwik.org

2018-12-29 17:22:08 UTC

/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgeoip-dev libjpeg-dev libldap2-dev libpng-dev ; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr; docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; docker-php-ext-install gd ldap mysqli opcache pdo_mysql zip ; pecl install APCu-5.1.15; pecl install geoip-1.1.1; pecl install redis-3.1.6; docker-php-ext-enable apcu geoip redis ; 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/*

2018-12-29 17:22:08 UTC

/bin/sh -c #(nop) ENV MATOMO_VERSION=3.7.0

2018-12-29 17:22:30 UTC

/bin/sh -c set -ex; fetchDeps=" dirmngr gnupg "; apt-get update; apt-get install -y --no-install-recommends $fetchDeps ; curl -fsSL -o piwik.tar.gz "https://builds.matomo.org/piwik-${MATOMO_VERSION}.tar.gz"; curl -fsSL -o piwik.tar.gz.asc "https://builds.matomo.org/piwik-${MATOMO_VERSION}.tar.gz.asc"; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys 814E346FA01A20DBB04B6807B5DBD5925590A237; gpg --batch --verify piwik.tar.gz.asc piwik.tar.gz; gpgconf --kill all; rm -rf "$GNUPGHOME" piwik.tar.gz.asc; tar -xzf piwik.tar.gz -C /usr/src/; rm piwik.tar.gz; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps; rm -rf /var/lib/apt/lists/*

2018-12-29 17:22:30 UTC

/bin/sh -c #(nop) COPY file:5a36d7fba12e383595e7235267e54c5714dbf865acd4c4596c92ac0f17d139b3 in /usr/local/etc/php/conf.d/php-piwik.ini

2018-12-29 17:22:32 UTC

/bin/sh -c set -ex; curl -fsSL -o /usr/src/piwik/misc/GeoIPCity.dat.gz https://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz; gunzip /usr/src/piwik/misc/GeoIPCity.dat.gz

2018-12-29 17:22:33 UTC

/bin/sh -c #(nop) COPY file:936a2120dd12b2005a1e297032173a949f09ad7582eddbd34d39c5d178603641 in /entrypoint.sh

2018-12-29 17:22:33 UTC

/bin/sh -c #(nop) VOLUME [/var/www/html]

2018-12-29 17:22:33 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]

2018-12-29 17:22:33 UTC

/bin/sh -c #(nop) CMD ["apache2-foreground"]

Details
Created

2019-01-04 10:20:46 UTC

Size

148 MB

Content Digest
Labels
  • maintainer
    pierre@piwik.org

Environment
APACHE_CONFDIR

/etc/apache2

APACHE_ENVVARS

/etc/apache2/envvars

GPG_KEYS

A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

MATOMO_VERSION

3.7.0

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_ASC_URL

https://secure.php.net/get/php-7.1.25.tar.xz.asc/from/this/mirror

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_EXTRA_BUILD_DEPS

apache2-dev

PHP_EXTRA_CONFIGURE_ARGS

--with-apxs2 --disable-cgi

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -Wl,--hash-style=both -pie

PHP_MD5

PHP_SHA256

0fd8dad1903cd0b2d615a1fe4209f99e53b7292403c8ffa1919c0f4dd1eada88

PHP_URL

https://secure.php.net/get/php-7.1.25.tar.xz/from/this/mirror

PHP_VERSION

7.1.25


Layers

[#000] sha256:e040f73e39f2c2a1a8429ff270c2d629ef2630ac31581228037724d707862b22 - 13.68% (20.2 MB)

[#001] sha256:3dc5107d4e4251d4ef9002026f490e573eff661fe6e2278d1bd3a7d121a3c321 - 0.0% (226 Bytes)

[#002] sha256:ca61229a1118271adc19db58c172d9ceaa14ceb0aef16b2fb0b4237c08f6fe9e - 37.13% (54.8 MB)

[#003] sha256:a2be23d64816b54f39f39a88b24bd971081a558160fdf7667ec44f47c45989c9 - 0.0% (212 Bytes)

[#004] sha256:dafbaeb7163888e37cf64fb46e91b2cf58eac8540c395f64883103d3bfcf5064 - 10.76% (15.9 MB)

[#005] sha256:49b40f80c9fbf4364d92fdd25059fe5e0c2070334338daf628dec7751de40bd2 - 0.0% (1.33 KB)

[#006] sha256:71f2d447d810b660e4c7c64129caf2a8dc24381d6de1e85c964ef7b832a1e02a - 0.0% (473 Bytes)

[#007] sha256:e0f34a587aa02846d8add6902c1ef4c05955469cf14e7a66b9d752cace0679d3 - 0.0% (512 Bytes)

[#008] sha256:71dc4bce736780b6b2f19f4acd860c0d351ca84abbad18500a6f9540f718787a - 8.11% (12 MB)

[#009] sha256:6206b429ef95035d2e1a72110d5ba547ae257044832682bcfff9f59358e52024 - 0.0% (500 Bytes)

[#010] sha256:a6a7c6c4b1f87c1209930231694eb44d61cb74cbfa2f9bbb7c6da4f17c557ffd - 8.77% (12.9 MB)

[#011] sha256:db393c8e4b3744bb76fbec1d380f41bb8330ffbccdbb69867d1eac1ba5f6776c - 0.0% (2.15 KB)

[#012] sha256:f8b04d8d7dc6fe4b7880cd0a5a840e59e0a0cd3c11f6800dd51f03e51bfb9764 - 0.0% (903 Bytes)

[#013] sha256:82d577457c0d2e55bbd3df71f9e7c16bb6197d1f1a49afbf5154c972e682e639 - 1.8% (2.65 MB)

[#014] sha256:8bfb48b4de29521685e7f9287968f114588cfc4681c0e0f68a02d3748921038d - 10.75% (15.9 MB)

[#015] sha256:91083ee0c6bfd258bc8d5a242d754652bc7ad6ee641d7627cad07c50cfe1e02b - 0.0% (320 Bytes)

[#016] sha256:9d90b6f98db1d2da69d951a7ac77abd9e932838c01ddee9f5bc2c5eb1d7d5701 - 8.99% (13.3 MB)

[#017] sha256:75970d4125c05614cf2c11f37b83fd2ed0e619b3b75f01af7eb7dbf87e10959b - 0.0% (222 Bytes)


History
2018-12-29 09:55:31 UTC

/bin/sh -c #(nop) ADD file:1f3db2bdb8941ca17968251e2af1378e7f7556627ed60eafb5ee40089810bc8b in /

2018-12-29 09:55:32 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-12-29 12:32:24 UTC

/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php

2018-12-29 12:32:24 UTC

/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

2018-12-29 12:33:02 UTC

/bin/sh -c apt-get update && apt-get install -y $PHPIZE_DEPS ca-certificates curl xz-utils --no-install-recommends && rm -r /var/lib/apt/lists/*

2018-12-29 12:33:04 UTC

/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php

2018-12-29 12:33:05 UTC

/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d

2018-12-29 12:38:00 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends apache2 && rm -rf /var/lib/apt/lists/*

2018-12-29 12:38:00 UTC

/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2

2018-12-29 12:38:01 UTC

/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars

2018-12-29 12:38:02 UTC

/bin/sh -c set -eux; 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 "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; chmod 777 "$dir"; done; 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"

2018-12-29 12:38:03 UTC

/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork

2018-12-29 12:38:05 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

2018-12-29 12:38:05 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_BUILD_DEPS=apache2-dev

2018-12-29 12:38:06 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2 --disable-cgi

2018-12-29 12:38:06 UTC

/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2

2018-12-29 12:38:06 UTC

/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2

2018-12-29 12:38:07 UTC

/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie

2018-12-29 13:11:55 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

2018-12-29 13:11:55 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=7.1.25

2018-12-29 13:11:56 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-7.1.25.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-7.1.25.tar.xz.asc/from/this/mirror

2018-12-29 13:11:56 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=0fd8dad1903cd0b2d615a1fe4209f99e53b7292403c8ffa1919c0f4dd1eada88 PHP_MD5=

2018-12-29 13:12:12 UTC

/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 --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps

2018-12-29 13:12:13 UTC

/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/

2018-12-29 13:15:00 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libcurl4-openssl-dev libedit-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-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)"; 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; php --version; pecl update-channels; rm -rf /tmp/pear ~/.pearrc

2018-12-29 13:15:01 UTC

/bin/sh -c #(nop) COPY multi:0a6fe33cb39694994fa567c75b399b9aa5e477c8770caa9f731607a72819b457 in /usr/local/bin/

2018-12-29 13:15:02 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]

2018-12-29 13:15:02 UTC

/bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/

2018-12-29 13:15:03 UTC

/bin/sh -c #(nop) WORKDIR /var/www/html

2018-12-29 13:15:03 UTC

/bin/sh -c #(nop) EXPOSE 80

2018-12-29 13:15:03 UTC

/bin/sh -c #(nop) CMD ["apache2-foreground"]

2019-01-04 10:16:26 UTC

/bin/sh -c #(nop) LABEL maintainer=pierre@piwik.org

2019-01-04 10:20:06 UTC

/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgeoip-dev libjpeg-dev libldap2-dev libpng-dev ; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr; docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; docker-php-ext-install gd ldap mysqli opcache pdo_mysql zip ; pecl install APCu-5.1.15; pecl install geoip-1.1.1; pecl install redis-3.1.6; docker-php-ext-enable apcu geoip redis ; 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/*

2019-01-04 10:20:06 UTC

/bin/sh -c #(nop) ENV MATOMO_VERSION=3.7.0

2019-01-04 10:20:41 UTC

/bin/sh -c set -ex; fetchDeps=" dirmngr gnupg "; apt-get update; apt-get install -y --no-install-recommends $fetchDeps ; curl -fsSL -o piwik.tar.gz "https://builds.matomo.org/piwik-${MATOMO_VERSION}.tar.gz"; curl -fsSL -o piwik.tar.gz.asc "https://builds.matomo.org/piwik-${MATOMO_VERSION}.tar.gz.asc"; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys 814E346FA01A20DBB04B6807B5DBD5925590A237; gpg --batch --verify piwik.tar.gz.asc piwik.tar.gz; gpgconf --kill all; rm -rf "$GNUPGHOME" piwik.tar.gz.asc; tar -xzf piwik.tar.gz -C /usr/src/; rm piwik.tar.gz; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps; rm -rf /var/lib/apt/lists/*

2019-01-04 10:20:42 UTC

/bin/sh -c #(nop) COPY file:5a36d7fba12e383595e7235267e54c5714dbf865acd4c4596c92ac0f17d139b3 in /usr/local/etc/php/conf.d/php-piwik.ini

2019-01-04 10:20:44 UTC

/bin/sh -c set -ex; curl -fsSL -o /usr/src/piwik/misc/GeoIPCity.dat.gz https://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz; gunzip /usr/src/piwik/misc/GeoIPCity.dat.gz

2019-01-04 10:20:45 UTC

/bin/sh -c #(nop) COPY file:936a2120dd12b2005a1e297032173a949f09ad7582eddbd34d39c5d178603641 in /entrypoint.sh

2019-01-04 10:20:45 UTC

/bin/sh -c #(nop) VOLUME [/var/www/html]

2019-01-04 10:20:46 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]

2019-01-04 10:20:46 UTC

/bin/sh -c #(nop) CMD ["apache2-foreground"]

Details
Created

2018-12-31 19:40:12 UTC

Size

141 MB

Content Digest
Labels
  • maintainer
    pierre@piwik.org

Environment
APACHE_CONFDIR

/etc/apache2

APACHE_ENVVARS

/etc/apache2/envvars

GPG_KEYS

A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

MATOMO_VERSION

3.7.0

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_ASC_URL

https://secure.php.net/get/php-7.1.25.tar.xz.asc/from/this/mirror

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_EXTRA_BUILD_DEPS

apache2-dev

PHP_EXTRA_CONFIGURE_ARGS

--with-apxs2 --disable-cgi

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -Wl,--hash-style=both -pie

PHP_MD5

PHP_SHA256

0fd8dad1903cd0b2d615a1fe4209f99e53b7292403c8ffa1919c0f4dd1eada88

PHP_URL

https://secure.php.net/get/php-7.1.25.tar.xz/from/this/mirror

PHP_VERSION

7.1.25


Layers

[#000] sha256:eb2ab017daa46c13a41d60225632e89c8b5c24a9bdafb2b75b1d415830b41e6b - 13.06% (18.4 MB)

[#001] sha256:6bdd3055b30ec26315bbe73533843047ed98fec35dc5acc5cb0d0878ab8ed597 - 0.0% (224 Bytes)

[#002] sha256:2f79128a6d00730d8aaed6af05f3590337fcecd13119d056c272e9d01043f441 - 36.31% (51.1 MB)

[#003] sha256:56fcb7f3e035561a3c9eced964fa2bf0fb33d76092839e59092e773161523cf0 - 0.0% (211 Bytes)

[#004] sha256:4cec7800b34522c311353f81b69927346012c515d10994684b20a049ba54c724 - 10.95% (15.4 MB)

[#005] sha256:8ba5955791d212ded2ccec56cb7e29725d2c3c77eab3d9e3fabf25d3f1b5cf98 - 0.0% (1.34 KB)

[#006] sha256:e907a4a42c73b241a2cf041cbfbb96efce659ecfd29561d66ea0f7b6a7aada83 - 0.0% (468 Bytes)

[#007] sha256:72faa7e759463214ed86856afa0ad160e8b2317f9b955d6da86ff57af479d7e3 - 0.0% (510 Bytes)

[#008] sha256:2d1af4f4c0493a5327fd1331955d6fcd87e322549d3de080c2c27ee288cb5023 - 8.51% (12 MB)

[#009] sha256:c84eb55d25e87f6d79f61e78e2bbb92c8341d2e7ac3ebfa4d3fe55e9685a6c44 - 0.0% (500 Bytes)

[#010] sha256:2c4c8420415fe04de80a744b1c01b8d3c39419fcbc945b034bfe7dd93bd640eb - 8.65% (12.2 MB)

[#011] sha256:41b612b39f24ba63aa9f2079b070bd10eb6798d20b7622172bbd2f8ff0923bbb - 0.0% (2.14 KB)

[#012] sha256:c5084955b6a11f40b2f8cc0a3cd07345750089253ffd05a41b9d0c38c1915a8c - 0.0% (903 Bytes)

[#013] sha256:d43fbd66ef1dea59ab73214d24e85e097e1680467821947903016829783bd9de - 1.81% (2.55 MB)

[#014] sha256:f06e937929e6ca795376300b13a9175c7a3d670eac564850b1c546f05fe2bf0b - 11.28% (15.9 MB)

[#015] sha256:03a17798d6b687449a6e4569bbfb072264d6f4434100c02469341cc6cb177eca - 0.0% (322 Bytes)

[#016] sha256:f2bd972954bdac1eacf2b35c0d838dda99d04b6b9b31b8c4c5a5ebce37e081ed - 9.43% (13.3 MB)

[#017] sha256:e2374456cf169fdce5cfe02013e02369e9b9af7a758b39bc20cfe2cfc7ef7acc - 0.0% (223 Bytes)


History
2018-12-29 13:04:57 UTC

/bin/sh -c #(nop) ADD file:287bc4fa3803b40afca4bcac26d92079fb862f7b968e960e01ae536b1b5c7aea in /

2018-12-29 13:04:57 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-12-29 15:52:23 UTC

/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php

2018-12-29 15:52:23 UTC

/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

2018-12-29 15:52:54 UTC

/bin/sh -c apt-get update && apt-get install -y $PHPIZE_DEPS ca-certificates curl xz-utils --no-install-recommends && rm -r /var/lib/apt/lists/*

2018-12-29 15:52:55 UTC

/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php

2018-12-29 15:52:57 UTC

/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d

2018-12-29 15:57:28 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends apache2 && rm -rf /var/lib/apt/lists/*

2018-12-29 15:57:28 UTC

/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2

2018-12-29 15:57:29 UTC

/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars

2018-12-29 15:57:30 UTC

/bin/sh -c set -eux; 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 "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; chmod 777 "$dir"; done; 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"

2018-12-29 15:57:32 UTC

/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork

2018-12-29 15:57:34 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

2018-12-29 15:57:34 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_BUILD_DEPS=apache2-dev

2018-12-29 15:57:35 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2 --disable-cgi

2018-12-29 15:57:35 UTC

/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2

2018-12-29 15:57:35 UTC

/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2

2018-12-29 15:57:36 UTC

/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie

2018-12-29 17:05:39 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

2018-12-29 17:05:40 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=7.1.25

2018-12-29 17:05:40 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-7.1.25.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-7.1.25.tar.xz.asc/from/this/mirror

2018-12-29 17:05:41 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=0fd8dad1903cd0b2d615a1fe4209f99e53b7292403c8ffa1919c0f4dd1eada88 PHP_MD5=

2018-12-29 17:05:56 UTC

/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 --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps

2018-12-29 17:05:57 UTC

/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/

2018-12-29 17:08:42 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libcurl4-openssl-dev libedit-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-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)"; 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; php --version; pecl update-channels; rm -rf /tmp/pear ~/.pearrc

2018-12-29 17:08:43 UTC

/bin/sh -c #(nop) COPY multi:0a6fe33cb39694994fa567c75b399b9aa5e477c8770caa9f731607a72819b457 in /usr/local/bin/

2018-12-29 17:08:44 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]

2018-12-29 17:08:45 UTC

/bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/

2018-12-29 17:08:46 UTC

/bin/sh -c #(nop) WORKDIR /var/www/html

2018-12-29 17:08:46 UTC

/bin/sh -c #(nop) EXPOSE 80

2018-12-29 17:08:47 UTC

/bin/sh -c #(nop) CMD ["apache2-foreground"]

2018-12-31 19:36:23 UTC

/bin/sh -c #(nop) LABEL maintainer=pierre@piwik.org

2018-12-31 19:39:37 UTC

/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgeoip-dev libjpeg-dev libldap2-dev libpng-dev ; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr; docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; docker-php-ext-install gd ldap mysqli opcache pdo_mysql zip ; pecl install APCu-5.1.15; pecl install geoip-1.1.1; pecl install redis-3.1.6; docker-php-ext-enable apcu geoip redis ; 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/*

2018-12-31 19:39:37 UTC

/bin/sh -c #(nop) ENV MATOMO_VERSION=3.7.0

2018-12-31 19:40:06 UTC

/bin/sh -c set -ex; fetchDeps=" dirmngr gnupg "; apt-get update; apt-get install -y --no-install-recommends $fetchDeps ; curl -fsSL -o piwik.tar.gz "https://builds.matomo.org/piwik-${MATOMO_VERSION}.tar.gz"; curl -fsSL -o piwik.tar.gz.asc "https://builds.matomo.org/piwik-${MATOMO_VERSION}.tar.gz.asc"; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys 814E346FA01A20DBB04B6807B5DBD5925590A237; gpg --batch --verify piwik.tar.gz.asc piwik.tar.gz; gpgconf --kill all; rm -rf "$GNUPGHOME" piwik.tar.gz.asc; tar -xzf piwik.tar.gz -C /usr/src/; rm piwik.tar.gz; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps; rm -rf /var/lib/apt/lists/*

2018-12-31 19:40:07 UTC

/bin/sh -c #(nop) COPY file:5a36d7fba12e383595e7235267e54c5714dbf865acd4c4596c92ac0f17d139b3 in /usr/local/etc/php/conf.d/php-piwik.ini

2018-12-31 19:40:10 UTC

/bin/sh -c set -ex; curl -fsSL -o /usr/src/piwik/misc/GeoIPCity.dat.gz https://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz; gunzip /usr/src/piwik/misc/GeoIPCity.dat.gz

2018-12-31 19:40:11 UTC

/bin/sh -c #(nop) COPY file:936a2120dd12b2005a1e297032173a949f09ad7582eddbd34d39c5d178603641 in /entrypoint.sh

2018-12-31 19:40:11 UTC

/bin/sh -c #(nop) VOLUME [/var/www/html]

2018-12-31 19:40:12 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]

2018-12-31 19:40:12 UTC

/bin/sh -c #(nop) CMD ["apache2-foreground"]

Details
Created

2018-12-30 06:54:56 UTC

Size

147 MB

Content Digest
Labels
  • maintainer
    pierre@piwik.org

Environment
APACHE_CONFDIR

/etc/apache2

APACHE_ENVVARS

/etc/apache2/envvars

GPG_KEYS

A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

MATOMO_VERSION

3.7.0

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_ASC_URL

https://secure.php.net/get/php-7.1.25.tar.xz.asc/from/this/mirror

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_EXTRA_BUILD_DEPS

apache2-dev

PHP_EXTRA_CONFIGURE_ARGS

--with-apxs2 --disable-cgi

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -Wl,--hash-style=both -pie

PHP_MD5

PHP_SHA256

0fd8dad1903cd0b2d615a1fe4209f99e53b7292403c8ffa1919c0f4dd1eada88

PHP_URL

https://secure.php.net/get/php-7.1.25.tar.xz/from/this/mirror

PHP_VERSION

7.1.25


Layers

[#000] sha256:1a07b0163994a6d3328beeaa3400f6304e68548ffb84deefcb74427a6b65a489 - 13.21% (19.4 MB)

[#001] sha256:da8dc61ccacab0c571f2793c6c5400180816557fa0140990f997519be3471012 - 0.0% (228 Bytes)

[#002] sha256:59be51dca15077e7f02edb4376d3e8e194896c4e706c9c03c2fd2d2af47f8cdc - 37.43% (54.9 MB)

[#003] sha256:1f391fc42cee2e19f185ac34d4d4e8404a3209ed5c17b369dc30bdf3a0d29915 - 0.0% (183 Bytes)

[#004] sha256:624799215cc8ec3f277033b52eefa3e6cdee2c0371b28a4983c3722506e677a6 - 10.86% (15.9 MB)

[#005] sha256:10e7e30b294ed284d673effda7c4615ade5cd952cc3dee17c0116b1c0f6cd106 - 0.0% (1.31 KB)

[#006] sha256:1845118be0cdd364592b6079fb43ef235948f820e01b535e9b7da4187f405bd8 - 0.0% (446 Bytes)

[#007] sha256:c8e041c4002a5658f86b77e75593904c0fd11c2aa9f7ed2f36b876f5d4d54225 - 0.0% (491 Bytes)

[#008] sha256:c32844bd3c34cd8b4606c9e340f47f91e02fab995b72b1dd93e53df84856348f - 8.16% (12 MB)

[#009] sha256:4a6aae221978434cebbcf69e16144fd78789849f28d7e99e376c78124db3d3ac - 0.0% (500 Bytes)

[#010] sha256:a17c6305c205c70e96683db1dd8a0f53e7e40aa917697e91c32c784403b07362 - 8.69% (12.8 MB)

[#011] sha256:8a38aacd89b6bf8681c2db4c3fcccf9b8aad44f01a780ae28ab9fdf77c73c410 - 0.0% (2.15 KB)

[#012] sha256:3851e197c931f180f41e5920bb1ed0bf3f9fa4639ee8004f75984d45abf0145f - 0.0% (905 Bytes)

[#013] sha256:b36ccb9a6fb9f6a211af7cecabe35a1d1108342f6dbcb64c1e78974d3b4b0750 - 1.8% (2.64 MB)

[#014] sha256:8ebd8c58fe39f9240f21db33f97364d3c007013a0b12c23352916bae7a436903 - 10.81% (15.9 MB)

[#015] sha256:31c177d10a018da8c8a83b9767572809ae5dc8e51cd44dd1a666045018eb510b - 0.0% (318 Bytes)

[#016] sha256:06d0245db72d20e195390b74011fcd0724114bcfc4e0d1f86ebce113970ef85b - 9.04% (13.3 MB)

[#017] sha256:4506737f7d259debba2138d66497d2b3a1a6b7b066e1312cd8eaf7e2237089a8 - 0.0% (222 Bytes)


History
2018-12-29 10:08:46 UTC

/bin/sh -c #(nop) ADD file:e4db5c28a0f74e32be4419aae491e4b9dc7402f3640369289e24c52028c871ad in /

2018-12-29 10:08:47 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-12-29 21:39:33 UTC

/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php

2018-12-29 21:39:33 UTC

/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

2018-12-29 21:41:51 UTC

/bin/sh -c apt-get update && apt-get install -y $PHPIZE_DEPS ca-certificates curl xz-utils --no-install-recommends && rm -r /var/lib/apt/lists/*

2018-12-29 21:41:52 UTC

/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php

2018-12-29 21:41:54 UTC

/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d

2018-12-29 21:55:31 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends apache2 && rm -rf /var/lib/apt/lists/*

2018-12-29 21:55:31 UTC

/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2

2018-12-29 21:55:32 UTC

/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars

2018-12-29 21:55:34 UTC

/bin/sh -c set -eux; 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 "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; chmod 777 "$dir"; done; 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"

2018-12-29 21:55:37 UTC

/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork

2018-12-29 21:55:39 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

2018-12-29 21:55:39 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_BUILD_DEPS=apache2-dev

2018-12-29 21:55:40 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2 --disable-cgi

2018-12-29 21:55:41 UTC

/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2

2018-12-29 21:55:41 UTC

/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2

2018-12-29 21:55:42 UTC

/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie

2018-12-29 23:17:04 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

2018-12-29 23:17:04 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=7.1.25

2018-12-29 23:17:05 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-7.1.25.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-7.1.25.tar.xz.asc/from/this/mirror

2018-12-29 23:17:05 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=0fd8dad1903cd0b2d615a1fe4209f99e53b7292403c8ffa1919c0f4dd1eada88 PHP_MD5=

2018-12-29 23:17:36 UTC

/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 --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps

2018-12-29 23:17:37 UTC

/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/

2018-12-29 23:25:38 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libcurl4-openssl-dev libedit-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-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)"; 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; php --version; pecl update-channels; rm -rf /tmp/pear ~/.pearrc

2018-12-29 23:25:41 UTC

/bin/sh -c #(nop) COPY multi:0a6fe33cb39694994fa567c75b399b9aa5e477c8770caa9f731607a72819b457 in /usr/local/bin/

2018-12-29 23:25:43 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]

2018-12-29 23:25:44 UTC

/bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/

2018-12-29 23:25:48 UTC

/bin/sh -c #(nop) WORKDIR /var/www/html

2018-12-29 23:25:51 UTC

/bin/sh -c #(nop) EXPOSE 80

2018-12-29 23:25:54 UTC

/bin/sh -c #(nop) CMD ["apache2-foreground"]

2018-12-30 06:49:29 UTC

/bin/sh -c #(nop) LABEL maintainer=pierre@piwik.org

2018-12-30 06:54:09 UTC

/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgeoip-dev libjpeg-dev libldap2-dev libpng-dev ; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr; docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; docker-php-ext-install gd ldap mysqli opcache pdo_mysql zip ; pecl install APCu-5.1.15; pecl install geoip-1.1.1; pecl install redis-3.1.6; docker-php-ext-enable apcu geoip redis ; 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/*

2018-12-30 06:54:09 UTC

/bin/sh -c #(nop) ENV MATOMO_VERSION=3.7.0

2018-12-30 06:54:47 UTC

/bin/sh -c set -ex; fetchDeps=" dirmngr gnupg "; apt-get update; apt-get install -y --no-install-recommends $fetchDeps ; curl -fsSL -o piwik.tar.gz "https://builds.matomo.org/piwik-${MATOMO_VERSION}.tar.gz"; curl -fsSL -o piwik.tar.gz.asc "https://builds.matomo.org/piwik-${MATOMO_VERSION}.tar.gz.asc"; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys 814E346FA01A20DBB04B6807B5DBD5925590A237; gpg --batch --verify piwik.tar.gz.asc piwik.tar.gz; gpgconf --kill all; rm -rf "$GNUPGHOME" piwik.tar.gz.asc; tar -xzf piwik.tar.gz -C /usr/src/; rm piwik.tar.gz; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps; rm -rf /var/lib/apt/lists/*

2018-12-30 06:54:48 UTC

/bin/sh -c #(nop) COPY file:5a36d7fba12e383595e7235267e54c5714dbf865acd4c4596c92ac0f17d139b3 in /usr/local/etc/php/conf.d/php-piwik.ini

2018-12-30 06:54:52 UTC

/bin/sh -c set -ex; curl -fsSL -o /usr/src/piwik/misc/GeoIPCity.dat.gz https://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz; gunzip /usr/src/piwik/misc/GeoIPCity.dat.gz

2018-12-30 06:54:53 UTC

/bin/sh -c #(nop) COPY file:936a2120dd12b2005a1e297032173a949f09ad7582eddbd34d39c5d178603641 in /entrypoint.sh

2018-12-30 06:54:54 UTC

/bin/sh -c #(nop) VOLUME [/var/www/html]

2018-12-30 06:54:55 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]

2018-12-30 06:54:56 UTC

/bin/sh -c #(nop) CMD ["apache2-foreground"]

Details
Created

2018-12-29 20:16:15 UTC

Size

154 MB

Content Digest
Labels
  • maintainer
    pierre@piwik.org

Environment
APACHE_CONFDIR

/etc/apache2

APACHE_ENVVARS

/etc/apache2/envvars

GPG_KEYS

A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

MATOMO_VERSION

3.7.0

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_ASC_URL

https://secure.php.net/get/php-7.1.25.tar.xz.asc/from/this/mirror

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_EXTRA_BUILD_DEPS

apache2-dev

PHP_EXTRA_CONFIGURE_ARGS

--with-apxs2 --disable-cgi

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -Wl,--hash-style=both -pie

PHP_MD5

PHP_SHA256

0fd8dad1903cd0b2d615a1fe4209f99e53b7292403c8ffa1919c0f4dd1eada88

PHP_URL

https://secure.php.net/get/php-7.1.25.tar.xz/from/this/mirror

PHP_VERSION

7.1.25


Layers

[#000] sha256:ca671aebac61774c6bfa23dd5b097e3a135a33f3987318158787030ee978173a - 14.04% (21.7 MB)

[#001] sha256:55c9e443128efed70bcb2c05fbf1b7b3c63735856c07a31f95f3422e8e5d6be3 - 0.0% (226 Bytes)

[#002] sha256:26502f7e153105ac601f4d12e9b72baf9021b49b992fe619264a1933c2daf6b4 - 38.18% (59 MB)

[#003] sha256:d327479a214f245c363cea23d6878780e6dbb819938b9511e7b69e2e17e81fbf - 0.0% (212 Bytes)

[#004] sha256:f3209a003a83f58a4c0b0b6d647aab82cf58aac4488fbea658f96c9340ff4a9d - 10.71% (16.5 MB)

[#005] sha256:0792d92b3fe4333eec429cc7e973c9758702823c0f9cc84cd02777049c72d16d - 0.0% (1.34 KB)

[#006] sha256:594e55fae66c4e49f0a9d148262bd186dea8241009a7ebf4ac3ac37b9f04944a - 0.0% (473 Bytes)

[#007] sha256:b7e36bda981ae059f48a8253566f80ac2c45f8d7490de6f2a6693f68e1c964b2 - 0.0% (518 Bytes)

[#008] sha256:3e133410b10872e238b4d24dcf9f5add482e714b00b3a136ac8a450d83128dab - 7.75% (12 MB)

[#009] sha256:3356432743d5997ce4a377b3c1c4a10dd127d3b4a6c058f886c8f8f42c25e840 - 0.0% (500 Bytes)

[#010] sha256:b29815beabaef6d749dcb9dc3b403e447b61611fd01f398ebbe749304cec981b - 8.65% (13.4 MB)

[#011] sha256:f3f3f23c5faf05cf25098cfa802723204b93537f270f1696006f31243d251d92 - 0.0% (2.15 KB)

[#012] sha256:134add87c874cbca4e0c23557af0b5f701a3353ad9d98a9315ab02f50c2c2f0b - 0.0% (904 Bytes)

[#013] sha256:7f0eb0677badbc6878a41dfd59aaaa37f5bbe3795c7096c25d42e37cd602ce38 - 1.8% (2.78 MB)

[#014] sha256:1217eecfacb7063e379c607e1e3dcc7ace006981cebb0db999c2b069f4e08629 - 10.28% (15.9 MB)

[#015] sha256:8207fc244ebf203af84c3c1f70997272ab43d2427d64b10b6c0697ca29e925f3 - 0.0% (316 Bytes)

[#016] sha256:d44088b389166f9c9d6349d30a2f1febcc65f35b857c1789ea61d0715f51b5b5 - 8.59% (13.3 MB)

[#017] sha256:603f9cc60d9f9f6bf908a1f7a29bae4a69be450f402182a3eb72a53c79fc7a2d - 0.0% (222 Bytes)


History
2018-12-29 09:22:40 UTC

/bin/sh -c #(nop) ADD file:11cdf0dbdac1a774d74f30e9954e3cf02c390d2280ce747bc95a3b774259f226 in /

2018-12-29 09:22:44 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-12-29 13:02:33 UTC

/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php

2018-12-29 13:02:35 UTC

/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

2018-12-29 13:04:54 UTC

/bin/sh -c apt-get update && apt-get install -y $PHPIZE_DEPS ca-certificates curl xz-utils --no-install-recommends && rm -r /var/lib/apt/lists/*

2018-12-29 13:04:59 UTC

/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php

2018-12-29 13:05:04 UTC

/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d

2018-12-29 13:12:08 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends apache2 && rm -rf /var/lib/apt/lists/*

2018-12-29 13:12:10 UTC

/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2

2018-12-29 13:12:12 UTC

/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars

2018-12-29 13:12:16 UTC

/bin/sh -c set -eux; 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 "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; chmod 777 "$dir"; done; 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"

2018-12-29 13:12:21 UTC

/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork

2018-12-29 13:12:26 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

2018-12-29 13:12:28 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_BUILD_DEPS=apache2-dev

2018-12-29 13:12:30 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2 --disable-cgi

2018-12-29 13:12:32 UTC

/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2

2018-12-29 13:12:34 UTC

/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2

2018-12-29 13:12:36 UTC

/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie

2018-12-29 14:01:42 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

2018-12-29 14:01:44 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=7.1.25

2018-12-29 14:01:46 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-7.1.25.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-7.1.25.tar.xz.asc/from/this/mirror

2018-12-29 14:01:48 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=0fd8dad1903cd0b2d615a1fe4209f99e53b7292403c8ffa1919c0f4dd1eada88 PHP_MD5=

2018-12-29 14:02:23 UTC

/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 --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps

2018-12-29 14:02:24 UTC

/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/

2018-12-29 14:06:57 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libcurl4-openssl-dev libedit-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-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)"; 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; php --version; pecl update-channels; rm -rf /tmp/pear ~/.pearrc

2018-12-29 14:06:59 UTC

/bin/sh -c #(nop) COPY multi:0a6fe33cb39694994fa567c75b399b9aa5e477c8770caa9f731607a72819b457 in /usr/local/bin/

2018-12-29 14:07:01 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]

2018-12-29 14:07:02 UTC

/bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/

2018-12-29 14:07:04 UTC

/bin/sh -c #(nop) WORKDIR /var/www/html

2018-12-29 14:07:07 UTC

/bin/sh -c #(nop) EXPOSE 80

2018-12-29 14:07:09 UTC

/bin/sh -c #(nop) CMD ["apache2-foreground"]

2018-12-29 20:12:09 UTC

/bin/sh -c #(nop) LABEL maintainer=pierre@piwik.org

2018-12-29 20:15:06 UTC

/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgeoip-dev libjpeg-dev libldap2-dev libpng-dev ; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr; docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; docker-php-ext-install gd ldap mysqli opcache pdo_mysql zip ; pecl install APCu-5.1.15; pecl install geoip-1.1.1; pecl install redis-3.1.6; docker-php-ext-enable apcu geoip redis ; 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/*

2018-12-29 20:15:08 UTC

/bin/sh -c #(nop) ENV MATOMO_VERSION=3.7.0

2018-12-29 20:15:59 UTC

/bin/sh -c set -ex; fetchDeps=" dirmngr gnupg "; apt-get update; apt-get install -y --no-install-recommends $fetchDeps ; curl -fsSL -o piwik.tar.gz "https://builds.matomo.org/piwik-${MATOMO_VERSION}.tar.gz"; curl -fsSL -o piwik.tar.gz.asc "https://builds.matomo.org/piwik-${MATOMO_VERSION}.tar.gz.asc"; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys 814E346FA01A20DBB04B6807B5DBD5925590A237; gpg --batch --verify piwik.tar.gz.asc piwik.tar.gz; gpgconf --kill all; rm -rf "$GNUPGHOME" piwik.tar.gz.asc; tar -xzf piwik.tar.gz -C /usr/src/; rm piwik.tar.gz; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps; rm -rf /var/lib/apt/lists/*

2018-12-29 20:16:02 UTC

/bin/sh -c #(nop) COPY file:5a36d7fba12e383595e7235267e54c5714dbf865acd4c4596c92ac0f17d139b3 in /usr/local/etc/php/conf.d/php-piwik.ini

2018-12-29 20:16:08 UTC

/bin/sh -c set -ex; curl -fsSL -o /usr/src/piwik/misc/GeoIPCity.dat.gz https://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz; gunzip /usr/src/piwik/misc/GeoIPCity.dat.gz

2018-12-29 20:16:09 UTC

/bin/sh -c #(nop) COPY file:936a2120dd12b2005a1e297032173a949f09ad7582eddbd34d39c5d178603641 in /entrypoint.sh

2018-12-29 20:16:11 UTC

/bin/sh -c #(nop) VOLUME [/var/www/html]

2018-12-29 20:16:13 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]

2018-12-29 20:16:15 UTC

/bin/sh -c #(nop) CMD ["apache2-foreground"]

Details
Created

2018-12-29 16:55:40 UTC

Size

149 MB

Content Digest
Labels
  • maintainer
    pierre@piwik.org

Environment
APACHE_CONFDIR

/etc/apache2

APACHE_ENVVARS

/etc/apache2/envvars

GPG_KEYS

A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

MATOMO_VERSION

3.7.0

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_ASC_URL

https://secure.php.net/get/php-7.1.25.tar.xz.asc/from/this/mirror

PHP_CFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_CPPFLAGS

-fstack-protector-strong -fpic -fpie -O2

PHP_EXTRA_BUILD_DEPS

apache2-dev

PHP_EXTRA_CONFIGURE_ARGS

--with-apxs2 --disable-cgi

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -Wl,--hash-style=both -pie

PHP_MD5

PHP_SHA256

0fd8dad1903cd0b2d615a1fe4209f99e53b7292403c8ffa1919c0f4dd1eada88

PHP_URL

https://secure.php.net/get/php-7.1.25.tar.xz/from/this/mirror

PHP_VERSION

7.1.25


Layers

[#000] sha256:0e647eff4fda368965291c62c8bc90ae9cbcc84a50a5caed821af7f05ec653d4 - 14.34% (21.3 MB)

[#001] sha256:814164df89f9d48bc5f0b1e3eac03e56d1cfd2d8012a32b40cb74cf206a4c03c - 0.0% (227 Bytes)

[#002] sha256:b7f72900afd7908ae15b24bb83e6b69e0251236d5df62ce0af2b7344fe889dae - 35.8% (53.2 MB)

[#003] sha256:02257aa4538f74d3a3e7121a3ece61b7e4e70bc04bf2675ce098233646dd724e - 0.0% (183 Bytes)

[#004] sha256:d071a3018739a83b7e26e6bc71ec9f92f5ba61396b60aa5496835811158c950c - 11.07% (16.5 MB)

[#005] sha256:5df2a7f0ae48e06337f325e35665928565059ed54aeaad38587ccdfcc34ad459 - 0.0% (1.31 KB)

[#006] sha256:9403ff8d2250f336082fd8ab52d6dc057dfb423c144ba337a9a4fda15dd8d758 - 0.0% (434 Bytes)

[#007] sha256:b8355af21ac3ff646a6d03d0ddfeb09224896566c5477e7e07197170c36a5d20 - 0.0% (489 Bytes)

[#008] sha256:5216c46d209165de1735e09b8e55a0a508cd21af45d4617b9b6a10ec6d83e4e3 - 8.06% (12 MB)

[#009] sha256:22e6a5298f9e9707a6293be5c73a6aa331c2d8dc6ea73482e84da7842e058484 - 0.0% (501 Bytes)

[#010] sha256:760e638ced6d1d2e60f1351d2745fe82defe105e6717c253e39697499f390c1e - 9.22% (13.7 MB)

[#011] sha256:a15ecd30b4fe848bf01d16c9d958c320d72d5ae6f5d5c359e5d603f096040510 - 0.0% (2.15 KB)

[#012] sha256:f697972dc09c518cc7c2e6f00b1e3c77026962381fd80e01ea30bb373324ccea - 0.0% (904 Bytes)

[#013] sha256:8d4920e9c20c37fea8e777330e522bfe31629a4556f616d3516d29ac91ea660d - 1.9% (2.82 MB)

[#014] sha256:48cf5ecc54319b7dab9630b828c02c9f881fcbeebb6f6a13ce05608bf1af8402 - 10.68% (15.9 MB)

[#015] sha256:01dae0539a7999002af8b7e33be6b15a00a7af81188c3a1815e44f00f59340b3 - 0.0% (316 Bytes)

[#016] sha256:fc3c9a905fdf06948d7123a419ba3dd6e20eb243a7ee805b1a2406c33c1b3ddb - 8.93% (13.3 MB)

[#017] sha256:e7ca5368fbb41044cb50c2c7f2c81778fe425bc6e7ddbb2c37e89433e9791fbf - 0.0% (221 Bytes)


History
2018-12-29 12:43:52 UTC

/bin/sh -c #(nop) ADD file:35c030887198a067338539b6bd96e04ff649537c38542febcb7e0ccd2a3d90c8 in /

2018-12-29 12:43:52 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-12-29 13:03:18 UTC

/bin/sh -c set -eux; { echo 'Package: php*'; echo 'Pin: release *'; echo 'Pin-Priority: -1'; } > /etc/apt/preferences.d/no-debian-php

2018-12-29 13:03:18 UTC

/bin/sh -c #(nop) ENV PHPIZE_DEPS=autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c

2018-12-29 13:03:45 UTC

/bin/sh -c apt-get update && apt-get install -y $PHPIZE_DEPS ca-certificates curl xz-utils --no-install-recommends && rm -r /var/lib/apt/lists/*

2018-12-29 13:03:45 UTC

/bin/sh -c #(nop) ENV PHP_INI_DIR=/usr/local/etc/php

2018-12-29 13:03:46 UTC

/bin/sh -c mkdir -p $PHP_INI_DIR/conf.d

2018-12-29 13:10:13 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends apache2 && rm -rf /var/lib/apt/lists/*

2018-12-29 13:10:14 UTC

/bin/sh -c #(nop) ENV APACHE_CONFDIR=/etc/apache2

2018-12-29 13:10:14 UTC

/bin/sh -c #(nop) ENV APACHE_ENVVARS=/etc/apache2/envvars

2018-12-29 13:10:15 UTC

/bin/sh -c set -eux; 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 "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; chmod 777 "$dir"; done; 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"

2018-12-29 13:10:16 UTC

/bin/sh -c a2dismod mpm_event && a2enmod mpm_prefork

2018-12-29 13:10:17 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

2018-12-29 13:10:17 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_BUILD_DEPS=apache2-dev

2018-12-29 13:10:18 UTC

/bin/sh -c #(nop) ENV PHP_EXTRA_CONFIGURE_ARGS=--with-apxs2 --disable-cgi

2018-12-29 13:10:18 UTC

/bin/sh -c #(nop) ENV PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2

2018-12-29 13:10:18 UTC

/bin/sh -c #(nop) ENV PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2

2018-12-29 13:10:18 UTC

/bin/sh -c #(nop) ENV PHP_LDFLAGS=-Wl,-O1 -Wl,--hash-style=both -pie

2018-12-29 13:10:19 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0 528995BFEDFBA7191D46839EF9BA0ADA31CBD89E 1729F83938DA44E27BA0F4D3DBDB397470D12172

2018-12-29 13:10:19 UTC

/bin/sh -c #(nop) ENV PHP_VERSION=7.1.25

2018-12-29 13:10:19 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://secure.php.net/get/php-7.1.25.tar.xz/from/this/mirror PHP_ASC_URL=https://secure.php.net/get/php-7.1.25.tar.xz.asc/from/this/mirror

2018-12-29 13:10:19 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=0fd8dad1903cd0b2d615a1fe4209f99e53b7292403c8ffa1919c0f4dd1eada88 PHP_MD5=

2018-12-29 13:10:34 UTC

/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 --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --verify php.tar.xz.asc php.tar.xz; command -v gpgconf > /dev/null && gpgconf --kill all; rm -rf "$GNUPGHOME"; fi; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps

2018-12-29 13:10:34 UTC

/bin/sh -c #(nop) COPY file:ce57c04b70896f77cc11eb2766417d8a1240fcffe5bba92179ec78c458844110 in /usr/local/bin/

2018-12-29 13:13:30 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libcurl4-openssl-dev libedit-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-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)"; 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; php --version; pecl update-channels; rm -rf /tmp/pear ~/.pearrc

2018-12-29 13:13:30 UTC

/bin/sh -c #(nop) COPY multi:0a6fe33cb39694994fa567c75b399b9aa5e477c8770caa9f731607a72819b457 in /usr/local/bin/

2018-12-29 13:13:30 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-php-entrypoint"]

2018-12-29 13:13:31 UTC

/bin/sh -c #(nop) COPY file:e3123fcb6566efa979f945bfac1c94c854a559d7b82723e42118882a8ac4de66 in /usr/local/bin/

2018-12-29 13:13:31 UTC

/bin/sh -c #(nop) WORKDIR /var/www/html

2018-12-29 13:13:31 UTC

/bin/sh -c #(nop) EXPOSE 80

2018-12-29 13:13:31 UTC

/bin/sh -c #(nop) CMD ["apache2-foreground"]

2018-12-29 16:52:20 UTC

/bin/sh -c #(nop) LABEL maintainer=pierre@piwik.org

2018-12-29 16:55:23 UTC

/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends libfreetype6-dev libgeoip-dev libjpeg-dev libldap2-dev libpng-dev ; debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; docker-php-ext-configure gd --with-freetype-dir=/usr --with-png-dir=/usr --with-jpeg-dir=/usr; docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; docker-php-ext-install gd ldap mysqli opcache pdo_mysql zip ; pecl install APCu-5.1.15; pecl install geoip-1.1.1; pecl install redis-3.1.6; docker-php-ext-enable apcu geoip redis ; 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/*

2018-12-29 16:55:23 UTC

/bin/sh -c #(nop) ENV MATOMO_VERSION=3.7.0

2018-12-29 16:55:37 UTC

/bin/sh -c set -ex; fetchDeps=" dirmngr gnupg "; apt-get update; apt-get install -y --no-install-recommends $fetchDeps ; curl -fsSL -o piwik.tar.gz "https://builds.matomo.org/piwik-${MATOMO_VERSION}.tar.gz"; curl -fsSL -o piwik.tar.gz.asc "https://builds.matomo.org/piwik-${MATOMO_VERSION}.tar.gz.asc"; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys 814E346FA01A20DBB04B6807B5DBD5925590A237; gpg --batch --verify piwik.tar.gz.asc piwik.tar.gz; gpgconf --kill all; rm -rf "$GNUPGHOME" piwik.tar.gz.asc; tar -xzf piwik.tar.gz -C /usr/src/; rm piwik.tar.gz; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false $fetchDeps; rm -rf /var/lib/apt/lists/*

2018-12-29 16:55:38 UTC

/bin/sh -c #(nop) COPY file:5a36d7fba12e383595e7235267e54c5714dbf865acd4c4596c92ac0f17d139b3 in /usr/local/etc/php/conf.d/php-piwik.ini

2018-12-29 16:55:39 UTC

/bin/sh -c set -ex; curl -fsSL -o /usr/src/piwik/misc/GeoIPCity.dat.gz https://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz; gunzip /usr/src/piwik/misc/GeoIPCity.dat.gz

2018-12-29 16:55:39 UTC

/bin/sh -c #(nop) COPY file:936a2120dd12b2005a1e297032173a949f09ad7582eddbd34d39c5d178603641 in /entrypoint.sh

2018-12-29 16:55:39 UTC

/bin/sh -c #(nop) VOLUME [/var/www/html]

2018-12-29 16:55:39 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/entrypoint.sh"]

2018-12-29 16:55:40 UTC

/bin/sh -c #(nop) CMD ["apache2-foreground"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete