2018-12-19 18:20:46 UTC
27.7 MB
c80f06d57b54da8dc897419af0bd7a2ff4e90c43a257e71c87f970f910997dd8
HAPROXY_URLhttps://www.haproxy.org/download/1.9/src/devel/haproxy-1.9-dev11.tar.gz
HAPROXY_VERSION1.9-dev11
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:a5a6f2f73cd8abbdc55d0df0d8834f7262713e87d6c8800ea3851f103025e0f0 - 77.43% (21.4 MB)
[#001] sha256:779d520ae56a089c56c73392800ad0b76cacbe43cfc903b2e1dd3d3bbe08b2fc - 22.57% (6.25 MB)
[#002] sha256:ba5583a8e160d972cd9a395820bbe48713f8ac885704d459ecbaa276bc7871eb - 0.0% (380 Bytes)
/bin/sh -c #(nop) ADD file:dab9baf938799c515ddce14c02f899da5992f0b76a432fa10a2338556a3cb04f in /
2018-11-15 22:45:07 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-12-19 18:19:31 UTC/bin/sh -c #(nop) ENV HAPROXY_VERSION=1.9-dev11
2018-12-19 18:19:31 UTC/bin/sh -c #(nop) ENV HAPROXY_URL=https://www.haproxy.org/download/1.9/src/devel/haproxy-1.9-dev11.tar.gz
2018-12-19 18:19:31 UTC/bin/sh -c #(nop) ENV HAPROXY_SHA256=c80f06d57b54da8dc897419af0bd7a2ff4e90c43a257e71c87f970f910997dd8
2018-12-19 18:20:45 UTC/bin/sh -c set -x && savedAptMark="$(apt-mark showmanual)" && apt-get update && apt-get install -y --no-install-recommends ca-certificates gcc libc6-dev liblua5.3-dev libpcre3-dev libssl-dev make wget zlib1g-dev && rm -rf /var/lib/apt/lists/* && wget -O haproxy.tar.gz "$HAPROXY_URL" && echo "$HAPROXY_SHA256 *haproxy.tar.gz" | sha256sum -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-mark auto '.*' > /dev/null && { [ -z "$savedAptMark" ] || apt-mark manual $savedAptMark; } && find /usr/local -type f -executable -exec ldd '{}' ';' | awk '/=>/ { print $(NF-1) }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false
2018-12-19 18:20:45 UTC/bin/sh -c #(nop) STOPSIGNAL SIGUSR1
2018-12-19 18:20:45 UTC/bin/sh -c #(nop) COPY file:a7db5ef8dbcd831ff68d6ff2fb45bc340539ad6d7a58d54323fd7399d1520910 in /
2018-12-19 18:20:46 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2018-12-19 18:20:46 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.