Namespace
vulfocus
Image / Tag
httpd-apache_parsing_vulnerability:latest
Content Digest
sha256:19e511eebb04e78555efa393bae2602659f5415bfb39c4e54364951501432eb7
Details
Created

2021-09-03 09:39:37 UTC

Size

162 MB

Content Digest
Environment
APACHE_CONFDIR

/etc/apache2

APACHE_ENVVARS

/etc/apache2/envvars

GPG_KEYS

1729F83938DA44E27BA0F4D3DBDB397470D12172 BFDDD28642824F8118EF77909B67A5C12229118F

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://www.php.net/distributions/php-8.0.10.tar.xz.asc

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_EXTRA_BUILD_DEPS

apache2-dev

PHP_EXTRA_CONFIGURE_ARGS

--with-apxs2 --disable-cgi

PHP_INI_DIR

/usr/local/etc/php

PHP_LDFLAGS

-Wl,-O1 -pie

PHP_SHA256

66dc4d1bc86d9c1bc255b51b79d337ed1a7a035cf71230daabbf9a4ca35795eb

PHP_URL

https://www.php.net/distributions/php-8.0.10.tar.xz

PHP_VERSION

8.0.10


Layers

[#000] sha256:99046ad9247f8a1cbd1048d9099d026191ad9cda63c08aadeb704b7000a51717 - 18.45% (29.9 MB)

[#001] sha256:3875fa64ab1e7ef45b19c31db513b33dd704aead9360fc096cbf4831311233d8 - 0.0% (229 Bytes)

[#002] sha256:e9329a8f553a5ecad9cc8380347dffa88323f980abc0b3698b7ab3ccf1f8c0dc - 53.9% (87.4 MB)

[#003] sha256:9bb327f9b0a4fafe951989e97bdefa22796c2829e0f0d668ff0638958d826f47 - 0.0% (270 Bytes)

[#004] sha256:051b56f0e6a30e70de79489f2598c38b0aec3f1c71b234ea61143f56bd629877 - 11.31% (18.3 MB)

[#005] sha256:da02d3111b48164dfee80bc29ab9b966cef46cc8ac9bf689e69a65445b7fa4a6 - 0.0% (470 Bytes)

[#006] sha256:98ca514d99e4fe525f869a88ca49847800a2aa9828b353aadebda54cf89cc19c - 0.0% (512 Bytes)

[#007] sha256:a4ff74d025cdc8dddb845d8fb0ad181c841c6460d7ab4573a17f4d71de3ba960 - 6.5% (10.5 MB)

[#008] sha256:d094ddd610df230207541b349e8fcf4101032c11f72802d790836634bbfd3614 - 0.0% (492 Bytes)

[#009] sha256:8adafae068ecb5ccfe0eb325cbde19e99ab9611bdbb25fe781fd937bf00605b8 - 9.84% (16 MB)

[#010] sha256:70fd7385388628c17e0d0a8749d37f5b8d10478bb047f5b49d55c7f4de95cb0c - 0.0% (2.22 KB)

[#011] sha256:23a25cfceae79c160e84400752bccd23db98dd409d33d0a0afa28d046f052912 - 0.0% (244 Bytes)

[#012] sha256:df2efaa2c941e9d20cbe54a080b58e48ccb508c962af4e6c314eec9c3d40ff39 - 0.0% (894 Bytes)

[#013] sha256:c76ce8452d86a144dcadde997c414b4d44af929c5bc576b271f2ceed54c37d42 - 0.0% (630 Bytes)

[#014] sha256:eb63af95c9402b83388e41fb54c4a656f5082f522f6f21b22cabeb844530c4db - 0.0% (320 Bytes)

[#015] sha256:05cce5ae50521573698b4a57d4145488df1e017ce9194e9afb5caf468c91a6f6 - 0.0% (254 Bytes)

[#016] sha256:bca23de297c04f0b44b6b45d70eaca8fddd23695c17a713a5dbadc4d08fb3a37 - 0.0% (143 Bytes)

[#017] sha256:077db570d36d12b954a3dd8c024f89de75f293baaf74a55fcfcdaad32b8b5b61 - 0.0% (142 Bytes)

[#018] sha256:c079557c4e996b4e69ecaca9c5796308153d387544bc99922acf4ce3987a1ab7 - 0.0% (255 Bytes)


History
2021-08-17 01:23:40 UTC

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

2021-08-17 01:23:41 UTC

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

2021-08-18 12:27:35 UTC

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

2021-08-18 12:27:35 UTC

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

2021-08-18 12:27:54 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-08-18 12:27:54 UTC

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

2021-08-18 12:27:55 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-08-18 12:33:01 UTC

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

2021-08-18 12:33:02 UTC

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

2021-08-18 12:33:10 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-08-18 12:33:11 UTC

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

2021-08-18 12:33:12 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-08-18 12:33:12 UTC

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

2021-08-18 12:33:12 UTC

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

2021-08-18 12:33:12 UTC

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

2021-08-18 12:33:13 UTC

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

2021-08-18 12:33:13 UTC

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

2021-08-18 12:54:29 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 BFDDD28642824F8118EF77909B67A5C12229118F

2021-08-26 21:43:08 UTC

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

2021-08-26 21:43:09 UTC

/bin/sh -c #(nop) ENV PHP_URL=https://www.php.net/distributions/php-8.0.10.tar.xz PHP_ASC_URL=https://www.php.net/distributions/php-8.0.10.tar.xz.asc

2021-08-26 21:43:09 UTC

/bin/sh -c #(nop) ENV PHP_SHA256=66dc4d1bc86d9c1bc255b51b79d337ed1a7a035cf71230daabbf9a4ca35795eb

2021-08-26 21:43:23 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-08-26 21:43:24 UTC

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

2021-08-26 21:51:43 UTC

/bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends ${PHP_EXTRA_BUILD_DEPS:-} 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" ${PHP_EXTRA_CONFIGURE_ARGS:-} ; make -j "$(nproc)"; find -type f -name '*.a' -delete; make install; find /usr/local/bin /usr/local/sbin -type f -perm +0111 -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; rm -rf /var/lib/apt/lists/*; pecl update-channels; rm -rf /tmp/pear ~/.pearrc; php --version

2021-08-26 21:51:44 UTC

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

2021-08-26 21:51:45 UTC

/bin/sh -c docker-php-ext-enable sodium

2021-08-26 21:51:45 UTC

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

2021-08-26 21:51:45 UTC

/bin/sh -c #(nop) STOPSIGNAL SIGWINCH

2021-08-26 21:51:46 UTC

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

2021-08-26 21:51:46 UTC

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

2021-08-26 21:51:46 UTC

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

2021-08-26 21:51:46 UTC

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

2021-09-03 09:29:19 UTC

/bin/sh -c #(nop) COPY dir:ff998d00c7c6cb68434ce9751256f19a4761e3936dcff7ddbcee14ac3d41acba in /var/www/html

2021-09-03 09:29:20 UTC

/bin/sh -c #(nop) COPY file:a18490eb6068b343b14096d10e92c26c7fe05d106be28380bcbc81cab8b78a96 in /etc/apache2/conf-enabled/docker-php.conf

2021-09-03 09:29:21 UTC

/bin/sh -c #(nop) COPY file:9e904e194ff95f946c7b69e343020bbd6cd0e1001f23f74032f58588622143e4 in /var/www/start.sh

2021-09-03 09:39:29 UTC

/bin/sh -c #(nop) COPY file:24e1cda45c6446fed04408dbf0750d8755a143f0e17b621357eb6e8537f03833 in /1.sh

2021-09-03 09:39:31 UTC

/bin/sh -c chmod 777 /1.sh

2021-09-03 09:39:33 UTC

/bin/sh -c chmod 777 /var/www/start.sh

2021-09-03 09:39:35 UTC

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

2021-09-03 09:39:37 UTC

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

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