2018-12-19 18:21:40 UTC
9.78 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:4fe2ade4980c2dda4fc95858ebb981489baec8c1e4bd282ab1c3560be8ff9bde - 21.51% (2.1 MB)
[#001] sha256:7995b57058fabd9eb11415a914581036dd1927f3010b0efd172b0c42974474f5 - 78.48% (7.68 MB)
[#002] sha256:ef0b64d3249296d24e207e3954d1c7965fed1bec4a741df254e484cd6d937d5e - 0.0% (380 Bytes)
/bin/sh -c #(nop) ADD file:25c10b1d1b41d46a1827ad0b0d2389c24df6d31430005ff4e9a2d84ea23ebd42 in /
2018-09-11 22:19:50 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-12-19 18:20:59 UTC/bin/sh -c #(nop) ENV HAPROXY_VERSION=1.9-dev11
2018-12-19 18:20:59 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:20:59 UTC/bin/sh -c #(nop) ENV HAPROXY_SHA256=c80f06d57b54da8dc897419af0bd7a2ff4e90c43a257e71c87f970f910997dd8
2018-12-19 18:21:39 UTC/bin/sh -c set -x && apk add --no-cache --virtual .build-deps ca-certificates gcc libc-dev linux-headers lua5.3-dev make openssl openssl-dev pcre-dev readline-dev tar zlib-dev && 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 LUA_LIB=/usr/lib/lua5.3 USE_OPENSSL=1 USE_PCRE=1 PCREDIR= USE_ZLIB=1 ' && make -C /usr/src/haproxy -j "$(getconf _NPROCESSORS_ONLN)" 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 && 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-12-19 18:21:39 UTC/bin/sh -c #(nop) STOPSIGNAL SIGUSR1
2018-12-19 18:21:39 UTC/bin/sh -c #(nop) COPY file:a7db5ef8dbcd831ff68d6ff2fb45bc340539ad6d7a58d54323fd7399d1520910 in /
2018-12-19 18:21:40 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2018-12-19 18:21:40 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.