2016-07-14 00:08:16 UTC
4.52 MB
1.6
HAPROXY_MD5a046ed63b00347bd367b983529dd541f
HAPROXY_VERSION1.6.7
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:e110a4a1794126ef308a49f2d65785af2f25538f06700721aad8283b81fdfa58 - 48.76% (2.2 MB)
[#001] sha256:0f4c1dcec8bebcc4d8462994064ace8b64695eca8cf061a717f9361056931380 - 51.24% (2.32 MB)
[#002] sha256:34847c0b0927aaf0233ed0e06d25945e7b420aacde91cc683357c19df0b087ed - 0.01% (344 Bytes)
/bin/sh -c #(nop) ADD file:852e9d0cb9d906535af512a89339fc70b2873a0f94defbcbe41cd44942dd6ac8 in /
2016-06-23 20:29:42 UTC/bin/sh -c #(nop) ENV HAPROXY_MAJOR=1.6
2016-07-14 00:07:28 UTC/bin/sh -c #(nop) ENV HAPROXY_VERSION=1.6.7
2016-07-14 00:07:28 UTC/bin/sh -c #(nop) ENV HAPROXY_MD5=a046ed63b00347bd367b983529dd541f
2016-07-14 00:08:15 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-07-14 00:08:16 UTC/bin/sh -c #(nop) COPY file:b1cb7b827dc9fcd27909f9c233ac2faa2d7534c25992fa5f3402d22503666d6d in /
2016-07-14 00:08:16 UTC/bin/sh -c #(nop) ENTRYPOINT &{["/docker-entrypoint.sh"]}
2016-07-14 00:08:16 UTC/bin/sh -c #(nop) CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]
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.