Namespace
library
Image / Tag
haproxy:1.6.9-alpine
Content Digest
sha256:cb880648a22f6a0229e3fc5d4daac8e6121c38f44db229bdc600c3434b9eff27
Details
Created

2016-10-18 23:18:49 UTC

Size

4.52 MB

Content Digest
Environment
HAPROXY_MAJOR

1.6

HAPROXY_MD5

c52eee40eb66f290d6f089c339b9d2b3

HAPROXY_VERSION

1.6.9

PATH

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


Layers

[#000] sha256:3690ec4760f95690944da86dc4496148a63d85c9e3100669a318110092f6862f - 48.78% (2.21 MB)

[#001] sha256:173001f8c2dd269f76f4eae2c28e4f7298e2dd54ba1e89ea12de8516fb98c4c2 - 51.21% (2.32 MB)

[#002] sha256:7d6edb48c29ae05141be28aede63621ae9973cf9eff716a2c1d5c61e2a1cc8f9 - 0.01% (345 Bytes)


History
2016-10-18 20:31:22 UTC

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

2016-10-18 23:18:00 UTC

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

2016-10-18 23:18:00 UTC

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

2016-10-18 23:18:00 UTC

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

2016-10-18 23:18:43 UTC

/bin/sh -c set -x && apk add --no-cache --virtual .build-deps curl gcc libc-dev linux-headers make openssl-dev pcre-dev zlib-dev && curl -SL "http://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" -o haproxy.tar.gz && echo "${HAPROXY_MD5} haproxy.tar.gz" | md5sum -c && mkdir -p /usr/src && tar -xzf haproxy.tar.gz -C /usr/src && mv "/usr/src/haproxy-$HAPROXY_VERSION" /usr/src/haproxy && rm haproxy.tar.gz && make -C /usr/src/haproxy TARGET=linux2628 USE_PCRE=1 PCREDIR= USE_OPENSSL=1 USE_ZLIB=1 all install-bin && mkdir -p /usr/local/etc/haproxy && cp -R /usr/src/haproxy/examples/errorfiles /usr/local/etc/haproxy/errors && rm -rf /usr/src/haproxy && runDeps="$( scanelf --needed --nobanner --recursive /usr/local | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --virtual .haproxy-rundeps $runDeps && apk del .build-deps

2016-10-18 23:18:48 UTC

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

2016-10-18 23:18:49 UTC

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

2016-10-18 23:18:49 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