Namespace
library
Image / Tag
haproxy:1.7.0-alpine
Content Digest
sha256:0b9a67fe2db5d2040ba9e723ed39b692d30d404075ceb538b8d3e5e7bf242758
Details
Created

2016-11-28 23:07:49 UTC

Size

5.29 MB

Content Digest
Environment
HAPROXY_MAJOR

1.7

HAPROXY_MD5

ab6e169aeb1b53364aacda80c904398a

HAPROXY_VERSION

1.7.0

PATH

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


Layers

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

[#001] sha256:0cb55ddf1c83fa2c4a495a1ba0da6b758dc49280a8896b9172d6126e98946785 - 58.33% (3.09 MB)

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


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

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

2016-11-28 23:07:05 UTC

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

2016-11-28 23:07:05 UTC

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

2016-11-28 23:07:05 UTC

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

2016-11-28 23:07:47 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-11-28 23:07:48 UTC

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

2016-11-28 23:07:48 UTC

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

2016-11-28 23:07: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