2018-01-09 22:03:01 UTC
2.77 MB
1.4
HAPROXY_MD5459b82968791472427326ea009834c66
HAPROXY_VERSION1.4.27
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:550fe1bea624a5c62551cf09f3aa10886eed133794844af1dfb775118309387e - 67.88% (1.88 MB)
[#001] sha256:3b3abb4f41bc50ba0b10818de63d01dc2b6e900084e759bfbaf4ff7069a1e455 - 32.11% (910 KB)
[#002] sha256:7bc101e29fcde219894c1a241ee0c4527ddcff2fdef9e7d082a41c9b225a1ace - 0.01% (303 Bytes)
/bin/sh -c #(nop) ADD file:df48d6d6df42a01380557aebd4ca02807fc08a76a1d1b36d957e59a41c69db0b in /
2018-01-09 21:13:01 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-01-09 22:02:33 UTC/bin/sh -c #(nop) ENV HAPROXY_MAJOR=1.4
2018-01-09 22:02:34 UTC/bin/sh -c #(nop) ENV HAPROXY_VERSION=1.4.27
2018-01-09 22:02:34 UTC/bin/sh -c #(nop) ENV HAPROXY_MD5=459b82968791472427326ea009834c66
2018-01-09 22:03:00 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 --format '%n#p' --recursive /usr/local | tr ',' '\n' | sort -u | awk 'system("[ -e /usr/local/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' )" && apk add --virtual .haproxy-rundeps $runDeps && apk del .build-deps
2018-01-09 22:03:01 UTC/bin/sh -c #(nop) COPY file:83c90b36b26d86ea24256f7a3defe8dd8336279ae09c6afed591c515004575c1 in /
2018-01-09 22:03:01 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2018-01-09 22:03:01 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.