Namespace
library
Image / Tag
haproxy:1.8.13
Content Digest
sha256:57621450dea06314259b1b15bc6961095534b3ed5ec034ee88d6aa469d06c444
Details
Created

2018-09-05 11:17:55 UTC

Size

27.3 MB

Content Digest
Environment
HAPROXY_MAJOR

1.8

HAPROXY_SHA256

2bf5dafbb5f1530c0e67ab63666565de948591f8e0ee2a1d3c84c45e738220f1

HAPROXY_VERSION

1.8.13

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:6a04e6fc95134a0f0b1fc5f312d7930a2abb685ce0081538c60b7d51a221cbb1 - 80.74% (22.1 MB)

[#001] sha256:319a218e554fb8566f1e44a34ed2379d26d62cc969ab67654a6f5e44cb043f68 - 19.26% (5.26 MB)

[#002] sha256:ed8a07ce0599ebcf21b9c3568d84043f15af346f2078829111b8c3bb7361eb7f - 0.0% (382 Bytes)


History
2018-09-05 10:43:58 UTC

/bin/sh -c #(nop) ADD file:e2998c599fe122e866e9244aa7fdb1d3bdddb454863a1d003340392684d2388d in /

2018-09-05 10:43:59 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-09-05 11:15:40 UTC

/bin/sh -c #(nop) ENV HAPROXY_MAJOR=1.8

2018-09-05 11:15:41 UTC

/bin/sh -c #(nop) ENV HAPROXY_VERSION=1.8.13

2018-09-05 11:15:41 UTC

/bin/sh -c #(nop) ENV HAPROXY_SHA256=2bf5dafbb5f1530c0e67ab63666565de948591f8e0ee2a1d3c84c45e738220f1

2018-09-05 11:17:54 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 "https://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" && 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-09-05 11:17:54 UTC

/bin/sh -c #(nop) STOPSIGNAL [SIGUSR1]

2018-09-05 11:17:55 UTC

/bin/sh -c #(nop) COPY file:9489da093f9bbacb372aa24916cd4607d45b831e8054d997ab55a1be7b595c17 in /

2018-09-05 11:17:55 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2018-09-05 11:17:55 UTC

/bin/sh -c #(nop) CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]

Details
Created

2018-09-05 00:01:04 UTC

Size

26.8 MB

Content Digest
Environment
HAPROXY_MAJOR

1.8

HAPROXY_SHA256

2bf5dafbb5f1530c0e67ab63666565de948591f8e0ee2a1d3c84c45e738220f1

HAPROXY_VERSION

1.8.13

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:802b00ed6f79f48e6a5f44ecbcaf43563d6077aaecb565eee1dfc615c0b18c00 - 80.13% (21.4 MB)

[#001] sha256:f12d5d9abd5a037457fa47b70ff5de48d3ac87e5815078a63bc01a27b27df929 - 19.87% (5.32 MB)

[#002] sha256:c01867e079306fb47947dc8655f982dfbbee766b67f573c904d8e8f7e413a102 - 0.0% (380 Bytes)


History
2018-09-04 21:21:34 UTC

/bin/sh -c #(nop) ADD file:e6ca98733431f75e97eb09758ba64065d213d51bd2070a95cf15f2ff5adccfc4 in /

2018-09-04 21:21:34 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-09-05 00:00:11 UTC

/bin/sh -c #(nop) ENV HAPROXY_MAJOR=1.8

2018-09-05 00:00:11 UTC

/bin/sh -c #(nop) ENV HAPROXY_VERSION=1.8.13

2018-09-05 00:00:11 UTC

/bin/sh -c #(nop) ENV HAPROXY_SHA256=2bf5dafbb5f1530c0e67ab63666565de948591f8e0ee2a1d3c84c45e738220f1

2018-09-05 00:01:04 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 "https://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" && 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-09-05 00:01:04 UTC

/bin/sh -c #(nop) STOPSIGNAL [SIGUSR1]

2018-09-05 00:01:04 UTC

/bin/sh -c #(nop) COPY file:9489da093f9bbacb372aa24916cd4607d45b831e8054d997ab55a1be7b595c17 in /

2018-09-05 00:01:04 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2018-09-05 00:01:04 UTC

/bin/sh -c #(nop) CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]

Details
Created

2018-09-05 09:26:37 UTC

Size

25.2 MB

Content Digest
Environment
HAPROXY_MAJOR

1.8

HAPROXY_SHA256

2bf5dafbb5f1530c0e67ab63666565de948591f8e0ee2a1d3c84c45e738220f1

HAPROXY_VERSION

1.8.13

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:675207fbfe2baab74b37fd78c8be6e05579c046e848f9e9762e048899fa484f1 - 80.19% (20.2 MB)

[#001] sha256:6df9b057d666d12d92c569d756ccf42fc1f8e44f58f28820555f200a7a8b692f - 19.81% (4.99 MB)

[#002] sha256:c9cb3444cea525d7816d0e11007bff7427e19bab08f6228a66d681919010cf69 - 0.0% (380 Bytes)


History
2018-09-05 08:55:26 UTC

/bin/sh -c #(nop) ADD file:589b238a5fdfe8cc752d0f1769d0c392a7ac3d1204f9247c4eea21dd805663b0 in /

2018-09-05 08:55:26 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-09-05 09:26:01 UTC

/bin/sh -c #(nop) ENV HAPROXY_MAJOR=1.8

2018-09-05 09:26:01 UTC

/bin/sh -c #(nop) ENV HAPROXY_VERSION=1.8.13

2018-09-05 09:26:02 UTC

/bin/sh -c #(nop) ENV HAPROXY_SHA256=2bf5dafbb5f1530c0e67ab63666565de948591f8e0ee2a1d3c84c45e738220f1

2018-09-05 09:26:35 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 "https://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" && 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-09-05 09:26:36 UTC

/bin/sh -c #(nop) STOPSIGNAL [SIGUSR1]

2018-09-05 09:26:36 UTC

/bin/sh -c #(nop) COPY file:9489da093f9bbacb372aa24916cd4607d45b831e8054d997ab55a1be7b595c17 in /

2018-09-05 09:26:36 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2018-09-05 09:26:37 UTC

/bin/sh -c #(nop) CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]

Details
Created

2018-09-05 12:35:44 UTC

Size

23.2 MB

Content Digest
Environment
HAPROXY_MAJOR

1.8

HAPROXY_SHA256

2bf5dafbb5f1530c0e67ab63666565de948591f8e0ee2a1d3c84c45e738220f1

HAPROXY_VERSION

1.8.13

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:2e5bbd238113a2057012dfb78ac9665531c276c48962d208492c8802fb0503c0 - 79.09% (18.4 MB)

[#001] sha256:415466b001625c485d7ff078e9c363aaa3c54a1ad2187566cd861565d6d35207 - 20.9% (4.86 MB)

[#002] sha256:5764cbe554f2bd1f019e9188ab73e08d28eb2e4352f9a0d54af54d7c56563a35 - 0.0% (381 Bytes)


History
2018-09-05 12:04:38 UTC

/bin/sh -c #(nop) ADD file:d20313e46e6d5f092327691d5bc0e83ad6b16d7b44a8dc82fa973c25a13257e7 in /

2018-09-05 12:04:38 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-09-05 12:35:13 UTC

/bin/sh -c #(nop) ENV HAPROXY_MAJOR=1.8

2018-09-05 12:35:13 UTC

/bin/sh -c #(nop) ENV HAPROXY_VERSION=1.8.13

2018-09-05 12:35:13 UTC

/bin/sh -c #(nop) ENV HAPROXY_SHA256=2bf5dafbb5f1530c0e67ab63666565de948591f8e0ee2a1d3c84c45e738220f1

2018-09-05 12:35:42 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 "https://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" && 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-09-05 12:35:42 UTC

/bin/sh -c #(nop) STOPSIGNAL [SIGUSR1]

2018-09-05 12:35:43 UTC

/bin/sh -c #(nop) COPY file:9489da093f9bbacb372aa24916cd4607d45b831e8054d997ab55a1be7b595c17 in /

2018-09-05 12:35:43 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2018-09-05 12:35:44 UTC

/bin/sh -c #(nop) CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]

Details
Created

2018-09-05 10:31:53 UTC

Size

24.3 MB

Content Digest
Environment
HAPROXY_MAJOR

1.8

HAPROXY_SHA256

2bf5dafbb5f1530c0e67ab63666565de948591f8e0ee2a1d3c84c45e738220f1

HAPROXY_VERSION

1.8.13

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:8d586fc7919319b234c6d8676e8dc3baa39e4edf195a2dec935bdaeeb0862163 - 79.65% (19.4 MB)

[#001] sha256:9ccd206458e2cd37a9bcad63638f8151a7a52210b52356488bdeef81158580b0 - 20.35% (4.95 MB)

[#002] sha256:92455244cde6974fcf7b5942291882908b0a62c81bfe54c9daeab92fceff1929 - 0.0% (380 Bytes)


History
2018-09-05 08:51:48 UTC

/bin/sh -c #(nop) ADD file:11982f247d3c0dc005ade5290cf65e3e0f9d4a64f141d4d63317af8680ef094a in /

2018-09-05 08:52:05 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-09-05 10:29:40 UTC

/bin/sh -c #(nop) ENV HAPROXY_MAJOR=1.8

2018-09-05 10:29:41 UTC

/bin/sh -c #(nop) ENV HAPROXY_VERSION=1.8.13

2018-09-05 10:29:42 UTC

/bin/sh -c #(nop) ENV HAPROXY_SHA256=2bf5dafbb5f1530c0e67ab63666565de948591f8e0ee2a1d3c84c45e738220f1

2018-09-05 10:31:38 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 "https://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" && 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-09-05 10:31:49 UTC

/bin/sh -c #(nop) STOPSIGNAL [SIGUSR1]

2018-09-05 10:31:51 UTC

/bin/sh -c #(nop) COPY file:9489da093f9bbacb372aa24916cd4607d45b831e8054d997ab55a1be7b595c17 in /

2018-09-05 10:31:52 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2018-09-05 10:31:53 UTC

/bin/sh -c #(nop) CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]

Details
Created

2018-09-05 09:01:47 UTC

Size

26.7 MB

Content Digest
Environment
HAPROXY_MAJOR

1.8

HAPROXY_SHA256

2bf5dafbb5f1530c0e67ab63666565de948591f8e0ee2a1d3c84c45e738220f1

HAPROXY_VERSION

1.8.13

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:92065d7cb20e14e29d25bb528f13bf94b0956f60664782bb1c43ce3192bf762b - 81.28% (21.7 MB)

[#001] sha256:05608b51622d2ca8eafb1f8351883277fee653d1336deb9065ef7e8ae3486bd2 - 18.72% (4.99 MB)

[#002] sha256:d1f5873d0710e677e073b576d999fa5992535dd11d89da16fe78d83269fdd3cb - 0.0% (381 Bytes)


History
2018-09-05 08:19:50 UTC

/bin/sh -c #(nop) ADD file:d599fe9ac09b7e23964896f5c79eb1a253ab4cfd9d27e3c409ff87a0cc012a33 in /

2018-09-05 08:19:51 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-09-05 08:59:04 UTC

/bin/sh -c #(nop) ENV HAPROXY_MAJOR=1.8

2018-09-05 08:59:06 UTC

/bin/sh -c #(nop) ENV HAPROXY_VERSION=1.8.13

2018-09-05 08:59:08 UTC

/bin/sh -c #(nop) ENV HAPROXY_SHA256=2bf5dafbb5f1530c0e67ab63666565de948591f8e0ee2a1d3c84c45e738220f1

2018-09-05 09:01:38 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 "https://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" && 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-09-05 09:01:41 UTC

/bin/sh -c #(nop) STOPSIGNAL [SIGUSR1]

2018-09-05 09:01:42 UTC

/bin/sh -c #(nop) COPY file:9489da093f9bbacb372aa24916cd4607d45b831e8054d997ab55a1be7b595c17 in /

2018-09-05 09:01:45 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2018-09-05 09:01:47 UTC

/bin/sh -c #(nop) CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]

Details
Created

2018-09-05 15:01:23 UTC

Size

26.4 MB

Content Digest
Environment
HAPROXY_MAJOR

1.8

HAPROXY_SHA256

2bf5dafbb5f1530c0e67ab63666565de948591f8e0ee2a1d3c84c45e738220f1

HAPROXY_VERSION

1.8.13

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:599d69132c0524467aafceacede5f8ea0a07f3ae6d5c97a28cf25ce9e1cd4580 - 80.53% (21.3 MB)

[#001] sha256:b2a7599747bdbbfbe182f4d7982c41f5ad534356fdf1300862f3bb97a1254fd9 - 19.46% (5.15 MB)

[#002] sha256:7a794eaf90f262f2e372a6d007fe2cf41f6c719feaff6730d9af4ecbb2f9add9 - 0.0% (380 Bytes)


History
2018-09-05 11:44:28 UTC

/bin/sh -c #(nop) ADD file:f5f366bce70b148326259fed081f171c5f1789dbd1954137fb79deb38cf5cef1 in /

2018-09-05 11:44:29 UTC

/bin/sh -c #(nop) CMD ["bash"]

2018-09-05 15:00:43 UTC

/bin/sh -c #(nop) ENV HAPROXY_MAJOR=1.8

2018-09-05 15:00:44 UTC

/bin/sh -c #(nop) ENV HAPROXY_VERSION=1.8.13

2018-09-05 15:00:44 UTC

/bin/sh -c #(nop) ENV HAPROXY_SHA256=2bf5dafbb5f1530c0e67ab63666565de948591f8e0ee2a1d3c84c45e738220f1

2018-09-05 15:01:22 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 "https://www.haproxy.org/download/${HAPROXY_MAJOR}/src/haproxy-${HAPROXY_VERSION}.tar.gz" && 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-09-05 15:01:22 UTC

/bin/sh -c #(nop) STOPSIGNAL [SIGUSR1]

2018-09-05 15:01:23 UTC

/bin/sh -c #(nop) COPY file:9489da093f9bbacb372aa24916cd4607d45b831e8054d997ab55a1be7b595c17 in /

2018-09-05 15:01:23 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2018-09-05 15:01:23 UTC

/bin/sh -c #(nop) CMD ["haproxy" "-f" "/usr/local/etc/haproxy/haproxy.cfg"]

Danger Zone
Delete Tag

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.

Delete