Namespace
library
Image / Tag
haproxy:1.6.12
Content Digest
sha256:335918ea6bd4c2e9220105fc95861baf17757962ed8024a2a00f7b575f32594d
Details
Created

2017-06-08 05:56:05 UTC

Size

54.4 MB

Content Digest
Environment
HAPROXY_MAJOR

1.6

HAPROXY_MD5

e816185b5782d731c29daff0f4a99aad

HAPROXY_VERSION

1.6.12

PATH

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


Layers

[#000] sha256:ef0380f84d05d3cdc5a5f660232d35ccb020ccf1d635b585580dea44691a13a7 - 92.13% (50.1 MB)

[#001] sha256:405e00049647dfac67f042d02f7a39503ab054d2d6ecd23eb2081ebc2e86c22c - 0.0% (217 Bytes)

[#002] sha256:c97485231395d8c22267bbf898cf8682f5eaf06b7a947c3ec6c2ab97b86c1dbc - 3.54% (1.93 MB)

[#003] sha256:212b7da40495c083ed1ce2dd9cba6212ed075c21bf7edffe11fd0f0f2f79195d - 4.33% (2.36 MB)

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


History
2017-06-07 17:32:31 UTC

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

2017-06-07 17:32:32 UTC

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

2017-06-07 17:42:11 UTC

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

2017-06-08 05:53:49 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-08 05:53:50 UTC

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

2017-06-08 05:53:50 UTC

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

2017-06-08 05:53:51 UTC

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

2017-06-08 05:56:03 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-08 05:56:04 UTC

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

2017-06-08 05:56:05 UTC

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

2017-06-08 05:56:05 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