Namespace
vulhub
Image / Tag
phpmyadmin:4.4.15.6
Content Digest
sha256:f15741fd7c8841ac2e1c0c140fe165407a774d05e0a32f0629aff3aec9279c2d
Details
Created

2018-05-21 06:36:38 UTC

Size

175 MB

Content Digest
Environment
APACHE_CONFDIR

/etc/apache2

APACHE_ENVVARS

/etc/apache2/envvars

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PHP_EXTRA_BUILD_DEPS

apache2-dev

PHP_EXTRA_CONFIGURE_ARGS

--with-apxs2

PHP_INI_DIR

/usr/local/etc/php

PHP_VERSION

5.3.29


Layers

[#000] sha256:85b1f47fba49da65256f07c8790542a3880e9216f9c491965040f35ce2c6ca7a - 28.61% (50.2 MB)

[#001] sha256:f00e1d78d2ff8c83a56119a3e00b297afa57cfab354c68e133891fa74dcdc4f6 - 9.04% (15.8 MB)

[#002] sha256:97edb0f99e32941e5d9a9f533897a9b00b33a8081c82136da6170df10e62282b - 34.89% (61.2 MB)

[#003] sha256:50677718daecdccf3f26b4179ad1f968e7a03d794136bc8462114a192c0f0ba7 - 0.0% (214 Bytes)

[#004] sha256:9d069ae85d66fdba233f94b9ddbad72504238247ef74a8e40fe9a4eceedfe243 - 2.17% (3.81 MB)

[#005] sha256:3253cff71f201b73d457de50b4bfccd69f58d91e623adfa12f00810276c644cd - 1.64% (2.87 MB)

[#006] sha256:7ed24f206763bb83b83007f835edcf677c4098f404cc7f1510d6eee63dd5ca70 - 0.0% (1.25 KB)

[#007] sha256:217097bff79a2747f693f5de0c0dbbca12126fca4ffe3043f18bb3b1d66319eb - 0.0% (472 Bytes)

[#008] sha256:684b2ad14051fcad036f1376d431542923d29156d6c94511206bbcd0fc271e85 - 0.0% (230 Bytes)

[#009] sha256:c28d82fedba2a4ec25a3241591f18f275fd3a23e3b19e3491cd3e054f30754bf - 0.0% (514 Bytes)

[#010] sha256:28b4fd5cb2312c5c6b690f0d02875bb973143376eca8a4fcd6e732b53458a662 - 18.03% (31.6 MB)

[#011] sha256:10977c1e09e52c49d6b9c2b7b2639596265b9368ba51cc9778c29cd969627960 - 0.0% (1.7 KB)

[#012] sha256:9b9cd21b704c0e81880b1cd3e511e2e3f5aac37cb77b144cfc6f82458c0a6092 - 0.3% (535 KB)

[#013] sha256:e72c543448f4c9e8fe9191e343a0b2484b916fcb6562718666b9a2b7c6e1dfcb - 5.33% (9.34 MB)


History
2017-11-04 05:21:35 UTC

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

2017-11-04 05:21:36 UTC

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

2018-05-07 16:50:22 UTC

/bin/sh -c #(nop) MAINTAINER https://github.com/helderco/

2018-05-07 16:51:00 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates curl librecode0 libmysqlclient-dev libsqlite3-0 libxml2 && apt-get clean && rm -r /var/lib/apt/lists/*

2018-05-07 16:51:56 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends autoconf file g++ gcc libc-dev make pkg-config re2c && apt-get clean && rm -r /var/lib/apt/lists/*

2018-05-07 16:51:56 UTC

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

2018-05-07 16:51:57 UTC

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

2018-05-07 18:58:19 UTC

/bin/sh -c OPENSSL_VERSION="1.0.2k" && cd /tmp && mkdir openssl && curl -sL "https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz" -o openssl.tar.gz && tar -xzf openssl.tar.gz -C openssl --strip-components=1 && cd /tmp/openssl && ./config -fPIC && make && make install && rm -rf /tmp/*

2018-05-07 18:58:19 UTC

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

2018-05-07 18:58:43 UTC

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

2018-05-07 18:58:43 UTC

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

2018-05-07 18:58:43 UTC

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

2018-05-07 18:58:44 UTC

/bin/sh -c set -ex && sed -ri 's/^export ([^=]+)=(.*)$/: ${\1:=\2}\nexport \1/' "$APACHE_ENVVARS" && . "$APACHE_ENVVARS" && for dir in "$APACHE_LOCK_DIR" "$APACHE_RUN_DIR" "$APACHE_LOG_DIR" /var/www/html ; do rm -rvf "$dir" && mkdir -p "$dir" && chown -R "$APACHE_RUN_USER:$APACHE_RUN_GROUP" "$dir"; done

2018-05-07 18:58:44 UTC

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

2018-05-07 18:58:45 UTC

/bin/sh -c set -ex && . "$APACHE_ENVVARS" && ln -sfT /dev/stderr "$APACHE_LOG_DIR/error.log" && ln -sfT /dev/stdout "$APACHE_LOG_DIR/access.log" && ln -sfT /dev/stdout "$APACHE_LOG_DIR/other_vhosts_access.log"

2018-05-07 18:58:46 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-05-07 18:58:46 UTC

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

2018-05-07 18:58:46 UTC

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

2018-05-07 19:08:34 UTC

/bin/sh -c buildDeps=" autoconf2.13 libcurl4-openssl-dev libreadline6-dev librecode-dev libsqlite3-dev libssl-dev libxml2-dev xz-utils apache2-dev " && set -x && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && curl -SL "http://php.net/get/php-$PHP_VERSION.tar.xz/from/this/mirror" -o php.tar.xz && mkdir -p /usr/src/php && tar -xof php.tar.xz -C /usr/src/php --strip-components=1 && rm php.tar.xz* && cd /usr/src/php && ./configure --with-config-file-path="$PHP_INI_DIR" --with-config-file-scan-dir="$PHP_INI_DIR/conf.d" --disable-cgi --enable-mysqlnd --enable-mbstring --with-mysql --with-curl --with-openssl=/usr/local/ssl --with-readline --with-recode --with-zlib --with-apxs2 && make -j"$(nproc)" && make install && { find /usr/local/bin /usr/local/sbin -type f -executable -exec strip --strip-all '{}' + || true; } && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false -o APT::AutoRemove::SuggestsImportant=false $buildDeps && make clean

2018-05-07 19:08:35 UTC

/bin/sh -c #(nop) COPY multi:2c372ec6edd285e310e1c67a782a3f0d1c6e7ec898cdd2d9fb01a42a214f216a in /usr/local/bin/

2018-05-07 19:08:35 UTC

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

2018-05-07 19:08:35 UTC

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

2018-05-07 19:08:35 UTC

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

2018-05-07 19:08:35 UTC

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

2018-05-21 06:36:31 UTC

/bin/sh -c set -ex && apt-get update && apt-get install -y --no-install-recommends unzip && rm -r /var/lib/apt/lists/*

2018-05-21 06:36:31 UTC

/bin/sh -c #(nop) ARG SOURCE_URL=https://files.phpmyadmin.net/phpMyAdmin/4.4.15.6/phpMyAdmin-4.4.15.6-all-languages.zip

2018-05-21 06:36:38 UTC

|1 SOURCE_URL=https://files.phpmyadmin.net/phpMyAdmin/4.4.15.6/phpMyAdmin-4.4.15.6-all-languages.zip /bin/sh -c set -ex && cd /tmp && curl -#SL ${SOURCE_URL} -o /tmp/phpmyadmin.zip && unzip -q /tmp/phpmyadmin.zip && cp -r phpMyAdmin-*/* /var/www/html/ && rm -rf /tmp/*

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