Namespace
library
Image / Tag
haproxy:1.9.6-alpine
Content Digest
sha256:a2ca75913e4c96a6ad1a70c67fbc7da26405ac6ce5be0647c2903fed24dcc8f6
Details
Created

2019-04-10 11:51:21 UTC

Size

8.9 MB

Content Digest
Environment
HAPROXY_SHA256

0837c35e2914d40f685740487886e86b1b16132b81ecb60a3be66cf9a6f19bef

HAPROXY_URL

https://www.haproxy.org/download/1.9/src/haproxy-1.9.6.tar.gz

HAPROXY_VERSION

1.9.6

PATH

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


Layers

[#000] sha256:9a81e6a1a3b4f174d22173a96692c9aeffaefcd00f40607d508951a2b14d6f1f - 29.49% (2.62 MB)

[#001] sha256:21c28fb0ea106e73c6bafcace49bbd625636b2ad4d71a6ed0bc7edaa1f602df8 - 70.51% (6.28 MB)

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


History
2019-04-10 10:38:55 UTC

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

2019-04-10 10:38:55 UTC

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

2019-04-10 11:50:29 UTC

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

2019-04-10 11:50:29 UTC

/bin/sh -c #(nop) ENV HAPROXY_URL=https://www.haproxy.org/download/1.9/src/haproxy-1.9.6.tar.gz

2019-04-10 11:50:29 UTC

/bin/sh -c #(nop) ENV HAPROXY_SHA256=0837c35e2914d40f685740487886e86b1b16132b81ecb60a3be66cf9a6f19bef

2019-04-10 11:51:20 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

2019-04-10 11:51:20 UTC

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

2019-04-10 11:51:21 UTC

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

2019-04-10 11:51:21 UTC

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

2019-04-10 11:51:21 UTC

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

Details
Created

2019-04-10 02:39:12 UTC

Size

9.11 MB

Content Digest
Environment
HAPROXY_SHA256

0837c35e2914d40f685740487886e86b1b16132b81ecb60a3be66cf9a6f19bef

HAPROXY_URL

https://www.haproxy.org/download/1.9/src/haproxy-1.9.6.tar.gz

HAPROXY_VERSION

1.9.6

PATH

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


Layers

[#000] sha256:bdf0201b3a056acc4d6062cc88cd8a4ad5979983bfb640f15a145e09ed985f92 - 28.86% (2.63 MB)

[#001] sha256:e438876d13313666568fe51e138f6bdd6c8a60097f0cb142ea77a72709d34e08 - 71.13% (6.48 MB)

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


History
2019-04-09 23:20:18 UTC

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

2019-04-09 23:20:18 UTC

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

2019-04-10 02:38:21 UTC

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

2019-04-10 02:38:21 UTC

/bin/sh -c #(nop) ENV HAPROXY_URL=https://www.haproxy.org/download/1.9/src/haproxy-1.9.6.tar.gz

2019-04-10 02:38:21 UTC

/bin/sh -c #(nop) ENV HAPROXY_SHA256=0837c35e2914d40f685740487886e86b1b16132b81ecb60a3be66cf9a6f19bef

2019-04-10 02:39:11 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

2019-04-10 02:39:11 UTC

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

2019-04-10 02:39:11 UTC

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

2019-04-10 02:39:12 UTC

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

2019-04-10 02:39:12 UTC

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

Details
Created

2019-04-10 08:10:24 UTC

Size

8.67 MB

Content Digest
Environment
HAPROXY_SHA256

0837c35e2914d40f685740487886e86b1b16132b81ecb60a3be66cf9a6f19bef

HAPROXY_URL

https://www.haproxy.org/download/1.9/src/haproxy-1.9.6.tar.gz

HAPROXY_VERSION

1.9.6

PATH

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


Layers

[#000] sha256:9d34ec1d9f3e63864b68d564a237efd2e3778f39a85961f7bdcb3937084070e1 - 27.98% (2.43 MB)

[#001] sha256:4253253cb5fd8a294aa887305a6caf3bf7fb8252628cd6da79ad7bce418c65ec - 72.01% (6.24 MB)

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


History
2019-04-10 07:49:49 UTC

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

2019-04-10 07:49:49 UTC

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

2019-04-10 08:09:57 UTC

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

2019-04-10 08:09:57 UTC

/bin/sh -c #(nop) ENV HAPROXY_URL=https://www.haproxy.org/download/1.9/src/haproxy-1.9.6.tar.gz

2019-04-10 08:09:57 UTC

/bin/sh -c #(nop) ENV HAPROXY_SHA256=0837c35e2914d40f685740487886e86b1b16132b81ecb60a3be66cf9a6f19bef

2019-04-10 08:10:22 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

2019-04-10 08:10:23 UTC

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

2019-04-10 08:10:23 UTC

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

2019-04-10 08:10:23 UTC

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

2019-04-10 08:10:24 UTC

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

Details
Created

2019-04-10 12:28:16 UTC

Size

8.5 MB

Content Digest
Environment
HAPROXY_SHA256

0837c35e2914d40f685740487886e86b1b16132b81ecb60a3be66cf9a6f19bef

HAPROXY_URL

https://www.haproxy.org/download/1.9/src/haproxy-1.9.6.tar.gz

HAPROXY_VERSION

1.9.6

PATH

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


Layers

[#000] sha256:c2a5cdd4aa08146b4516cc95f6b461f2994250a819b3e6f75f23fa2a8c1b1744 - 26.39% (2.24 MB)

[#001] sha256:246f1663b942984bc8587156fb099c5002f6d4ca397947c9006e67eb0878165b - 73.61% (6.25 MB)

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


History
2019-04-10 11:57:47 UTC

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

2019-04-10 11:57:48 UTC

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

2019-04-10 12:27:54 UTC

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

2019-04-10 12:27:55 UTC

/bin/sh -c #(nop) ENV HAPROXY_URL=https://www.haproxy.org/download/1.9/src/haproxy-1.9.6.tar.gz

2019-04-10 12:27:56 UTC

/bin/sh -c #(nop) ENV HAPROXY_SHA256=0837c35e2914d40f685740487886e86b1b16132b81ecb60a3be66cf9a6f19bef

2019-04-10 12:28:14 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

2019-04-10 12:28:14 UTC

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

2019-04-10 12:28:15 UTC

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

2019-04-10 12:28:15 UTC

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

2019-04-10 12:28:16 UTC

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

Details
Created

2019-04-10 10:02:23 UTC

Size

8.97 MB

Content Digest
Environment
HAPROXY_SHA256

0837c35e2914d40f685740487886e86b1b16132b81ecb60a3be66cf9a6f19bef

HAPROXY_URL

https://www.haproxy.org/download/1.9/src/haproxy-1.9.6.tar.gz

HAPROXY_VERSION

1.9.6

PATH

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


Layers

[#000] sha256:6f37394be673296a0fdc21b819c5df40431baf7d3af121bee451726dd1457493 - 28.58% (2.56 MB)

[#001] sha256:0bbac2c9ccf7ad343de55ffc23571adbc58fa63aad137a69edaee95da5a6d88e - 71.41% (6.41 MB)

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


History
2019-04-10 08:49:11 UTC

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

2019-04-10 08:49:12 UTC

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

2019-04-10 10:01:18 UTC

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

2019-04-10 10:01:19 UTC

/bin/sh -c #(nop) ENV HAPROXY_URL=https://www.haproxy.org/download/1.9/src/haproxy-1.9.6.tar.gz

2019-04-10 10:01:20 UTC

/bin/sh -c #(nop) ENV HAPROXY_SHA256=0837c35e2914d40f685740487886e86b1b16132b81ecb60a3be66cf9a6f19bef

2019-04-10 10:02:21 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

2019-04-10 10:02:21 UTC

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

2019-04-10 10:02:22 UTC

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

2019-04-10 10:02:22 UTC

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

2019-04-10 10:02:23 UTC

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

Details
Created

2019-04-10 10:08:55 UTC

Size

9.23 MB

Content Digest
Environment
HAPROXY_SHA256

0837c35e2914d40f685740487886e86b1b16132b81ecb60a3be66cf9a6f19bef

HAPROXY_URL

https://www.haproxy.org/download/1.9/src/haproxy-1.9.6.tar.gz

HAPROXY_VERSION

1.9.6

PATH

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


Layers

[#000] sha256:fe0f92a92ee06f38abf50fefd22331ac42262e3872ecd2d7ddfa7c24ab71a53a - 28.72% (2.65 MB)

[#001] sha256:06d4b70935409a929c6139488cc8d6b5383deff4f7a9ec7142239c2c7c567cdb - 71.27% (6.58 MB)

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


History
2019-04-10 08:27:30 UTC

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

2019-04-10 08:27:33 UTC

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

2019-04-10 10:07:34 UTC

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

2019-04-10 10:07:36 UTC

/bin/sh -c #(nop) ENV HAPROXY_URL=https://www.haproxy.org/download/1.9/src/haproxy-1.9.6.tar.gz

2019-04-10 10:07:40 UTC

/bin/sh -c #(nop) ENV HAPROXY_SHA256=0837c35e2914d40f685740487886e86b1b16132b81ecb60a3be66cf9a6f19bef

2019-04-10 10:08: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

2019-04-10 10:08:43 UTC

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

2019-04-10 10:08:46 UTC

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

2019-04-10 10:08:50 UTC

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

2019-04-10 10:08:55 UTC

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

Details
Created

2019-04-10 14:38:21 UTC

Size

8.76 MB

Content Digest
Environment
HAPROXY_SHA256

0837c35e2914d40f685740487886e86b1b16132b81ecb60a3be66cf9a6f19bef

HAPROXY_URL

https://www.haproxy.org/download/1.9/src/haproxy-1.9.6.tar.gz

HAPROXY_VERSION

1.9.6

PATH

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


Layers

[#000] sha256:5b51e37a522c2e7cd3c67e8a3e5500b45189ea6698e9fdaed7f5d48282326633 - 27.68% (2.43 MB)

[#001] sha256:bf4a613652570ddfe34fd5785383eed10c7ab5f9e518906d8b266356bb6ec256 - 72.32% (6.34 MB)

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


History
2019-04-10 11:42:23 UTC

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

2019-04-10 11:42:23 UTC

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

2019-04-10 14:36:54 UTC

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

2019-04-10 14:36:55 UTC

/bin/sh -c #(nop) ENV HAPROXY_URL=https://www.haproxy.org/download/1.9/src/haproxy-1.9.6.tar.gz

2019-04-10 14:36:55 UTC

/bin/sh -c #(nop) ENV HAPROXY_SHA256=0837c35e2914d40f685740487886e86b1b16132b81ecb60a3be66cf9a6f19bef

2019-04-10 14:38:19 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

2019-04-10 14:38:20 UTC

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

2019-04-10 14:38:20 UTC

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

2019-04-10 14:38:21 UTC

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

2019-04-10 14:38:21 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