Namespace
library
Image / Tag
haproxy:1.7.7
Content Digest
sha256:22ce3818febfffbdd2e1b61ae30b29bc0650be79c0326cd3a69d900c41cce953
Details
Created

2017-06-30 00:52:30 UTC

Size

54.9 MB

Content Digest
Environment
HAPROXY_MAJOR

1.7

HAPROXY_MD5

a58a1a30dbd4682e660ddd9d70860a53

HAPROXY_VERSION

1.7.7

PATH

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


Layers

[#000] sha256:9f0706ba7422412cd468804fee456786f88bed94bf9aea6dde2a47f770d19d27 - 91.34% (50.2 MB)

[#001] sha256:47bacf36113fe830a77280f81a8203a228fa4bb4536f145a333709b9da0f7cf7 - 0.0% (214 Bytes)

[#002] sha256:9dda6777ca216c3cb05d94557d0907552ff23003781df3968f5fedd6646b7993 - 3.51% (1.93 MB)

[#003] sha256:1bb78adf007956104f626464d35957acc88e073126834a5fa037f85c7ae8b384 - 5.15% (2.83 MB)

[#004] sha256:2f3a2515b9911d0ceb664fd57737820c3e9564280767c70f48611b38ed54035f - 0.0% (346 Bytes)


History
2017-06-20 20:13:32 UTC

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

2017-06-20 20:13:34 UTC

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

2017-06-20 20:13:59 UTC

/bin/sh -c echo 'deb http://deb.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/backports.list

2017-06-22 23:08:13 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends liblua5.3-0 libpcre3 libssl1.0.0 && rm -rf /var/lib/apt/lists/*

2017-06-22 23:11:35 UTC

/bin/sh -c #(nop) ENV HAPROXY_MAJOR=1.7

2017-06-30 00:51:22 UTC

/bin/sh -c #(nop) ENV HAPROXY_VERSION=1.7.7

2017-06-30 00:51:23 UTC

/bin/sh -c #(nop) ENV HAPROXY_MD5=a58a1a30dbd4682e660ddd9d70860a53

2017-06-30 00:52:11 UTC

/bin/sh -c set -x && buildDeps=' gcc libc6-dev liblua5.3-dev libpcre3-dev libssl-dev make wget ' && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && wget -O haproxy.tar.gz "http://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" && echo "$HAPROXY_MD5 *haproxy.tar.gz" | md5sum -c && mkdir -p /usr/src/haproxy && tar -xzf haproxy.tar.gz -C /usr/src/haproxy --strip-components=1 && rm haproxy.tar.gz && makeOpts=' TARGET=linux2628 USE_LUA=1 LUA_INC=/usr/include/lua5.3 USE_OPENSSL=1 USE_PCRE=1 PCREDIR= USE_ZLIB=1 ' && make -C /usr/src/haproxy -j "$(nproc)" all $makeOpts && make -C /usr/src/haproxy install-bin $makeOpts && mkdir -p /usr/local/etc/haproxy && cp -R /usr/src/haproxy/examples/errorfiles /usr/local/etc/haproxy/errors && rm -rf /usr/src/haproxy && apt-get purge -y --auto-remove $buildDeps

2017-06-30 00:52:28 UTC

/bin/sh -c #(nop) COPY file:b1cb7b827dc9fcd27909f9c233ac2faa2d7534c25992fa5f3402d22503666d6d in /

2017-06-30 00:52:29 UTC

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

2017-06-30 00:52:30 UTC

/bin/sh -c #(nop) CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]

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