Namespace
library
Image / Tag
haproxy:1.7.5
Content Digest
sha256:e1982cae1c82d648164e86190af1b20a8c22235edd16edd4f7f8b0437abd7692
Details
Created

2017-05-09 16:51:07 UTC

Size

54.9 MB

Content Digest
Environment
HAPROXY_MAJOR

1.7

HAPROXY_MD5

ed84c80cb97852d2aa3161ed16c48a1c

HAPROXY_VERSION

1.7.5

PATH

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


Layers

[#000] sha256:10a267c67f423630f3afe5e04bbbc93d578861ddcc54283526222f3ad5e895b9 - 91.32% (50.1 MB)

[#001] sha256:0782edf7745aa2722586fd3e27620d5831cac3e4a6162d154aeb735618f1c412 - 0.0% (217 Bytes)

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

[#003] sha256:618480447d88f74aaccc299a1d8a504f53b7428e2a7c5de9e9f9db5a0bdac9e0 - 5.16% (2.84 MB)

[#004] sha256:220d54633c7555efaa98eb53e4501b131125942e22bf01a6b1766edd0d58df7b - 0.0% (345 Bytes)


History
2017-05-08 23:28:14 UTC

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

2017-05-08 23:28:15 UTC

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

2017-05-08 23:29:37 UTC

/bin/sh -c awk '$1 ~ "^deb" { $3 = $3 "-backports"; print; exit }' /etc/apt/sources.list > /etc/apt/sources.list.d/backports.list

2017-05-09 16:47:34 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-05-09 16:47:35 UTC

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

2017-05-09 16:47:35 UTC

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

2017-05-09 16:47:36 UTC

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

2017-05-09 16:51:05 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-05-09 16:51:06 UTC

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

2017-05-09 16:51:07 UTC

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

2017-05-09 16:51:07 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