Namespace
library
Image / Tag
haproxy:1.7.4-alpine
Content Digest
sha256:3d947a4da8066ed17e2ac702a25643079de3d312ddf01a4c97d4acc77c09fa8e
Details
Created

2017-03-30 21:30:11 UTC

Size

6.29 MB

Content Digest
Environment
HAPROXY_MAJOR

1.7

HAPROXY_MD5

dfdb293217f5077696d034564043a3ae

HAPROXY_VERSION

1.7.4

LUA_SHA1

a0341bc3d1415b814cc738b2ec01ae56045d64ef

LUA_VERSION

5.3.3

PATH

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


Layers

[#000] sha256:627beaf3eaaff1c0bc3311d60fb933c17ad04fe377e1043d9593646d8ae3bfe1 - 28.9% (1.82 MB)

[#001] sha256:aa8f8feb1c4fdd8225848ac96315ee1adf473476f366e8776e228570f6246304 - 71.09% (4.47 MB)

[#002] sha256:f3a25f211d1dec1b3bbf0ab0db253633c52c9e9c431db1b8f6d3e88f0b7aa8f2 - 0.01% (344 Bytes)


History
2017-03-03 20:32:37 UTC

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

2017-03-03 21:54:42 UTC

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

2017-03-30 21:29:39 UTC

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

2017-03-30 21:29:39 UTC

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

2017-03-30 21:29:40 UTC

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

2017-03-30 21:30:09 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-03-30 21:30:09 UTC

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

2017-03-30 21:30:10 UTC

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

2017-03-30 21:30:11 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