2017-03-21 20:37:49 UTC
53.7 MB
1.7
HAPROXY_MD5fe529c240c08e4004c6e9dcf3fd6b3ab
HAPROXY_VERSION1.7.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:6d827a3ef358f4fa21ef8251f95492e667da826653fd43641cef5a877dc03a70 - 91.28% (49.1 MB)
[#001] sha256:b40da44b9cf65c4d0abb9ac001635a4f403b998afc222553452635bba9b4e2f9 - 0.0% (216 Bytes)
[#002] sha256:00b1fddea0c6f2b67c92740400fc04cc1f920b5a9693faf0f29b0a7bac4bcd88 - 3.5% (1.88 MB)
[#003] sha256:1347a619aa7e44d2925728707c762de300f68389198cbc367784a9c9f46d18b4 - 5.22% (2.8 MB)
[#004] sha256:578bdda5e764cbdbaba3964e3c5e63f485cea4624c07c67feb3da85a201bd8d2 - 0.0% (344 Bytes)
/bin/sh -c #(nop) ADD file:4eedf861fb567fffb2694b65ebdd58d5e371a2c28c3863f363f333cb34e5eb7b in /
2017-03-21 18:29:05 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2017-03-21 18:29:42 UTC/bin/sh -c awk '$1 ~ "^deb" { $3 = $3 "-backports"; print; exit }' /etc/apt/sources.list > /etc/apt/sources.list.d/backports.list
2017-03-21 20:37:09 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-03-21 20:37:09 UTC/bin/sh -c #(nop) ENV HAPROXY_MAJOR=1.7
2017-03-21 20:37:10 UTC/bin/sh -c #(nop) ENV HAPROXY_VERSION=1.7.3
2017-03-21 20:37:10 UTC/bin/sh -c #(nop) ENV HAPROXY_MD5=fe529c240c08e4004c6e9dcf3fd6b3ab
2017-03-21 20:37:48 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-03-21 20:37:48 UTC/bin/sh -c #(nop) COPY file:b1cb7b827dc9fcd27909f9c233ac2faa2d7534c25992fa5f3402d22503666d6d in /
2017-03-21 20:37:49 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2017-03-21 20:37:49 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.