Namespace
library
Image / Tag
haproxy:1.7.2
Content Digest
sha256:32be2bd1ec0e8cea7a990e18bd0069b09f23781e9004b20cd7e473b23e146f23
Details
Created

2017-01-20 22:00:47 UTC

Size

53.6 MB

Content Digest
Environment
HAPROXY_MAJOR

1.7

HAPROXY_MD5

7330b36f3764ebe409e9305803dc30e2

HAPROXY_VERSION

1.7.2

PATH

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


Layers

[#000] sha256:5040bd2983909aa8896b9932438c3f1479d25ae837a5f6220242a264d0221f2d - 91.39% (49 MB)

[#001] sha256:63408554ba61cfbcf981dd3226280179968072fe475f9e8d7bbae7ef1df513ae - 0.0% (216 Bytes)

[#002] sha256:f181ad950f1fbca580da6902b6c94ddfa3cf8b8f669df4042b97f5af89914261 - 3.38% (1.81 MB)

[#003] sha256:51ae42c679040715e075ad383a9f95a7dde7ccabf9b88349b07d1b8c7b8711ae - 5.22% (2.8 MB)

[#004] sha256:3ea5adf19ff4e93ae853b33f52d5eb7bb34b39fbcc13c24a2ee1bc22d4113715 - 0.0% (344 Bytes)


History
2017-01-16 20:35:09 UTC

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

2017-01-16 20:35:16 UTC

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

2017-01-16 20:35:44 UTC

/bin/sh -c awk '$1 ~ "^deb" { $3 = $3 "-backports"; print; exit }' /etc/apt/sources.list > /etc/apt/sources.list.d/backports.list

2017-01-20 21:58:55 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends liblua5.3-0 libpcre3 libssl1.0.0 && rm -rf /var/lib/apt/lists/*

2017-01-20 21:59:59 UTC

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

2017-01-20 22:00:00 UTC

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

2017-01-20 22:00:00 UTC

/bin/sh -c #(nop) ENV HAPROXY_MD5=7330b36f3764ebe409e9305803dc30e2

2017-01-20 22:00:45 UTC

/bin/sh -c set -x && buildDeps=' gcc libc6-dev liblua5.3-dev libpcre3-dev libssl-dev make wget ' && apt-get update && apt-get install -y $buildDeps --no-install-recommends && rm -rf /var/lib/apt/lists/* && wget -O haproxy.tar.gz "http://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 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-get purge -y --auto-remove $buildDeps

2017-01-20 22:00:46 UTC

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

2017-01-20 22:00:46 UTC

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

2017-01-20 22:00:47 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