2017-03-21 20:39:44 UTC
53.3 MB
1.6
HAPROXY_MD5844da4b553c887833550a008692e7a74
HAPROXY_VERSION1.6.11
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:6d827a3ef358f4fa21ef8251f95492e667da826653fd43641cef5a877dc03a70 - 92.09% (49.1 MB)
[#001] sha256:b40da44b9cf65c4d0abb9ac001635a4f403b998afc222553452635bba9b4e2f9 - 0.0% (216 Bytes)
[#002] sha256:00b1fddea0c6f2b67c92740400fc04cc1f920b5a9693faf0f29b0a7bac4bcd88 - 3.53% (1.88 MB)
[#003] sha256:455147287c62dacff199afb84f4270fbb3228a8b6563e7f4cda5c214bef45ca4 - 4.38% (2.33 MB)
[#004] sha256:7b9faade5c4666bbb9ec908bafe1aeaaa040db522207e71d1dbb4f7a9caf06fb - 0.0% (343 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:39:12 UTC/bin/sh -c #(nop) ENV HAPROXY_MAJOR=1.6
2017-03-21 20:39:12 UTC/bin/sh -c #(nop) ENV HAPROXY_VERSION=1.6.11
2017-03-21 20:39:12 UTC/bin/sh -c #(nop) ENV HAPROXY_MD5=844da4b553c887833550a008692e7a74
2017-03-21 20:39:42 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:39:43 UTC/bin/sh -c #(nop) COPY file:b1cb7b827dc9fcd27909f9c233ac2faa2d7534c25992fa5f3402d22503666d6d in /
2017-03-21 20:39:43 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2017-03-21 20:39:44 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.