2018-06-01 09:30:38 UTC
7.56 MB
1.8
HAPROXY_MD51466cf8c1c036e376265b86df43efc89
HAPROXY_VERSION1.8.9
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:381c1d4107a4401d75b916e6dc4331efddc01adac41f49eeaa711ab898606a1a - 26.83% (2.03 MB)
[#001] sha256:061a9db3c9e4f3bc32618a5f1a7e2b8aefb20fcc48f8be709bc7f7eabe61d003 - 0.0% (175 Bytes)
[#002] sha256:8e9ee873aefc214e7ef7be04392fad774bf25ccd0936f10f9325104d0dfb2db5 - 73.17% (5.53 MB)
[#003] sha256:5e35e9630cc7c8940b1a13e99685eccc0b19c971997ff85bb32386f078e4de47 - 0.0% (380 Bytes)
/bin/sh -c #(nop) ADD file:614c07101e677db9a4118a71c852a2be45a337d94c5bedfb48ae8c4cad21d625 in /
2018-06-01 06:57:26 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2018-06-01 06:57:26 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-06-01 09:30:18 UTC/bin/sh -c #(nop) ENV HAPROXY_MAJOR=1.8
2018-06-01 09:30:18 UTC/bin/sh -c #(nop) ENV HAPROXY_VERSION=1.8.9
2018-06-01 09:30:18 UTC/bin/sh -c #(nop) ENV HAPROXY_MD5=1466cf8c1c036e376265b86df43efc89
2018-06-01 09:30:37 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 "https://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 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-06-01 09:30:37 UTC/bin/sh -c #(nop) COPY file:9489da093f9bbacb372aa24916cd4607d45b831e8054d997ab55a1be7b595c17 in /
2018-06-01 09:30:38 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2018-06-01 09:30:38 UTC/bin/sh -c #(nop) CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]
2018-05-23 21:36:05 UTC
7.74 MB
1.8
HAPROXY_MD51466cf8c1c036e376265b86df43efc89
HAPROXY_VERSION1.8.9
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ff3a5c916c92643ff77519ffa742d3ec61b7f591b6b7504599d95a4a41134e28 - 25.46% (1.97 MB)
[#001] sha256:a65f041a934dab5067cbc69f75d62b10881a6ebe7484e6a591211b3b406af8b0 - 74.54% (5.77 MB)
[#002] sha256:457a69658890b904f3ced97dd4de92cddfb60a019b4232a45a8ad5e205667d23 - 0.0% (381 Bytes)
/bin/sh -c #(nop) ADD file:093f0723fa46f6cdbd6f7bd146448bb70ecce54254c35701feeceb956414622f in /
2018-01-09 21:10:58 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-04-26 22:57:51 UTC/bin/sh -c #(nop) ENV HAPROXY_MAJOR=1.8
2018-05-23 21:35:35 UTC/bin/sh -c #(nop) ENV HAPROXY_VERSION=1.8.9
2018-05-23 21:35:35 UTC/bin/sh -c #(nop) ENV HAPROXY_MD5=1466cf8c1c036e376265b86df43efc89
2018-05-23 21:36:04 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 "https://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 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-05-23 21:36:05 UTC/bin/sh -c #(nop) COPY file:9489da093f9bbacb372aa24916cd4607d45b831e8054d997ab55a1be7b595c17 in /
2018-05-23 21:36:05 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2018-05-23 21:36:05 UTC/bin/sh -c #(nop) CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]
2018-05-24 08:53:09 UTC
7.23 MB
1.8
HAPROXY_MD51466cf8c1c036e376265b86df43efc89
HAPROXY_VERSION1.8.9
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:b78042c299ad99d1e646b18762d4bc22a84c4f88e5bb491ea6293a10f53ddf79 - 26.25% (1.9 MB)
[#001] sha256:6fd45b97b6c2a3ac869ae5c99e087e97bc29714b165180e06f0c9116f400f2dd - 0.0% (175 Bytes)
[#002] sha256:b0a78e495aa654cb844c733796c0ce391f31f8b36075fde9bd8c79147c56ec5e - 73.75% (5.33 MB)
[#003] sha256:ed7a522e7c0886c62f334270e2cb93cfcd41af4a8af306aaae0bc95888f87be1 - 0.01% (380 Bytes)
/bin/sh -c #(nop) ADD file:a6ef3cbbb1c0e5dfc6c3e41d70fd93e548594d9cb42c067e52df46d418c10a79 in /
2017-12-01 18:42:42 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2017-12-01 18:42:43 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-04-27 09:02:11 UTC/bin/sh -c #(nop) ENV HAPROXY_MAJOR=1.8
2018-05-24 08:52:21 UTC/bin/sh -c #(nop) ENV HAPROXY_VERSION=1.8.9
2018-05-24 08:52:21 UTC/bin/sh -c #(nop) ENV HAPROXY_MD5=1466cf8c1c036e376265b86df43efc89
2018-05-24 08:53:06 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 "https://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 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-05-24 08:53:07 UTC/bin/sh -c #(nop) COPY file:9489da093f9bbacb372aa24916cd4607d45b831e8054d997ab55a1be7b595c17 in /
2018-05-24 08:53:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2018-05-24 08:53:09 UTC/bin/sh -c #(nop) CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]
2018-05-24 08:21:51 UTC
7.48 MB
1.8
HAPROXY_MD51466cf8c1c036e376265b86df43efc89
HAPROXY_VERSION1.8.9
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:0da653ea85b50d280ec56ca2eafb7e8b37590630356e043fa9ff162d55732a23 - 26.55% (1.99 MB)
[#001] sha256:9fd90b777cc38b5b6ca1b2407e647fdc22ef31b57ef98e924e7e0635adffc385 - 0.0% (176 Bytes)
[#002] sha256:f4ae7d3b887bc1e19071311e502cc434a4d1276b697aa2a40945eccb8dc74250 - 73.45% (5.49 MB)
[#003] sha256:a45644610e41527762243dcd3183bd2330ab042d402b08932bdc830cc11bfa96 - 0.0% (379 Bytes)
/bin/sh -c #(nop) ADD file:791370adae5cfa8feec749693f5a995a01f58f0462b7aa675fc5bf991e1282b5 in /
2017-12-01 18:41:55 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2017-12-01 18:41:57 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-04-27 08:29:10 UTC/bin/sh -c #(nop) ENV HAPROXY_MAJOR=1.8
2018-05-24 08:21:19 UTC/bin/sh -c #(nop) ENV HAPROXY_VERSION=1.8.9
2018-05-24 08:21:20 UTC/bin/sh -c #(nop) ENV HAPROXY_MD5=1466cf8c1c036e376265b86df43efc89
2018-05-24 08:21:47 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 "https://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 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-05-24 08:21:48 UTC/bin/sh -c #(nop) COPY file:9489da093f9bbacb372aa24916cd4607d45b831e8054d997ab55a1be7b595c17 in /
2018-05-24 08:21:50 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2018-05-24 08:21:51 UTC/bin/sh -c #(nop) CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]
2018-05-24 11:46:01 UTC
7.62 MB
1.8
HAPROXY_MD51466cf8c1c036e376265b86df43efc89
HAPROXY_VERSION1.8.9
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:11e7bc85614a236b32043d147930fd2bc9055af8642fe30e5e56142590572b0e - 27.34% (2.08 MB)
[#001] sha256:3f825cbb729285f1fe2a0cd1d4d36897e3fe2191c5ee044ce11a5d301dc64a34 - 0.0% (175 Bytes)
[#002] sha256:c2c29003fbb6d7b1ab8ce1776af8154f2e8b20b34811acd17eab196fc2865fc1 - 72.65% (5.54 MB)
[#003] sha256:8cc6f57d60aea328ead0716796614b9288da7a6ba170118f9baf17fa667d3714 - 0.0% (380 Bytes)
/bin/sh -c #(nop) ADD file:9c09dfc247c393ab1c6205a4b7857047a3d88e398e8d35aede30f7d613ef1de9 in /
2017-12-01 18:41:58 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2017-12-01 18:41:58 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-04-27 11:54:00 UTC/bin/sh -c #(nop) ENV HAPROXY_MAJOR=1.8
2018-05-24 11:45:30 UTC/bin/sh -c #(nop) ENV HAPROXY_VERSION=1.8.9
2018-05-24 11:45:30 UTC/bin/sh -c #(nop) ENV HAPROXY_MD5=1466cf8c1c036e376265b86df43efc89
2018-05-24 11:46:00 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 "https://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 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-05-24 11:46:00 UTC/bin/sh -c #(nop) COPY file:9489da093f9bbacb372aa24916cd4607d45b831e8054d997ab55a1be7b595c17 in /
2018-05-24 11:46:01 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2018-05-24 11:46: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.