Namespace
library
Image / Tag
haproxy:1.7.7-alpine
Content Digest
sha256:9554bb4b10dc8248496e7fd9ff9620df087969ec138f5d8ed44594b4ee3c8840
Details
Created

2017-06-30 00:54:52 UTC

Size

6.43 MB

Content Digest
Environment
HAPROXY_MAJOR

1.7

HAPROXY_MD5

a58a1a30dbd4682e660ddd9d70860a53

HAPROXY_VERSION

1.7.7

LUA_SHA1

a0341bc3d1415b814cc738b2ec01ae56045d64ef

LUA_VERSION

5.3.3

PATH

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


Layers

[#000] sha256:019300c8a437a2d60248f27c206795930626dfe7ddc0323d734143bd5eb131a6 - 29.22% (1.88 MB)

[#001] sha256:b9b48f6e783a14430433f058fd4eff2feb5dc50beecc2b6b4fcf1b6b985739ae - 70.77% (4.55 MB)

[#002] sha256:4dbe1c7680b5377ee9e61dae6f86d0fb6ea417132d65472e3046f092313c261d - 0.01% (346 Bytes)


History
2017-06-27 18:39:21 UTC

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

2017-06-27 18:39:45 UTC

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

2017-06-27 21:38:10 UTC

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

2017-06-30 00:53:22 UTC

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

2017-06-30 00:53:23 UTC

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

2017-06-30 00:53:24 UTC

/bin/sh -c #(nop) ENV LUA_VERSION=5.3.3 LUA_SHA1=a0341bc3d1415b814cc738b2ec01ae56045d64ef

2017-06-30 00:54:30 UTC

/bin/sh -c set -x && apk add --no-cache --virtual .build-deps ca-certificates gcc libc-dev linux-headers make openssl openssl-dev pcre-dev readline-dev tar zlib-dev && wget -O lua.tar.gz "https://www.lua.org/ftp/lua-$LUA_VERSION.tar.gz" && echo "$LUA_SHA1 *lua.tar.gz" | sha1sum -c && mkdir -p /usr/src/lua && tar -xzf lua.tar.gz -C /usr/src/lua --strip-components=1 && rm lua.tar.gz && make -C /usr/src/lua -j "$(getconf _NPROCESSORS_ONLN)" linux && make -C /usr/src/lua install INSTALL_BIN='/usr/src/lua/trash/bin' INSTALL_CMOD='/usr/src/lua/trash/cmod' INSTALL_LMOD='/usr/src/lua/trash/lmod' INSTALL_MAN='/usr/src/lua/trash/man' INSTALL_INC='/usr/local/lua-install/inc' INSTALL_LIB='/usr/local/lua-install/lib' && rm -rf /usr/src/lua && 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/local/lua-install/inc LUA_LIB=/usr/local/lua-install/lib 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 && rm -rf /usr/local/lua-install && 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 --recursive /usr/local | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --virtual .haproxy-rundeps $runDeps && apk del .build-deps

2017-06-30 00:54:51 UTC

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

2017-06-30 00:54:52 UTC

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

2017-06-30 00:54:52 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