Namespace
library
Image / Tag
httpd:2.2.31
Content Digest
sha256:f3f1dfb2b45b6a4fb90f4644a505262f631a18f83c3acf7d426621b592a1411f
Details
Created

2016-12-13 23:49:26 UTC

Size

61.8 MB

Content Digest
Environment
HTTPD_ASC_URL

https://www.apache.org/dist/httpd/httpd-2.2.31.tar.bz2.asc

HTTPD_BZ2_URL

https://www.apache.org/dyn/closer.cgi?action=download&filename=httpd/httpd-2.2.31.tar.bz2

HTTPD_PREFIX

/usr/local/apache2

HTTPD_SHA1

e3b55387112206307ba76526820a2627472f3787

HTTPD_VERSION

2.2.31

PATH

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


Layers

[#000] sha256:75a822cd7888e394c49828b951061402d31745f596b1f502758570f2d0ee79e2 - 79.28% (49 MB)

[#001] sha256:22ab16045130b299e0151965f52f0a6eb32df9fec13d1a4f1c249e459547be6e - 0.0% (151 Bytes)

[#002] sha256:d8e1407a02105d5b7d73ba0c2b302c8c6239077ca6ffc995f8f4bddf6e117dc3 - 18.12% (11.2 MB)

[#003] sha256:315798392cd396a05e94d991a6c45152fe9fd1f8edd07dc0d54ef95b3142401f - 2.6% (1.61 MB)

[#004] sha256:c843c77de92779908514c172df625fa102f507d62a172ba913b9864dd5ba2b55 - 0.0% (291 Bytes)


History
2016-12-13 22:10:59 UTC

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

2016-12-13 22:10:59 UTC

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

2016-12-13 23:46:46 UTC

/bin/sh -c #(nop) ENV HTTPD_PREFIX=/usr/local/apache2

2016-12-13 23:46:46 UTC

/bin/sh -c #(nop) ENV PATH=/usr/local/apache2/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2016-12-13 23:46:47 UTC

/bin/sh -c mkdir -p "$HTTPD_PREFIX" && chown www-data:www-data "$HTTPD_PREFIX"

2016-12-13 23:46:47 UTC

/bin/sh -c #(nop) WORKDIR /usr/local/apache2

2016-12-13 23:48:31 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends libapr1 libaprutil1 libaprutil1-ldap libapr1-dev libaprutil1-dev libpcre++0 libssl1.0.0 && rm -r /var/lib/apt/lists/*

2016-12-13 23:48:31 UTC

/bin/sh -c #(nop) ENV HTTPD_VERSION=2.2.31

2016-12-13 23:48:32 UTC

/bin/sh -c #(nop) ENV HTTPD_SHA1=e3b55387112206307ba76526820a2627472f3787

2016-12-13 23:48:32 UTC

/bin/sh -c #(nop) ENV HTTPD_BZ2_URL=https://www.apache.org/dyn/closer.cgi?action=download&filename=httpd/httpd-2.2.31.tar.bz2

2016-12-13 23:48:33 UTC

/bin/sh -c #(nop) ENV HTTPD_ASC_URL=https://www.apache.org/dist/httpd/httpd-2.2.31.tar.bz2.asc

2016-12-13 23:49:25 UTC

/bin/sh -c set -x && buildDeps=' bzip2 ca-certificates gcc libpcre++-dev libssl-dev make wget ' && apt-get update && apt-get install -y --no-install-recommends $buildDeps && rm -r /var/lib/apt/lists/* && wget -O httpd.tar.bz2 "$HTTPD_BZ2_URL" && echo "$HTTPD_SHA1 *httpd.tar.bz2" | sha1sum -c - && wget -O httpd.tar.bz2.asc "$HTTPD_ASC_URL" && export GNUPGHOME="$(mktemp -d)" && gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B1B96F45DFBDCCF974019235193F180AB55D9977 && gpg --batch --verify httpd.tar.bz2.asc httpd.tar.bz2 && rm -r "$GNUPGHOME" httpd.tar.bz2.asc && mkdir -p src && tar -xvf httpd.tar.bz2 -C src --strip-components=1 && rm httpd.tar.bz2 && cd src && ./configure --prefix="$HTTPD_PREFIX" --enable-mods-shared='all ssl ldap cache proxy authn_alias mem_cache file_cache authnz_ldap charset_lite dav_lock disk_cache' && make -j "$(nproc)" && make install && cd .. && rm -r src man manual && sed -ri -e 's!^(\s*CustomLog)\s+\S+!\1 /proc/self/fd/1!g' -e 's!^(\s*ErrorLog)\s+\S+!\1 /proc/self/fd/2!g' "$HTTPD_PREFIX/conf/httpd.conf" && apt-get purge -y --auto-remove $buildDeps

2016-12-13 23:49:25 UTC

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

2016-12-13 23:49:26 UTC

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

2016-12-13 23:49:26 UTC

/bin/sh -c #(nop) CMD ["httpd-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